Skip to content

Releases: googleapis/google-auth-library-java

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)

v1.10.0

09 Aug 18:22
79fffe2
Compare
Choose a tag to compare

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

  • samples: added auth samples and tests (#927) (32c717f)

v1.9.0

02 Aug 22:50
6093f64
Compare
Choose a tag to compare

1.9.0 (2022-08-02)

Features

  • integration tests for pluggable auth (#939) (22f37aa)

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)