google-cloud-go
google-cloud-go copied to clipboard
Google Cloud Client Libraries for Go.
:robot: I have created a release *beep* *boop* --- containeranalysis: 0.5.0 ## [0.5.0](https://github.com/googleapis/google-cloud-go/compare/containeranalysis/v0.4.0...containeranalysis/v0.5.0) (2022-09-22) ### Features * **containeranalysis:** Generate container stubs for betas ([#6722](https://github.com/googleapis/google-cloud-go/issues/6722)) ([3f1232b](https://github.com/googleapis/google-cloud-go/commit/3f1232b2aeaedfecfec3df0fa85c2f70227af2b1)) --- This PR was generated...
This PR adds support for automatic retry of failed appends. Failures are evaluated both from the perspective of any receive errors getting the response, as well as any response that...
Running `go get google.golang.org/genproto/googleapis/bigtable/admin/v2` inside and outside of `bigtable` directory.
:robot: I have created a release *beep* *boop* --- ## [0.104.1](https://github.com/googleapis/google-cloud-go/compare/v0.104.0...v0.104.1) (2022-09-22) ### Bug Fixes * **internal/gapicgen:** Add slashes to be more strict with matching ([#6672](https://github.com/googleapis/google-cloud-go/issues/6672)) ([721baec](https://github.com/googleapis/google-cloud-go/commit/721baec75f55897f0435fcf5eeb7fc91557b575c)) --- This PR...
:robot: I have created a release *beep* *boop* --- ## [1.27.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.26.0...storage/v1.27.0) (2022-09-22) ### Features * **storage:** Find GoogleAccessID when using impersonated creds ([#6591](https://github.com/googleapis/google-cloud-go/issues/6591)) ([a2d16a7](https://github.com/googleapis/google-cloud-go/commit/a2d16a7a778c85d13217fc67955ec5dac1da34e8)) --- This PR was generated with...
:robot: I have created a release *beep* *boop* --- ## [1.25.2](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.25.1...pubsub/v1.25.2) (2022-09-22) ### Bug Fixes * **pubsub:** Remove unused AckResult map ([#6656](https://github.com/googleapis/google-cloud-go/issues/6656)) ([5f69002](https://github.com/googleapis/google-cloud-go/commit/5f690022551ac584e5c66af4324a17d7044a898d)) ### Documentation * **pubsub:** Update streams section...
The following statement is from a discussion: It is nice that spanner package has Decoder interface, but we don't use it because it is hard to reuse buffers (needed for...