Releases: googleapis/google-auth-library-java
Releases · googleapis/google-auth-library-java
v1.31.0
1.31.0 (2025-01-22)
Features
- ImpersonatedCredentials to support universe domain for idtoken and signblob (#1566) (adc2ff3)
- Support transport and binding-enforcement MDS parameters. (#1558) (9828a8e)
Documentation
- Promote use of bill of materials in quickstart documentation (#1620) (fc20d9c), closes #1552
v1.30.0
1.30.0 (2024-11-08)
Features
Bug Fixes
- Make it explicit that there is a network call to MDS to get SecureSessionAgentConfig (#1573) (18020fe)
v1.29.0
1.29.0 (2024-10-22)
Features
- Service sccount to service account impersonation to support universe domain (#1528) (c498ccf)
Bug Fixes
v1.27.0
1.27.0 (2024-09-20)
Features
- Add api key credential as client library authorization type (#1483) (6401e51)
v1.26.0
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
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
1.24.1 (2024-08-13)
Bug Fixes
- Retry sign blob call with exponential backoff (#1452) (d42f30a)
v1.24.0
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)