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

Commit be5a07c

Browse files
authored
chore: release v2.6.1 (#437)
1 parent c1f0350 commit be5a07c

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@
55
[1]: https://pypi.org/project/google-cloud-pubsub/#history
66

77

8+
## 2.6.1
9+
10+
07-05-2021 10:33 PDT
11+
12+
### Dependencies
13+
14+
- Fix possible crash by requiring `grpcio >= 1.38.1`. ([#414](https://github.com/googleapis/python-pubsub/issues/414)) ([7037a28](https://github.com/googleapis/python-pubsub/pull/435/commits/7037a28090aa4efa01808231721716bca80bb0b7))
15+
16+
### Documentation
17+
18+
- Adjust samples for publishing with error handler and flow control. ([#433](https://github.com/googleapis/python-pubsub/pull/433))
19+
20+
### Internal / Testing Changes
21+
22+
- Fix flaky sync pull sample test. ([#434](https://github.com/googleapis/python-pubsub/pull/434))
23+
- Mitigate flaky snippets tests. ([#432](https://github.com/googleapis/python-pubsub/pull/432))
24+
825
## [2.6.0](https://www.github.com/googleapis/python-pubsub/compare/v2.5.0...v2.6.0) (2021-06-17)
926

1027

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-pubsub"
2424
description = "Google Cloud Pub/Sub API client library"
25-
version = "2.6.0"
25+
version = "2.6.1"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)