Skip to content

Commit 3813252

Browse files
chore(main): release google-cloud-storage 1.60.0
1 parent df84fa9 commit 3813252

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@
805805
"google-cloud-speech-v1p1beta1+FILLER": "0.0.0",
806806
"google-cloud-speech-v2": "1.7.1",
807807
"google-cloud-speech-v2+FILLER": "0.0.0",
808-
"google-cloud-storage": "1.59.0",
808+
"google-cloud-storage": "1.60.0",
809809
"google-cloud-storage+FILLER": "0.0.0",
810810
"google-cloud-storage-control": "1.3.0",
811811
"google-cloud-storage-control+FILLER": "0.0.0",

google-cloud-storage/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release History
22

3+
### 1.60.0 (2026-05-01)
4+
5+
#### Features
6+
7+
* add support for object context ([#32902](https://github.com/googleapis/google-cloud-ruby/issues/32902))
8+
* setting default checksum ([#33331](https://github.com/googleapis/google-cloud-ruby/issues/33331))
9+
* Support bucket encryption config ([#33452](https://github.com/googleapis/google-cloud-ruby/issues/33452))
10+
311
### 1.59.0 (2026-03-19)
412

513
#### Features

google-cloud-storage/lib/google/cloud/storage/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Storage
19-
VERSION = "1.59.0".freeze
19+
VERSION = "1.60.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)