Skip to content

Commit 1d71802

Browse files
chore: librarian release pull request: 20260310T073310Z (googleapis#14148)
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.8.3 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:19bb93e8f1f916c61b597db2bad65dc432f79baaabb210499d7d0e4ad1dffe29 <details><summary>storage: v1.61.0</summary> ## [v1.61.0](googleapis/google-cloud-go@storage/v1.60.0...storage/v1.61.0) (2026-03-10) ### Features * add bucket encryption enforcement configuration (googleapis#13874) ([245c8d7](googleapis@245c8d76)) * add multistream options to MRD (googleapis#13758) ([4557675](googleapis@4557675e)) * add a DeleteFolderRecursive API definition (PiperOrigin-RevId: 866471251) ([6f31019](googleapis@6f310199)) * add multistream support to MRD (googleapis#13792) ([ffa7268](googleapis@ffa7268c)) ### Bug Fixes * Fix TM download dir corner case (googleapis#14142) ([87cdcc9](googleapis@87cdcc9f)) * Omit auto checksum in final request when MD5 is given (googleapis#14024) ([d404777](googleapis@d4047774)) * optimize gRPC writer with zero-copy and lazy allocation (googleapis#13481) ([df64147](googleapis@df641476)) </details>
1 parent 87cdcc9 commit 1d71802

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5889,7 +5889,7 @@ libraries:
58895889
- internal/generated/snippets/speech/
58905890
tag_format: '{id}/v{version}'
58915891
- id: storage
5892-
version: 1.60.0
5892+
version: 1.61.0
58935893
last_generated_commit: 9eea40c74d97622bb0aa406dd313409a376cc73b
58945894
apis:
58955895
- path: google/storage/control/v2

internal/generated/snippets/storage/control/apiv2/snippet_metadata.google.storage.control.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "cloud.google.com/go/storage/control/apiv2",
4-
"version": "1.60.0",
4+
"version": "1.61.0",
55
"language": "GO",
66
"apis": [
77
{

storage/CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changes
22

33

4+
## [1.61.0](https://github.com/googleapis/google-cloud-go/releases/tag/storage%2Fv1.61.0) (2026-03-10)
5+
6+
### Features
7+
8+
* add a DeleteFolderRecursive API definition ([6f31019](https://github.com/googleapis/google-cloud-go/commit/6f310199e136b133bb4fadaa353e264e809db6d7))
9+
* add bucket encryption enforcement configuration (#13874) ([245c8d7](https://github.com/googleapis/google-cloud-go/commit/245c8d7638756f3ec7c55b32b8a0f924814e8547))
10+
* add multistream options to MRD (#13758) ([4557675](https://github.com/googleapis/google-cloud-go/commit/4557675e058e042c614a46b55c1b2346d378204b))
11+
* add multistream support to MRD (#13792) ([ffa7268](https://github.com/googleapis/google-cloud-go/commit/ffa7268c6195f11f404b0c976b3c7c836df26294))
12+
13+
### Bug Fixes
14+
15+
* Fix TM download dir corner case (#14142) ([87cdcc9](https://github.com/googleapis/google-cloud-go/commit/87cdcc9f756881f90337d222fe3707234d1a2c71))
16+
* Omit auto checksum in final request when MD5 is given (#14024) ([d404777](https://github.com/googleapis/google-cloud-go/commit/d40477749f0d54c88dd92fd992c9401732ef8d50))
17+
* optimize gRPC writer with zero-copy and lazy allocation (#13481) ([df64147](https://github.com/googleapis/google-cloud-go/commit/df64147605e961803c7ea839bc080ffd1b814ac9))
18+
419
## [1.60.0](https://github.com/googleapis/google-cloud-go/releases/tag/storage%2Fv1.60.0) (2026-02-10)
520

621
### Features

storage/internal/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)