Skip to content

Commit

Permalink
chore(main): release pubsublite 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 31, 2024
1 parent 430ce8a commit b8ff8d6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 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,7 +11,7 @@
"logging": "1.10.0",
"profiler": "0.4.0",
"pubsub": "1.38.0",
"pubsublite": "1.8.1",
"pubsublite": "1.8.2",
"spanner": "1.63.0",
"storage": "1.41.0",
"vertexai": "0.10.0"
Expand Down
14 changes: 11 additions & 3 deletions pubsublite/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changes

## [1.8.2](https://github.com/googleapis/google-cloud-go/compare/pubsublite/v1.8.1...pubsublite/v1.8.2) (2024-05-31)


### Bug Fixes

* **pubsublite:** Bump x/net to v0.24.0 ([ba31ed5](https://github.com/googleapis/google-cloud-go/commit/ba31ed5fda2c9664f2e1cf972469295e63deb5b4))
* **pubsublite:** Enable universe domain resolution options ([fd1d569](https://github.com/googleapis/google-cloud-go/commit/fd1d56930fa8a747be35a224611f4797b8aeb698))
* **pubsublite:** Fix int conversion ([9221c7f](https://github.com/googleapis/google-cloud-go/commit/9221c7fa12cef9d5fb7ddc92f41f1d6204971c7b))
* **pubsublite:** Fix regional endpoints ([#9362](https://github.com/googleapis/google-cloud-go/issues/9362)) ([14ce978](https://github.com/googleapis/google-cloud-go/commit/14ce9787f2a53ebdb25abea978367d7f8ae00188))
* **pubsublite:** Update protobuf dep to v1.33.0 ([30b038d](https://github.com/googleapis/google-cloud-go/commit/30b038d8cac0b8cd5dd4761c87f3f298760dd33a))

## [1.8.1](https://github.com/googleapis/google-cloud-go/compare/pubsublite/v1.8.0...pubsublite/v1.8.1) (2023-05-11)


Expand Down Expand Up @@ -327,6 +338,3 @@ pubsublite/internal/wire implementation:

This is the first tag to carve out pubsublite 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 pubsublite/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.8.1"
const Version = "1.8.2"

0 comments on commit b8ff8d6

Please sign in to comment.