Releases: googleapis/google-auth-library-java
Releases · googleapis/google-auth-library-java
v1.6.1
1.6.1 (2023-02-17)
Bug Fixes
- Create and reuse self signed jwt creds for better performance (#1164) (4eb1143)
v1.16.0
1.16.0 (2023-02-15)
Features
Bug Fixes
- Create and reuse self signed jwt creds for better performance (#1154) (eaaa8e8)
- Java doc for DefaultPKCEProvider.java (#1148) (154c127)
- Removed url pattern validation for google urls in external account credential configurations (#1150) (35495b1)
Documentation
- Clarified Maven artifact for HTTP-based clients (#1136) (b49fc13)
v1.15.0
1.15.0 (2023-01-25)
Features
Bug Fixes
- AccessToken scopes clean serialization and default as empty list (#1125) (f55d41f)
- Enforce Locale.US for AwsRequestSignerTest (#1111) (aeb1218)
- Ensure both refreshMargin and expirationMargin are set when using OAuth2CredentialsWithRefresh (#1131) (326e4a1)
- Use Futures.getDone() instead of Future.get() in listener (1e624a9)
v1.14.0
1.14.0 (2022-12-06)
Features
Bug Fixes
- AwsCredentials should not call metadata server if security creds and region are retrievable through environment vars (#1100) (1ff5772)
- Not loosing the access token when calling UserCredentials#ToBuil… (#993) (84afdb8)
v1.13.0
1.13.0 (2022-11-15)
Features
- Add smbios check for GCE residency detection (#1092) (bfe7d93)
Bug Fixes
v1.12.0
1.12.0 (2022-10-14)
Features
Bug Fixes
Documentation
- samples: Modified comments in the samples and minor refactor (#990) (669ab04)
v1.11.0
1.11.0 (2022-09-08)
Features
- Adds configurable token lifetime support (#982) (0198733)
Bug Fixes
- Add retries to public key fetch (#983) (1200a39)
- Add Test to validate 0x20 in token (#971) (612db0a)
- Change revoke request from get to post (#979) (ead58b2)
- Setting the retry count to default value and enabling ioexceptions to retry (#988) (257071a)
- Updates IdTokenVerifier so that it does not cache a failed public key response (#967) (1f4c9c7)
v1.10.0
1.10.0 (2022-08-05)
Features
- workforce identity federation for pluggable auth (#959) (7f2c535)
Bug Fixes
- updates executable response spec for executable-sourced credentials (#955) (48ff83d)
Documentation
v1.9.0
1.9.0 (2022-08-02)
Features
Bug Fixes
- expiration time of the ImpersonatedCredentials token depending on the current host's timezone (#932) (73af08a)
Documentation
- update wif documentation with enable-imdsv2 flag (#940) (acc1ce3)