Releases: googleapis/google-auth-library-java
Releases · googleapis/google-auth-library-java
v1.29.0
22 Oct 17:17
Compare
Sorry, something went wrong.
No results found
1.29.0 (2024-10-22)
Features
Service sccount to service account impersonation to support universe domain (#1528 ) (c498ccf )
Bug Fixes
v1.28.0
02 Oct 17:38
Compare
Sorry, something went wrong.
No results found
v1.27.0
20 Sep 18:27
Compare
Sorry, something went wrong.
No results found
1.27.0 (2024-09-20)
Features
Add api key credential as client library authorization type (#1483 ) (6401e51 )
v1.26.0
18 Sep 18:49
Compare
Sorry, something went wrong.
No results found
1.26.0 (2024-09-18)
Features
Updates UserAuthorizer to support retrieving token response directly with different client auth types (#1486 ) (1651006 )
v1.25.0
04 Sep 21:25
Compare
Sorry, something went wrong.
No results found
1.25.0 (2024-09-03)
Features
Support retrieving ID Token from IAM endpoint for ServiceAccountCredentials (#1433 ) (4fcf83e )
Bug Fixes
ComputeEngineCredentials.createScoped should invalidate existing AccessToken (#1428 ) (079a065 )
Invalidate the SA's AccessToken when createScoped() is called (#1489 ) (f26fee7 )
v1.24.1
13 Aug 19:17
Compare
Sorry, something went wrong.
No results found
1.24.1 (2024-08-13)
Bug Fixes
Retry sign blob call with exponential backoff (#1452 ) (d42f30a )
v1.24.0
09 Jul 20:52
Compare
Sorry, something went wrong.
No results found
1.24.0 (2024-07-09)
Features
Bug Fixes
Documentation
Add supplier sections to table of contents (#1371 ) (9e11763 )
Adds docs for supplier based external account credentials (#1362 ) (bd898c6 )
Fix readme documentation for workload custom suppliers. (#1382 ) (75bd749 )
v1.23.0
07 Feb 17:54
Compare
Sorry, something went wrong.
No results found
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
Add missing copyright header (#1364 ) (a24e563 )
Issue #1347 : ExternalAccountCredentials serialization is broken (#1358 ) (e3a2e9c )
Refactor compute and cloudshell credentials to pass quota project to base class (#1284 ) (fb75239 )
v1.22.0
09 Jan 08:46
Compare
Sorry, something went wrong.
No results found
1.22.0 (2024-01-09)
Features
Adds universe domain support for compute credentials (#1346 ) (7e26861 )
Bug Fixes
v1.21.0
03 Jan 20:47
Compare
Sorry, something went wrong.
No results found
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 )