Skip to content

Commit 0d862b0

Browse files
chore(main): release google-cloud-storage 1.57.1 (#32145)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5d3c125 commit 0d862b0

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@
779779
"google-cloud-speech-v1p1beta1+FILLER": "0.0.0",
780780
"google-cloud-speech-v2": "1.4.1",
781781
"google-cloud-speech-v2+FILLER": "0.0.0",
782-
"google-cloud-storage": "1.57.0",
782+
"google-cloud-storage": "1.57.1",
783783
"google-cloud-storage+FILLER": "0.0.0",
784784
"google-cloud-storage-control": "1.1.2",
785785
"google-cloud-storage-control+FILLER": "0.0.0",

google-cloud-storage/CHANGELOG.md

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

3+
### 1.57.1 (2025-11-04)
4+
5+
#### Documentation
6+
7+
* add warning about loading unvalidated credentials ([#31776](https://github.com/googleapis/google-cloud-ruby/issues/31776))
8+
39
### 1.57.0 (2025-08-15)
410

511
#### 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.57.0".freeze
19+
VERSION = "1.57.1".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)