Skip to content

Commit 7988ffe

Browse files
chore(main): release storage 1.49.0
1 parent 145ddf4 commit 7988ffe

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-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.3"
1616
}

storage/CHANGES.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
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-20)
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+
* **storage:** Add ObjectHandle.Move method ([#11302](https://github.com/googleapis/google-cloud-go/issues/11302)) ([a3cb8c4](https://github.com/googleapis/google-cloud-go/commit/a3cb8c4fc48883b54d4e830ae5f5ef4f1a3b8ca3))
12+
* **storage:** Return file metadata on read ([#11212](https://github.com/googleapis/google-cloud-go/issues/11212)) ([d49263b](https://github.com/googleapis/google-cloud-go/commit/d49263b2ab614cad801e26b4a169eafe08d4a2a0))
13+
14+
15+
### Bug Fixes
16+
17+
* **storage/dataflux:** Address deadlock when reading from ranges ([#11303](https://github.com/googleapis/google-cloud-go/issues/11303)) ([32cbf56](https://github.com/googleapis/google-cloud-go/commit/32cbf561590541eb0387787bf729be6ddf68e4ee))
18+
* **storage:** Disable allow non-default credentials flag ([#11337](https://github.com/googleapis/google-cloud-go/issues/11337)) ([145ddf4](https://github.com/googleapis/google-cloud-go/commit/145ddf4f6123d9561856d2b6adeefdfae462b3f7))
19+
* **storage:** Monitored resource detection ([#11197](https://github.com/googleapis/google-cloud-go/issues/11197)) ([911bcd8](https://github.com/googleapis/google-cloud-go/commit/911bcd8b1816256482bd52e85da7eaf00c315293))
20+
* **storage:** Update golang.org/x/net to v0.33.0 ([e9b0b69](https://github.com/googleapis/google-cloud-go/commit/e9b0b69644ea5b276cacff0a707e8a5e87efafc9))
21+
422
## [1.48.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.47.0...storage/v1.48.0) (2024-12-05)
523

624

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)