All Versions
144
Latest Version
Avg Release Cycle
47 days
Latest Release
1230 days ago

Changelog History
Page 1

  • v1.14.0 Changes

    December 04, 2020

    ๐Ÿ”‹ Features

  • v1.13.0 Changes

    November 04, 2020
    • ๐Ÿ‘Œ Support retries for specific http2 transport race.
    • โœ‚ Remove unused datasource client from bigquery/datatransfer.
    • โž• Adds support for authorized User Defined Functions (UDFs).
    • ๐Ÿ“š Documentation improvements.
    • โšก๏ธ Various updates to autogenerated clients.
  • v1.12.0 Changes

    September 22, 2020
    • ๐Ÿ›  V4 signed URL fixes:
      • Fix encoding of spaces in query parameters.
      • Add fields that were missing from PostPolicyV4 policy conditions.
    • ๐Ÿ›  Fix Query to correctly list prefixes as well as objects when SetAttrSelection
      is used.
  • v1.11.2 Changes

    October 01, 2020
    • โž• Addresses issue with consuming query results using an iterator.Pager
  • v1.11.1 Changes

    September 30, 2020
    • โž• Addresses issue with optimized query path changes, released
      in v1.11.0
  • v1.11.0 Changes

    August 28, 2020
    • โž• Add support for CustomTime and NoncurrentTime object lifecycle management
      ๐Ÿ”‹ features.
  • v1.10.0 Changes

    June 18, 2020
    • โฌ†๏ธ Bump dependency on google.golang.org/api to capture changes to retry logic
      which will make retries on writes more resilient.
    • ๐Ÿ‘Œ Improve documentation for Writer.ChunkSize.
    • ๐Ÿ›  Fix a bug in lifecycle to allow callers to clear lifecycle rules on a bucket.
  • v1.9.0 Changes

    June 04, 2020
    • โž• Add retry for transient network errors on most operations (with the exception of writes).
    • ๐ŸŽ Bump dependency for google.golang.org/api to capture a change in the default HTTP transport which will improve performance for reads under heavy load.
    • โž• Add CRC32C checksum validation option to Composer.
  • v1.8.3 Changes

    November 11, 2020

    ๐Ÿ› Bug Fixes

    • pubsub: retry deadline exceeded errors in Acknowledge (#3157) (ae75b46)
  • v1.8.2 Changes

    October 21, 2020
    • ๐Ÿ›  Fixes:
      • fix(pubsub): track errors in published messages opencensus metric (#2970)
      • fix(pubsub): do not propagate context deadline exceeded error (#3055)