From edc1ccafb39c26cffc937db3eae68c375e8a5b4b Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 15 Oct 2025 08:40:44 +0000 Subject: [PATCH 1/7] feat: wip --- .librarian/config.yaml | 6 ++++++ .librarian/state.yaml | 14 ++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .librarian/config.yaml create mode 100644 .librarian/state.yaml diff --git a/.librarian/config.yaml b/.librarian/config.yaml new file mode 100644 index 000000000..8d9022e45 --- /dev/null +++ b/.librarian/config.yaml @@ -0,0 +1,6 @@ +global_files_allowlist: + # Allow the container to read and write the root `CHANGELOG.md` + # file during the `release` step to update the latest client library + # versions which are hardcoded in the file. + - path: "CHANGELOG.md" + permissions: "read-write" \ No newline at end of file diff --git a/.librarian/state.yaml b/.librarian/state.yaml new file mode 100644 index 000000000..140be4142 --- /dev/null +++ b/.librarian/state.yaml @@ -0,0 +1,14 @@ +image: python-librarian-generator:latest +libraries: + - id: python-pubsub + version: 2.42.0 + last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb + apis: [] + source_roots: + - google/pubsub + - google/cloud + - google/pubsub_v1 + preserve_regex: + - .* + remove_regex: [] + tag_format: v{version} \ No newline at end of file From 5453dd738eda82319ce1ece03b0ffcc2febedc4f Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 15 Oct 2025 08:41:32 +0000 Subject: [PATCH 2/7] feat: wip --- .librarian/state.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 140be4142..954c7976c 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,7 +1,7 @@ image: python-librarian-generator:latest libraries: - id: python-pubsub - version: 2.42.0 + version: 2.31.1 last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb apis: [] source_roots: From a42d2724ce770ee167d925309ee3d15eee131fb2 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 15 Oct 2025 08:49:46 +0000 Subject: [PATCH 3/7] feat: wip --- .librarian/state.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 954c7976c..08c06dd02 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,6 +1,6 @@ image: python-librarian-generator:latest libraries: - - id: python-pubsub + - id: google-cloud-pubsub version: 2.31.1 last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb apis: [] @@ -8,6 +8,7 @@ libraries: - google/pubsub - google/cloud - google/pubsub_v1 + - samples/generated_samples preserve_regex: - .* remove_regex: [] From 15ecf16a6cbf8be331d3929329b4d9784855b1a7 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 15 Oct 2025 09:12:23 +0000 Subject: [PATCH 4/7] feat: wip --- .librarian/state.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 08c06dd02..a94c13179 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -8,7 +8,9 @@ libraries: - google/pubsub - google/cloud - google/pubsub_v1 - - samples/generated_samples + - samples/ + - testing/ + - tests/ preserve_regex: - .* remove_regex: [] From 8638b1c22ab693adada6f46201e6bf5f814a85f6 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 22 Oct 2025 21:32:44 +0000 Subject: [PATCH 5/7] update state --- .librarian/state.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index a94c13179..4279d764a 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,17 +1,10 @@ -image: python-librarian-generator:latest +image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest libraries: - id: google-cloud-pubsub - version: 2.31.1 - last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb + version: 2.32.0 apis: [] source_roots: - - google/pubsub - - google/cloud - - google/pubsub_v1 - - samples/ - - testing/ - - tests/ - preserve_regex: - - .* + - . + preserve_regex: [] remove_regex: [] tag_format: v{version} \ No newline at end of file From 78c87b2356849a21a7f679e7f11d0cc627f799b5 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 22 Oct 2025 21:35:30 +0000 Subject: [PATCH 6/7] update version --- .librarian/config.yaml | 2 +- .librarian/state.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.librarian/config.yaml b/.librarian/config.yaml index 8d9022e45..111f94dd5 100644 --- a/.librarian/config.yaml +++ b/.librarian/config.yaml @@ -3,4 +3,4 @@ global_files_allowlist: # file during the `release` step to update the latest client library # versions which are hardcoded in the file. - path: "CHANGELOG.md" - permissions: "read-write" \ No newline at end of file + permissions: "read-write" diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 4279d764a..deaa22de7 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,10 +1,10 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest libraries: - id: google-cloud-pubsub - version: 2.32.0 + version: 2.31.1 apis: [] source_roots: - . preserve_regex: [] remove_regex: [] - tag_format: v{version} \ No newline at end of file + tag_format: v{version} From cd5e8dda83ca137517c6e8d9507e4374a5a4161c Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 22 Oct 2025 21:35:59 +0000 Subject: [PATCH 7/7] chore: create a release --- .librarian/state.yaml | 3 ++- CHANGELOG.md | 12 ++++++++++++ google/pubsub/gapic_version.py | 2 +- google/pubsub_v1/gapic_version.py | 2 +- .../snippet_metadata_google.pubsub.v1.json | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index deaa22de7..db36db894 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,7 +1,8 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest libraries: - id: google-cloud-pubsub - version: 2.31.1 + version: 2.32.0 + last_generated_commit: "" apis: [] source_roots: - . diff --git a/CHANGELOG.md b/CHANGELOG.md index da524d1a0..e3cc7ed46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://pypi.org/project/google-cloud-pubsub/#history +## [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) + + +### Features + +* wip ([15ecf16a6cbf8be331d3929329b4d9784855b1a7](https://github.com/googleapis/google-cloud-python/commit/15ecf16a6cbf8be331d3929329b4d9784855b1a7)) +* wip ([a42d2724ce770ee167d925309ee3d15eee131fb2](https://github.com/googleapis/google-cloud-python/commit/a42d2724ce770ee167d925309ee3d15eee131fb2)) +* wip ([5453dd738eda82319ce1ece03b0ffcc2febedc4f](https://github.com/googleapis/google-cloud-python/commit/5453dd738eda82319ce1ece03b0ffcc2febedc4f)) +* wip ([edc1ccafb39c26cffc937db3eae68c375e8a5b4b](https://github.com/googleapis/google-cloud-python/commit/edc1ccafb39c26cffc937db3eae68c375e8a5b4b)) +* support the protocol version in StreamingPullRequest (#1455) ([e6294a1883abf9809cb56d5cd4ad25cc501bc994](https://github.com/googleapis/google-cloud-python/commit/e6294a1883abf9809cb56d5cd4ad25cc501bc994)) +* debug logs (#1460) ([b5d4a458ca9319bebbe3142a1f05d4d4471c8d4d](https://github.com/googleapis/google-cloud-python/commit/b5d4a458ca9319bebbe3142a1f05d4d4471c8d4d)) + ## [2.31.1](https://github.com/googleapis/python-pubsub/compare/v2.31.0...v2.31.1) (2025-07-28) diff --git a/google/pubsub/gapic_version.py b/google/pubsub/gapic_version.py index 79eaa5593..3c958586f 100644 --- a/google/pubsub/gapic_version.py +++ b/google/pubsub/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "2.31.1" # {x-release-please-version} +__version__ = "2.32.0" # {x-release-please-version} diff --git a/google/pubsub_v1/gapic_version.py b/google/pubsub_v1/gapic_version.py index 79eaa5593..3c958586f 100644 --- a/google/pubsub_v1/gapic_version.py +++ b/google/pubsub_v1/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "2.31.1" # {x-release-please-version} +__version__ = "2.32.0" # {x-release-please-version} diff --git a/samples/generated_samples/snippet_metadata_google.pubsub.v1.json b/samples/generated_samples/snippet_metadata_google.pubsub.v1.json index dd0d6423a..23d997304 100644 --- a/samples/generated_samples/snippet_metadata_google.pubsub.v1.json +++ b/samples/generated_samples/snippet_metadata_google.pubsub.v1.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-pubsub", - "version": "0.1.0" + "version": "2.32.0" }, "snippets": [ {