Releases: googleapis/google-auth-library-java
Releases · googleapis/google-auth-library-java
v1.24.1
v1.24.0
1.24.0 (2024-07-09)
Features
- [java] allow passing libraries_bom_version from env (#1967) (#1407) (d92b421)
- Next release from main branch is 1.21.0 (#1372) (23c3cbe)
Bug Fixes
- Makes default token url universe aware (#1383) (e3caf05)
- Remove Base64 padding in DefaultPKCEProvider (#1375) (1405378)
Documentation
v1.23.0
1.23.0 (2024-02-05)
Features
- Add context object to pass to supplier functions (#1363) (1d9efc7)
- Adds support for user defined subject token suppliers in AWSCredentials and IdentityPoolCredentials (#1336) (64ce8a1)
- Adds universe domain for DownscopedCredentials and ExternalAccountAuthorizedUserCredentials (#1355) (17ef707)
- Modify the refresh window to match go/async-token-refresh. Serverless tokens are cached until 4 minutes before expiration, so 4 minutes is the ideal refresh window. (#1352) (a7a8d7a)
Bug Fixes
v1.22.0
v1.21.0
1.21.0 (2023-12-21)
Features
- Add code sample and test for getting an access token from an impersonated SA (#1289) (826ee40)
- Multi universe support, adding universe_domain field (#1282) (7eb322e)
Bug Fixes
- Remove -Xlint:unchecked, suppress all existing violations, add @CanIgnoreReturnValue (#1324) (04dfd40)
Documentation
- Update README.md to link to Cloud authentication documentation rather than AIPs (98fc7e1)