Skip to content

Commit

Permalink
chore(main): release storage 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 23, 2024
1 parent e78389d commit 23bce29
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"pubsub": "1.45.0",
"pubsublite": "1.8.2",
"spanner": "1.70.0",
"storage": "1.45.0",
"storage": "2.0.0",
"vertexai": "0.13.1"
}
16 changes: 16 additions & 0 deletions storage/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changes


## [2.0.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.45.0...storage/v2.0.0) (2024-10-23)


### ⚠ BREAKING CHANGES

* **storage/internal:** Removes Notification Config, Service Account, and HMAC RPCs. These API have been migrated to Storage Control and are available via the JSON API.

### Features

* **storage:** Add grpc metrics experimental options ([#10984](https://github.com/googleapis/google-cloud-go/issues/10984)) ([5b7397b](https://github.com/googleapis/google-cloud-go/commit/5b7397b169176f030049e1511859a883422c774e))


### Miscellaneous Chores

* **storage/internal:** Remove notification, service account, and hmac RPCS ([#11008](https://github.com/googleapis/google-cloud-go/issues/11008)) ([e0759f4](https://github.com/googleapis/google-cloud-go/commit/e0759f46639b4c542e5b49e4dc81340d8e123370))

## [1.45.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.44.0...storage/v1.45.0) (2024-10-17)


Expand Down
2 changes: 1 addition & 1 deletion storage/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.45.0"
const Version = "2.0.0"

0 comments on commit 23bce29

Please sign in to comment.