diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index f1b1f0bb9049..dc307f7183e9 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -13,6 +13,6 @@ "pubsub": "1.44.0", "pubsublite": "1.8.2", "spanner": "1.70.0", - "storage": "1.44.0", + "storage": "1.45.0", "vertexai": "0.13.1" } diff --git a/storage/CHANGES.md b/storage/CHANGES.md index 0e2e2e6948f8..9121d2518ab3 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md @@ -1,6 +1,20 @@ # Changes +## [1.45.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.44.0...storage/v1.45.0) (2024-10-17) + + +### Features + +* **storage/internal:** Adds support for restore token ([70d82fe](https://github.com/googleapis/google-cloud-go/commit/70d82fe93f60f1075298a077ce1616f9ae7e13fe)) +* **storage:** Adding bucket-specific dynamicDelay ([#10987](https://github.com/googleapis/google-cloud-go/issues/10987)) ([a807a7e](https://github.com/googleapis/google-cloud-go/commit/a807a7e7f9fb002374407622c126102c5e61af82)) +* **storage:** Dynamic read request stall timeout ([#10958](https://github.com/googleapis/google-cloud-go/issues/10958)) ([a09f00e](https://github.com/googleapis/google-cloud-go/commit/a09f00eeecac82af98ae769bab284ee58a3a66cb)) + + +### Documentation + +* **storage:** Remove preview wording from NewGRPCClient ([#11002](https://github.com/googleapis/google-cloud-go/issues/11002)) ([40c3a5b](https://github.com/googleapis/google-cloud-go/commit/40c3a5b9c4cd4db2f1695e180419197b6a03ed7f)) + ## [1.44.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.43.0...storage/v1.44.0) (2024-10-03) diff --git a/storage/internal/version.go b/storage/internal/version.go index c07789c9be78..e3f747054984 100644 --- a/storage/internal/version.go +++ b/storage/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.44.0" +const Version = "1.45.0"