Skip to content

0.10.0

Choose a tag to compare

@michaelbausor michaelbausor released this 17 Mar 01:38

Storage

  • Added support for per-object storage classes (#1670)
  • Add helper for Google Cloud Storage IAM roles (#1724)

Logging

  • Switch from Future to ApiFuture (#1706)
  • Renamed generated client classes (#1708)
  • Reduce memory consumption (#1754)
  • Add async/sync setting to logging handler (#1716)

Pubsub

  • Switch from Future to ApiFuture (#1709)
  • Reduce generated logs (#1749, #1748)
  • Fix potential deadlocks in startConnections (#1674)

Bigquery

  • Add support of DATE, TIME, DATETIME for Field (#1755)

NIO

  • Add convenience method for files with spaces (#1463)
  • Add option for re-opening the channel to retry some errors (#1715)

Updates

  • Rename RpcFuture to ApiFuture (#1690)
  • Add flow control to bundling (#1687)
  • Improved bundling performance (#1721)
  • Remove deprecated methods (#1678, #1707, #1753)
  • Remove transport from ServiceOptions hierarchy (#1723)
  • Add project role identities to the Identity helper (#1718)

Samples/docs

  • Miscellaneous improvements