Skip to content

Releases: googleapis/google-api-java-client

v1.27.1

01 Jul 23:45
Compare
Choose a tag to compare

Implementation Changes

  • Backport: Deprecate BatchRequest constructor (#1333)

v1.26.1

01 Jul 23:36
Compare
Choose a tag to compare

Implementation Changes

  • Backport: Deprecate BatchRequest constructor (#1333)

v1.25.1

01 Jul 23:16
Compare
Choose a tag to compare

Implementation Changes

  • Backport: Deprecate BatchRequest constructor (#1333)

v1.24.2

01 Jul 23:15
Compare
Choose a tag to compare

Implementation Changes

  • Backport: Deprecate BatchRequest constructor (#1333)

v1.23.1

01 Jul 23:14
Compare
Choose a tag to compare

Implementation Changes

  • Backport: Deprecate BatchRequest constructor (#1333)

v1.30.1

20 Jun 23:46
0f6a39b
Compare
Choose a tag to compare

06-19-2019 16:53 PDT

Implementation Changes

  • Close InputStream on error during resumable upload (#1324)

Dependencies

  • Update dependency com.google.oauth-client:google-oauth-client-bom to v1.30.1 (#1314)
  • Update dependency com.google.http-client:google-http-client-bom to v1.30.1 (#1311)

Internal / Testing Changes

  • Bump next snapshot (#1328)

v1.30.0

18 Jun 16:46
d0e16fd
Compare
Choose a tag to compare

06-18-2019 08:59 PDT

New Features

  • Extensible client options (#1263)
  • Add option to return raw input stream for response (#1323)

Dependencies

  • Update dependency org.apache.httpcomponents:httpclient to v4.5.9 (#1316)
  • Group AppEngine deps for renovate
  • Import google-http-client-bom and google-oauth-client-bom. (#1309)
  • Update dependency com.google.http-client:google-http-client to v1.30.0 (#1307)
  • Update dependency com.google.oauth-client:google-oauth-client to v1.29.2 (#1290)
  • Update dependency com.google.http-client:google-http-client to v1.29.2 (#1288)
  • Update dependency org.codehaus.mojo:findbugs-maven-plugin to v3 (#1287)
  • Update dependency org.apache.maven.plugins:maven-source-plugin to v3 (#1286)
  • Update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.6.8 (#1283)
  • Update dependency org.codehaus.mojo:findbugs-maven-plugin to v2.5.5 (#1282)
  • Update dependency org.apache.maven.plugins:maven-source-plugin to v2.4 (#1280)
  • Update dependency org.apache.maven.plugins:maven-jar-plugin to v3.1.2 (#1278)
  • Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.1.0 (#1279)
  • Update dependency org.apache.httpcomponents:httpclient to v4.5.8 (#1277)
  • Update dependency kr.motd.maven:os-maven-plugin to v1.6.2 (#1276)
  • Update dependency junit:junit to v4.12 (#1275)
  • Update dependency commons-codec:commons-codec to v1.12 (#1273)
  • Update jackson2 version 2.9.6 -> 2.9.8 (#1262)
  • Remove non existing http client assembly pom dependency (#1322)
  • Add renovate.json (#1265)

Internal / Testing Changes

  • Enable autorelease (#1313)
  • Bump next snapshot (#1266)

v1.29.2

04 Jun 05:36
6836888
Compare
Choose a tag to compare

06-03-2019 22:34 PDT

Dependencies

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

v1.29.0

31 May 17:52
ca51460
Compare
Choose a tag to compare

05-20-2019 10:18 PDT

Implementation Changes

  • Deprecate the GoogleCredential and CloudShellCredential classes (#1258)
  • More OSGI metadata (#1253)
  • Fix OSGI metadata for gson and jackson2 packages (#1251)
  • Fix Replaced invalidateToken method to clearToken (#1243)
  • Infinite cycle with MediaHttpDownloader setContentRange download (#1242)
  • Check for null to prevent autoboxing NPE. (#1241)
  • Changed to Guava ByteStreams.copy() that has a bit better performance (#1239)

New Features

  • Add automatic module name (#1235)

Dependencies

  • Update http/oauth dependencies to 1.29 (#1259)

Documentation

  • Fix doc links to googleapis.dev (#1257)
  • Bring comment in line with code (#1246)

Internal / Testing Changes

  • Add publish_javadoc kokoro job (#1248)

v1.28.0

15 Jan 20:34
91917b0
Compare
Choose a tag to compare

01-14-2019 13:18 PST

Breaking Changes

  • Java 6 support was dropped (#1222)

Implementation Changes

  • Handle the legacy endpoint in the MockTokenServerTransport (#1232)
  • Set expires_in to an hour instead of 1000 hours (#1229)

Deprecations

  • Remove ClientLogin (#1224)
  • Remove usage of deprecated Backoff from google-http-java-client (#1221)

Dependencies

  • Update guava to 26.0-android (#1218)

Documentation

  • Fix old links to code.google.com (#1225)
  • Update README: edited and removed some redundancy (#1226)

Internal / Testing Changes

  • Use maven enforcer plugin for maven version requirements (#1228)
  • Add Java 11 test configs (#1223)