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

Changelog History
Page 9

  • v0.52.0 Changes

    • internal/gapicgen: multiple improvements related to library generation.
    • ๐Ÿ“‡ compute/metadata: unset ResponseHeaderTimeout in defaultClient
    • ๐Ÿ“„ docs: fix link to KMS in README.md
    • โšก๏ธ Various updates to autogenerated clients.
  • v0.51.0 Changes

    • secretmanager:
      • add IAM helper for generic resource IAM handle
    • cloudbuild:
      • migrate to microgen in a major version
    • โšก๏ธ Various updates to autogenerated clients.
  • v0.50.0 Changes

    • profiler:
      • Support disabling CPU profile collection.
      • Log when a profile creation attempt begins.
    • ๐Ÿ“‡ compute/metadata:
      • Fix panic on malformed URLs.
      • InstanceName returns actual instance name.
    • โšก๏ธ Various updates to autogenerated clients.
  • v0.49.0 Changes

    • ๐Ÿ“‡ functions/metadata:
      • Handle string resources in JSON unmarshaller.
    • โšก๏ธ Various updates to autogenerated clients.
  • v0.48.0 Changes

    • โšก๏ธ Various updates to autogenerated clients
  • v0.47.0 Changes

    ๐Ÿš€ This release drops support for Go 1.9 and Go 1.10: we continue to officially ๐Ÿ‘Œ support Go 1.11, Go 1.12, and Go 1.13.

    • โšก๏ธ Various updates to autogenerated clients.
    • โž• Add cloudbuild/apiv1 client.
  • v0.46.3 Changes

    ๐Ÿš€ This is an empty release that was created solely to aid in storage's module ๐Ÿ‘€ carve-out. See: https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository.

  • v0.46.2 Changes

    ๐Ÿš€ This is an empty release that was created solely to aid in spanner's module ๐Ÿ‘€ carve-out. See: https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository.

  • v0.46.1 Changes

    ๐Ÿš€ This is an empty release that was created solely to aid in firestore's module ๐Ÿ‘€ carve-out. See: https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository.

  • v0.46.0 Changes

    • spanner:
      • Retry "Session not found" for read-only transactions.
      • Retry aborted PDMLs.
    • โœ… spanner/spannertest:
      • Fix a bug that was causing 0X-prefixed number to be parsed incorrectly.
    • storage:
      • Add HMACKeyOptions.
      • Remove *REGIONAL from StorageClass documentation. Using MULTI_REGIONAL, DURABLE_REDUCED_AVAILABILITY, and REGIONAL are no longer best practice StorageClasses but they are still acceptable values.
    • trace:
      • Remove cloud.google.com/go/trace. Package cloud.google.com/go/trace has been marked OBSOLETE for several years: it is now no longer provided. If you relied on this package, please vendor it or switch to using https://cloud.google.com/trace/docs/setup/go (which obsoleted it).