Commit Graph

3 Commits

Author SHA1 Message Date
Pablo Baeyens 41a9ea7f74
[extensionauth,configauth] Remove deprecated symbols (#12672)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

Removes deprecated symbols from `extensionauth` and `configauth` modules

<!-- Issue number if applicable -->
#### Link to tracking issue
Follows #12574
2025-03-19 14:49:47 +00:00
Pablo Baeyens 6a98ee8b14
[chore][extensionauth] Return error on NewClient and NewServer constructors (#12511)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

Adds errors in return type to `extensionauth.New*` functions. This is
not a breaking change since `extensionauth` is an unreleased module.
2025-02-27 13:47:58 +00:00
Pablo Baeyens 66e901c716
[extension] Deprecate extension/auth in favor of extension/extensionauth (#12478)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

- Deprecates `extension/auth` in favor of `extension/extensionauth`.
- Deprecates `extension/auth/authtest` in favor of
`extension/auth/authtest`
2025-02-25 22:39:53 +00:00