Skip to content

Commit

Permalink
chore(main): release pubsublite 1.7.1 (#7795)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.7.1](https://togithub.com/googleapis/google-cloud-go/compare/pubsublite/v1.7.0...pubsublite/v1.7.1) (2023-04-21)


### Bug Fixes

* **pubsublite:** Enforce minimum publisher and subscriber timeout of 2 minutes ([#7746](https://togithub.com/googleapis/google-cloud-go/issues/7746)) ([89a9b0b](https://togithub.com/googleapis/google-cloud-go/commit/89a9b0b40fd2d4b1cf256b6c90a2108a62c44bed))


### Documentation

* **pubsublite:** Example for configuring earlier OAuth token refresh ([#7745](https://togithub.com/googleapis/google-cloud-go/issues/7745)) ([290d637](https://togithub.com/googleapis/google-cloud-go/commit/290d637e05401340677b77daa504ddc975fc0901))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Apr 24, 2023
1 parent fbd7d2c commit 78a646e
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 @@ -7,7 +7,7 @@
"logging": "1.7.0",
"profiler": "0.3.1",
"pubsub": "1.30.0",
"pubsublite": "1.7.0",
"pubsublite": "1.7.1",
"spanner": "1.45.1",
"storage": "1.30.1"
}
12 changes: 12 additions & 0 deletions pubsublite/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes

## [1.7.1](https://github.com/googleapis/google-cloud-go/compare/pubsublite/v1.7.0...pubsublite/v1.7.1) (2023-04-21)


### Bug Fixes

* **pubsublite:** Enforce minimum publisher and subscriber timeout of 2 minutes ([#7746](https://github.com/googleapis/google-cloud-go/issues/7746)) ([89a9b0b](https://github.com/googleapis/google-cloud-go/commit/89a9b0b40fd2d4b1cf256b6c90a2108a62c44bed))


### Documentation

* **pubsublite:** Example for configuring earlier OAuth token refresh ([#7745](https://github.com/googleapis/google-cloud-go/issues/7745)) ([290d637](https://github.com/googleapis/google-cloud-go/commit/290d637e05401340677b77daa504ddc975fc0901))

## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/pubsublite/v1.6.0...pubsublite/v1.7.0) (2023-03-20)


Expand Down
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.7.0"
const Version = "1.7.1"

0 comments on commit 78a646e

Please sign in to comment.