All Versions
144
Latest Version
Avg Release Cycle
47 days
Latest Release
846 days ago
Changelog History
Page 9
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.
- secretmanager:
-
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.
- profiler:
-
v0.49.0 Changes
- ๐ functions/metadata:
- Handle string resources in JSON unmarshaller.
- โก๏ธ Various updates to autogenerated clients.
- ๐ functions/metadata:
-
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).
- spanner: