Skip to content

Commit

Permalink
chore(main): release storage 1.38.0 (#9336)
Browse files Browse the repository at this point in the history
* chore(main): release storage 1.38.0

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Brenna N Epp <brennae@google.com>
  • Loading branch information
release-please[bot] and BrennaEpp committed Feb 12, 2024
1 parent 36d788b commit 8c76415
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Expand Up @@ -11,6 +11,6 @@
"pubsub": "1.36.1",
"pubsublite": "1.8.1",
"spanner": "1.56.0",
"storage": "1.37.0",
"storage": "1.38.0",
"vertexai": "0.7.1"
}
20 changes: 19 additions & 1 deletion storage/CHANGES.md
@@ -1,6 +1,25 @@
# Changes


## [1.38.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.37.0...storage/v1.38.0) (2024-02-12)


### Features

* **storage:** Support auto-detection of access ID for external_account creds ([#9208](https://github.com/googleapis/google-cloud-go/issues/9208)) ([b958d44](https://github.com/googleapis/google-cloud-go/commit/b958d44589f2b6b226ea3bef23829ac75a0aa6a6))
* **storage:** Support custom hostname for VirtualHostedStyle SignedURLs ([#9348](https://github.com/googleapis/google-cloud-go/issues/9348)) ([7eec40e](https://github.com/googleapis/google-cloud-go/commit/7eec40e4cf82c53e5bf02bd2c14e0b25043da6d0))
* **storage:** Support universe domains ([#9344](https://github.com/googleapis/google-cloud-go/issues/9344)) ([29a7498](https://github.com/googleapis/google-cloud-go/commit/29a7498b8eb0d00fdb5acd7ee8ce0e5a2a8c11ce))


### Bug Fixes

* **storage:** Fix v4 url signing for hosts that specify ports ([#9347](https://github.com/googleapis/google-cloud-go/issues/9347)) ([f127b46](https://github.com/googleapis/google-cloud-go/commit/f127b4648f861c1ba44f41a280a62652620c04c2))


### Documentation

* **storage:** Indicate that gRPC is incompatible with universe domains ([#9386](https://github.com/googleapis/google-cloud-go/issues/9386)) ([e8bd85b](https://github.com/googleapis/google-cloud-go/commit/e8bd85bbce12d5f7ab87fa49d166a6a0d84bd12d))

## [1.37.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.36.0...storage/v1.37.0) (2024-01-24)


Expand Down Expand Up @@ -484,4 +503,3 @@

This is the first tag to carve out storage as its own module. See:
https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository.

2 changes: 1 addition & 1 deletion storage/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.37.0"
const Version = "1.38.0"

0 comments on commit 8c76415

Please sign in to comment.