Skip to content

Commit effe6f2

Browse files
chore(main): release storage 1.49.0
1 parent 300865f commit effe6f2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest-individual.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"pubsub": "1.45.3",
1212
"pubsublite": "1.8.2",
1313
"spanner": "1.73.0",
14-
"storage": "1.48.0",
14+
"storage": "1.49.0",
1515
"vertexai": "0.13.2"
1616
}

storage/CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changes
22

33

4+
## [1.49.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.48.0...storage/v1.49.0) (2024-12-18)
5+
6+
7+
### Features
8+
9+
* **storage/internal:** Add finalize_time field in Object metadata ([46fc993](https://github.com/googleapis/google-cloud-go/commit/46fc993a3195203a230e2831bee456baaa9f7b1c))
10+
* **storage/internal:** Add MoveObject RPC ([46fc993](https://github.com/googleapis/google-cloud-go/commit/46fc993a3195203a230e2831bee456baaa9f7b1c))
11+
412
## [1.48.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.47.0...storage/v1.48.0) (2024-12-05)
513

614

storage/internal/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.48.0"
18+
const Version = "1.49.0"

0 commit comments

Comments
 (0)