Skip to content

Releases: googleapis/google-oauth-java-client

v1.26.0

18 Oct 14:26
5201762
Compare
Choose a tag to compare

10-12-2018 14:53 PDT

Implementation Changes

  • Fix OAuth signature with repeated parameters (#190)

New Features

  • Enable custom TokenResponse for TokenRequest (#194)

Documentation

  • Fix link syntax (#223)
  • Add the ending Java 6 support notice to README (#221)
  • Be more helpful in the docs for getAccessToken(). (#212)
  • Java 5 is no longer supported (#214)

Internal / Testing Changes

  • Annotate versions for replacement (#225)
  • Fix CODEOWNERS syntax
  • Add Kokoro release scripts (#222)
  • Add CODEOWNERS and issue/pr templates (#219)
  • Add Kokoro continuous config and badges (#218)
  • ignore Eclipse flotsam and jetsam (#215)

Release v1.25.0

23 Aug 17:54
Compare
Choose a tag to compare
  • Fix: Audience validation for OpenID Connect tokens (#192)
  • New: AuthorizationCodeInstalledApp.Browser interface added (#182)
  • Fix: Use caller-provided callback path for callback handler (#171)
  • Various documentation fixes

Release v1.24.1

02 Aug 00:36
Compare
Choose a tag to compare

Note: Java 5 support has ended. From this release and on, we support Java 6 and forward.

  • Deps: The guava-jdk5 dependency has been removed and replaced with guava. This should reduce diamond dependency problems.
  • New: LocalServerReceiver uses the connector's host in the redirect URI.

Release v1.21.0

05 Feb 17:06
Compare
Choose a tag to compare
  • Support multiple possible OpenId issuers. This is to support Google's new issuer id https://accounts.google.com while still supporting the older accounts.google.com id