Skip to content

Commit 97df8b8

Browse files
committed
chore: create a release
1 parent 15ecf16 commit 97df8b8

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

.librarian/state.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image: python-librarian-generator:latest
22
libraries:
33
- id: google-cloud-pubsub
4-
version: 2.31.1
4+
version: 2.32.0
55
last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb
66
apis: []
77
source_roots:
@@ -14,4 +14,4 @@ libraries:
1414
preserve_regex:
1515
- .*
1616
remove_regex: []
17-
tag_format: v{version}
17+
tag_format: v{version}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
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-15)
8+
9+
10+
### Features
11+
12+
* support the protocol version in StreamingPullRequest (#1455) ([e6294a1883abf9809cb56d5cd4ad25cc501bc994](https://github.com/googleapis/google-cloud-python/commit/e6294a1883abf9809cb56d5cd4ad25cc501bc994))
13+
* debug logs (#1460) ([b5d4a458ca9319bebbe3142a1f05d4d4471c8d4d](https://github.com/googleapis/google-cloud-python/commit/b5d4a458ca9319bebbe3142a1f05d4d4471c8d4d))
14+
715

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

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)