Skip to content

Releases: googleapis/google-oauth-java-client

v1.30.3

20 Sep 21:31
Compare
Choose a tag to compare

1.30.3 (2019-09-20)

Dependencies

v1.30.2

18 Sep 22:54
bf26e5b
Compare
Choose a tag to compare

09-11-2019 14:21 PDT

Implementation Changes

  • fix: add Automatic-Module-Name for all modules (#348)

Dependencies

  • deps: update project.http.version to v1.32.0 (#366)
  • Update project.http.version to v1.31.0 (#332)
  • Update dependency org.apache.maven.plugins:maven-site-plugin to v3.8.2 (#339)
  • Update dependency mysql:mysql-connector-java to v8.0.17 (#337)
  • Update dependency commons-codec:commons-codec to v1.13 (#338)
  • Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.1.1 (#323)
  • Remove unused test dependencies from google-oauth-client-servlet (#318)
  • remove unused and out of date DataNucleus plugin (#344)

Documentation

  • Add CONTRIBUTING.md, Update CODE_OF_CONDUCT.md, Update links (#315)
  • Java 7 in artifact description (#345)
  • Update URLs, especially pointing to code.google.com (#320)
  • Update links to point to wiki instead of devsite: (#341)

Internal / Testing Changes

  • build: regenerate common files from templates (#364)
  • build: fix snapshot script to be executable (#363)
  • build: regenerated common build templates (#362)
  • build: regenerated common build templates (#361)
  • build: regenerated common files from templates
  • chore: add synth config and repo metadata (#340)
  • chore: cleanup extra files (#347)
  • remove obsolete parent (#342)
  • Group AppEngine dependencies for renovate

v1.30.1

06 Jun 21:48
89b3a14
Compare
Choose a tag to compare

06-06-2019 14:37 PDT

Dependencies

  • Update dependency com.google.http-client:google-http-client to v1.30.1 (#306)
  • Import google-http-client-bom for dependency management (#301)

Internal / Testing Changes

  • Enable autorelease (#309)
  • Bump next snapshot (#305)

v1.30.0

06 Jun 18:19
f2720be
Compare
Choose a tag to compare

06-05-2019 16:21 PDT

Implementation Changes

  • Convert from google-http-client-jackson to google-http-client-jackson2 (#302)

Dependencies

  • Update dependency com.google.http-client:google-http-client to v1.30.0 (#299)
  • Update dependency com.google.http-client:google-http-client to v1.29.2 (#289)
  • Update dependency org.datanucleus:datanucleus-rdbms to v3.2.13 (#278)
  • Update dependency org.codehaus.mojo:findbugs-maven-plugin to v3 (#283)
  • Update dependency org.apache.maven.plugins:maven-source-plugin to v3 (#282)
  • Update dependency mysql:mysql-connector-java to v8 (#280)
  • Update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.6.8 (#279)
  • Update dependency org.codehaus.mojo:findbugs-maven-plugin to v2.5.5 (#274)
  • Update dependency org.codehaus.mojo:exec-maven-plugin to v1.6.0 (#273)
  • Update dependency org.datanucleus:datanucleus-maven-plugin to v4.0.5 (#277)
  • Update dependency org.apache.maven.plugins:maven-source-plugin to v2.4 (#271)
  • Update dependency org.apache.maven.plugins:maven-deploy-plugin to v2.8.2 (#269)
  • Update dependency org.apache.maven.plugins:maven-jar-plugin to v3.1.2 (#270)
  • Update dependency junit:junit to v4.12 (#267)
  • Update dependency mysql:mysql-connector-java to v5.1.47 (#268)
  • Update dependency commons-codec:commons-codec to v1.12 (#265)
  • Add renovate.json (#260)

Internal / Testing Changes

  • Bump next snapshot (#259)

v1.29.2

03 Jun 23:30
b4dd2a8
Compare
Choose a tag to compare

06-03-2019 16:28 PDT

Dependencies

  • Update dependency com.google.http-client:google-http-client to v1.29.2 (#289)

v1.29.0

15 May 22:03
fafab12
Compare
Choose a tag to compare

05-14-2019 10:09 PDT

Dependencies

  • Update google-http-client to 1.29.1
  • Drop usage of google-http-client-jdo (removed in 1.29.1)

Documentation

  • Update javadoc links to point to googleapis.dev (#256)

Internal / Testing Changes

  • Add publish_javadoc kokoro job (#253)
  • Cleanup assembly proceses (#243)
  • Bump next snapshot (#247)

v1.28.0

15 Jan 20:32
502701c
Compare
Choose a tag to compare

01-07-2019 13:34 PST

Breaking Changes

  • Java 6 support was dropped (#238)

Implementation Changes

  • Fix RequiredExecutionEnvironment setting in the OSGI metadata (#240)

New Features

  • Add Java 11 test configs (#239)

Deprecations

  • Add deprecation annotation for code scheduled for deprecation (#241)

Dependencies

  • Update commons-codec 1.6 -> 1.11 (#242)
  • Update guava to 26.0-android (#237)

Internal / Testing Changes

  • Bump next snapshot (#236)

v1.27.0

12 Nov 16:49
37c4a64
Compare
Choose a tag to compare

11-09-2018 12:53 PST

New Features

  • Add google-oauth-client-bom artifact (#234)

Internal / Testing Changes

  • Release improvements (#230)
  • Bump next snapshot (#229)

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