Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit cd5e8dd

Browse files
committed
chore: create a release
1 parent 78c87b2 commit cd5e8dd

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

.librarian/state.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest
22
libraries:
33
- id: google-cloud-pubsub
4-
version: 2.31.1
4+
version: 2.32.0
5+
last_generated_commit: ""
56
apis: []
67
source_roots:
78
- .

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
[1]: https://pypi.org/project/google-cloud-pubsub/#history
66

7+
## [2.32.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-pubsub-v2.31.1...google-cloud-pubsub-v2.32.0) (2025-10-22)
8+
9+
10+
### Features
11+
12+
* wip ([15ecf16a6cbf8be331d3929329b4d9784855b1a7](https://github.com/googleapis/google-cloud-python/commit/15ecf16a6cbf8be331d3929329b4d9784855b1a7))
13+
* wip ([a42d2724ce770ee167d925309ee3d15eee131fb2](https://github.com/googleapis/google-cloud-python/commit/a42d2724ce770ee167d925309ee3d15eee131fb2))
14+
* wip ([5453dd738eda82319ce1ece03b0ffcc2febedc4f](https://github.com/googleapis/google-cloud-python/commit/5453dd738eda82319ce1ece03b0ffcc2febedc4f))
15+
* wip ([edc1ccafb39c26cffc937db3eae68c375e8a5b4b](https://github.com/googleapis/google-cloud-python/commit/edc1ccafb39c26cffc937db3eae68c375e8a5b4b))
16+
* support the protocol version in StreamingPullRequest (#1455) ([e6294a1883abf9809cb56d5cd4ad25cc501bc994](https://github.com/googleapis/google-cloud-python/commit/e6294a1883abf9809cb56d5cd4ad25cc501bc994))
17+
* debug logs (#1460) ([b5d4a458ca9319bebbe3142a1f05d4d4471c8d4d](https://github.com/googleapis/google-cloud-python/commit/b5d4a458ca9319bebbe3142a1f05d4d4471c8d4d))
18+
719

820
## [2.31.1](https://github.com/googleapis/python-pubsub/compare/v2.31.0...v2.31.1) (2025-07-28)
921

google/pubsub/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.31.1" # {x-release-please-version}
16+
__version__ = "2.32.0" # {x-release-please-version}

google/pubsub_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.31.1" # {x-release-please-version}
16+
__version__ = "2.32.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.pubsub.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-pubsub",
11-
"version": "0.1.0"
11+
"version": "2.32.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)