Skip to content

Releases: googleapis/google-auth-library-java

v1.20.0

04 Oct 00:40
819b3cb
Compare
Choose a tag to compare

1.20.0 (2023-09-19)

Features

Bug Fixes

  • Make derived classes of CredentialSource public (#1236) (9bb9e0a)

Documentation

  • Update library definitions in README to the latest version (#1239) (0c5cff2)

v1.19.0

27 Jun 21:49
469d342
Compare
Choose a tag to compare

1.19.0 (2023-06-27)

Features

  • Expose test-jar and mock classes in oauth2 (12e8db6)

v1.18.0

16 Jun 21:29
24ef147
Compare
Choose a tag to compare

1.18.0 (2023-06-16)

Features

  • Introduce a way to pass additional parameters to auhtorization url (#1134) (3a2c5d3)

v1.17.1

25 May 14:26
7d83734
Compare
Choose a tag to compare

1.17.1 (2023-05-25)

Dependencies

v1.17.0

20 May 02:29
b54882f
Compare
Choose a tag to compare

1.17.0 (2023-05-20)

Features

  • Adds universe_domain to external account creds (#1199) (608ee87)
  • Expose method to manually obtain ADC from gcloud CLI well-known… (#1188) (2fa9d52)
  • Updating readme for external account authorized user credentials (#1200) (bf25574)

Bug Fixes

  • Do not expose universe_domain yet (#1206) (9cce49c)
  • Improve errors and warnings related to ADC (#1172) (6d2251c)
  • Marking 503 as retryable for Compute credentials (#1205) (8ea9445)

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)