Skip to content

Releases: googleapis/google-auth-library-java

v0.22.0

13 Oct 23:33
dd1e8b3
Compare
Choose a tag to compare

0.22.0 (2020-10-13)

Features

  • add logging at FINE level for each step of ADC (#435) (7d145b2)

Documentation

Dependencies

  • update dependency com.google.http-client:google-http-client-bom to v1.37.0 (#486) (3027fbf)

v0.21.1

07 Jul 23:16
7341d11
Compare
Choose a tag to compare

0.21.1 (2020-07-07)

Dependencies

v0.21.0

24 Jun 20:16
48ba24a
Compare
Choose a tag to compare

0.21.0 (2020-06-24)

Features

  • add TokenVerifier class that can verify RS256/ES256 tokens (#420) (5014ac7)

Dependencies

  • update autovalue packages to v1.7.2 (#429) (5758364)
  • update dependency com.google.http-client:google-http-client-bom to v1.35.0 (#427) (5494ec0)
  • update Guava to 29.0-android (#426) (0cd3c2e)

v0.20.0

22 Jan 19:46
Compare
Choose a tag to compare

0.20.0 (2020-01-15)

Features

  • updated JwtClaims.Builder methods to public (#396) (9e5de14)

Dependencies

v0.19.0

13 Dec 15:02
Compare
Choose a tag to compare

0.19.0 (2019-12-13)

Features

  • support reading in quotaProjectId for billing (#383) (f38c3c8)

Dependencies

  • update appengine-sdk to 1.9.76 (#366) (590883d)
  • update autovalue packages to v1.7 (#365) (42a1694)
  • update dependency com.google.appengine:appengine to v1.9.77 (#377) (c3c950e)
  • update dependency com.google.http-client:google-http-client-bom to v1.33.0 (#374) (af0af50)

Documentation

v0.18.0

09 Oct 16:24
a972e8a
Compare
Choose a tag to compare

0.18.0 (2019-10-09)

Bug Fixes

  • make JwtClaims.newBuilder() public (#350) (6ab8758)
  • move autovalue into annotation processor path instead of classpath (#358) (a82d348)

Dependencies

Documentation

  • fix include instructions in google-auth-library-bom README (#352) (f649735)

v0.17.2

24 Sep 17:14
Compare
Choose a tag to compare

0.17.2 (2019-09-24)

Bug Fixes

Dependencies

  • update dependency com.google.http-client:google-http-client-bom to v1.32.0 (#341) (e656244)
  • update dependency com.google.http-client:google-http-client-bom to v1.32.1 (#346) (be4a7c4)

v0.17.1

22 Aug 17:46
Compare
Choose a tag to compare

0.17.1 (2019-08-22)

Bug Fixes

  • allow unset/null privateKeyId for JwtCredentials (#336) (d28a6ed)

Dependencies

  • update autovalue packages to v1.6.6

v0.17.0

16 Aug 17:16
Compare
Choose a tag to compare

0.17.0 (2019-08-16)

Bug Fixes

  • cleanup unused code and deprecation warnings (#315) (7fd94c0)
  • Fix declared dependencies from merge issue (#291) (35abf13)
  • throw SigningException as documented (#316) (a1ab97c)
  • typo in ComputeEngineCredentials exception message (#313) (1a16f38)

Features

  • add Automatic-Module-Name to manifest (#326) (29f58b4), closes #324 #324
  • add IDTokenCredential support (#303) (a87e3fd)
  • add JwtCredentials with custom claims (#290) (3f37172)
  • allow arbitrary additional claims for JwtClaims (#331) (888c61c)
  • Implement ServiceAccountSigner for ImpersonatedCredentials (#279) (70767e3)

Reverts

v0.16.2

26 Jun 16:31
59edf25
Compare
Choose a tag to compare

06-26-2019 06:39 PDT

Implementation Changes

  • Add metadata-flavor header to metadata server ping for compute engine (#283)

Dependencies

  • Import http client bom for dependency management (#268)

Documentation

  • README section for interop with google-http-client (#275)

Internal / Testing Changes

  • Autorelease should actually autorelease
  • Autorelease will also auto publish (#271)
  • Group AppEngine packages for renovate
  • Bump next snapshot (#270)