Skip to content

Releases: googleapis/google-auth-library-java

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)

v0.16.1

06 Jun 20:31
537e710
Compare
Choose a tag to compare

06-06-2019 13:10 PDT

Dependencies

  • Update dependency com.google.http-client:google-http-client to v1.30.1 (#265)

Internal / Testing Changes

  • Add credentials for autorelease (#267)
  • Add developers section to google-auth-library-bom pom.xml
  • Bump next snapshot (#264)

v0.16.0

04 Jun 21:20
397a32a
Compare
Choose a tag to compare

06-04-2019 09:41 PDT

New Features

  • Add google-auth-library-bom artifact (#256)

Dependencies

  • Update dependency com.google.http-client:google-http-client to v1.30.0 (#261)
  • Update dependency com.google.http-client:google-http-client to v1.29.2 (#259)
  • Update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.6.8 (#257)
  • Update to latest app engine SDK version (#258)
  • Update dependency org.apache.maven.plugins:maven-source-plugin to v3.1.0 (#254)
  • Update dependency org.jacoco:jacoco-maven-plugin to v0.8.4 (#255)
  • Update dependency org.apache.maven.plugins:maven-jar-plugin to v3.1.2 (#252)
  • Update dependency org.apache.maven.plugins:maven-source-plugin to v2.4 (#253)

Documentation

  • Javadoc publish kokoro job uses docpublisher (#243)

Internal / Testing Changes

  • Add renovate.json (#245)
  • Bump next snapshot (#240)

v0.15.0

27 Mar 20:04
f4354c1
Compare
Choose a tag to compare

03-27-2019 12:42 PDT

Implementation Changes

  • createScoped: make overload call implementation (#229)
  • Add back in deprecated methods in ServiceAccountJwtAccessCredentials (#238)

v0.14.0

26 Mar 19:44
6ad9604
Compare
Choose a tag to compare

Implementation Changes

  • update default metadata url (#230)
  • Remove deprecated methods (#190)
  • Update Sign Blob API (#232)

Dependencies

  • Upgrade http client to 1.29.0. (#235)
  • update deps (#234)

Documentation

  • Update README.md (#233)

Internal / Testing Changes

  • Bump next snapshot (#225)
  • Provide STAGING_REPOSITORY_ID as an environment variable (#226)

v0.13.0

17 Jan 21:02
ee78958
Compare
Choose a tag to compare

01-17-2019 12:40 PST

Implementation Changes

  • Use OutputStream directly instead of PrintWriter (#220)
  • Improve log output when detecting GCE (#214)

New Features

  • Overload GoogleCredentials.createScoped with variadic arguments (#218)

Dependencies

  • Update google-http-client version, guava, and maven surefire plugin (#221)

Internal / Testing Changes

  • Enable autorelease (#222)
  • Tests: Enable a test that was missing the test annotation (#219)
  • Add kokoro job for publishing javadoc to GCS (#217)
  • Bump next snapshot (#216)

v0.12.0

19 Dec 21:07
f3415de
Compare
Choose a tag to compare

11-14-2018 14:53 PST

Implementation Changes

  • Show error message in case of problems with getting access token (#206)
  • Add note about NO_GCE_CHECK to metadata 404 error message (#205)

New Features

  • Add ImpersonatedCredentials (#211)
  • Add option to suppress end user credentials warning. (#207)

Dependencies

  • Update google-http-java-client dependency to 1.27.0 (#208)

Documentation

  • README grammar fix (#192)
  • Add unstable badge to README (#184)
  • Update README with instructions on installing the App Engine SDK and running the tests (#209)

Internal / Testing Changes

  • Cleanup ImpersonatedCredentials (#212)
  • Add codecov (#201)
  • Kokoro release (#200)
  • Enable releasetool (#202)
  • Add CODEOWNERS and issue/pr templates (#203)
  • Fix snapshot version in pom files and fix urls after repo move (#196)
  • Fix warnings (#199)
  • Add Kokoro continuous job configs (#197)
  • Add windows Kokoro test config (#181)
  • Fix assorted warnings (#186)
  • 0.11.0 has been released (#182)
  • Add Kokoro CI config (#180)

v0.11.0

23 Aug 22:57
64435cf
Compare
Choose a tag to compare

Implementation Changes

  • Update auth token urls (#174)

Dependencies

  • Update dependencies (guava) (#170)
  • Bumping google-http-client version to 1.24.1 (#171)

Documentation

  • Documentation for ComputeEngineCredential signing. (#176)
  • Fix README link (#169)

Internal / Testing Changes

  • 0.10.1-SNAPSHOT version bump (#168)