Skip to content

Commit

Permalink
chore(main): release storage 1.47.0 (#11127)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Nov 14, 2024
1 parent 9620a51 commit d201c6a
Show file tree
Hide file tree
Showing 3 changed files with 14 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 @@ -11,6 +11,6 @@
"pubsub": "1.45.1",
"pubsublite": "1.8.2",
"spanner": "1.73.0",
"storage": "1.46.0",
"storage": "1.47.0",
"vertexai": "0.13.2"
}
12 changes: 12 additions & 0 deletions storage/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changes


## [1.47.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.46.0...storage/v1.47.0) (2024-11-14)


### Features

* **storage:** Introduce dp detector based on grpc metrics ([#11100](https://github.com/googleapis/google-cloud-go/issues/11100)) ([60c2323](https://github.com/googleapis/google-cloud-go/commit/60c2323102b623e042fc508e2b1bb830a03f9577))


### Bug Fixes

* **storage:** Bump auth dep ([#11135](https://github.com/googleapis/google-cloud-go/issues/11135)) ([9620a51](https://github.com/googleapis/google-cloud-go/commit/9620a51b2c6904d8d93e124494bc297fb98553d2))

## [1.46.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.45.0...storage/v1.46.0) (2024-10-31)

### Features
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.46.0"
const Version = "1.47.0"

0 comments on commit d201c6a

Please sign in to comment.