Skip to content

v1.29.0

Compare
Choose a tag to compare
@chingor13 chingor13 released this 31 May 17:52
ca51460

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)