Skip to content

Releases: googleapis/google-auth-library-java

v1.16.1

07 Apr 09:54
be7d43f
Compare
Choose a tag to compare

1.16.1 (2023-04-07)

Bug Fixes

  • Make supporting classes of AwsCredentials serializable (#1113) (82bf871)
  • Remove AWS credential source validation. (#1177) (77a99c9)

v1.12.2

22 Feb 00:35
6f7b69b
Compare
Choose a tag to compare

1.12.2 (2023-02-21)

Bug Fixes

  • Create and reuse self signed jwt creds for better performance (#1154) (#1166) (87f4cb8)

v1.6.1

18 Feb 07:24
32ed84e
Compare
Choose a tag to compare

1.6.1 (2023-02-17)

Bug Fixes

  • Create and reuse self signed jwt creds for better performance (#1164) (4eb1143)

v1.16.0

15 Feb 03:14
ebf2b6b
Compare
Choose a tag to compare

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

25 Jan 22:27
73c15ec
Compare
Choose a tag to compare

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

12 Dec 19:38
2ceebba
Compare
Choose a tag to compare

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

15 Nov 18:50
03e060b
Compare
Choose a tag to compare

1.13.0 (2022-11-15)

Features

  • Add smbios check for GCE residency detection (#1092) (bfe7d93)

Bug Fixes

  • Empty string check for aws url validation (#1089) (6f177a1)
  • Validate url domain for aws metadata urls (#1079) (31fe461)

v1.12.1

18 Oct 20:32
382e96a
Compare
Choose a tag to compare

1.12.1 (2022-10-18)

Bug Fixes

v1.12.0

17 Oct 18:36
fda7fa4
Compare
Choose a tag to compare

1.12.0 (2022-10-14)

Features

Bug Fixes

Documentation

  • samples: Modified comments in the samples and minor refactor (#990) (669ab04)

v1.11.0

08 Sep 04:19
429b481
Compare
Choose a tag to compare

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)