Releases: googleapis/google-oauth-java-client
Releases · googleapis/google-oauth-java-client
v1.26.0
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
Release v1.25.0
Release v1.24.1
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 withguava
. This should reduce diamond dependency problems. - New: LocalServerReceiver uses the connector's host in the redirect URI.
Release v1.21.0
- Support multiple possible OpenId issuers. This is to support Google's new issuer id
https://accounts.google.com
while still supporting the olderaccounts.google.com
id