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

Commit afd7323

Browse files
authored
chore: Release v2.0.0 (#189)
* chore: release v2.0.0 * Add compatibility notice to 1.7.0 release notes. * Fix typo in pull request URL in CHANGELOG.
1 parent bc85451 commit afd7323

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

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

77

8+
## 2.0.0
9+
10+
09-11-2020 05:03 PDT
11+
12+
13+
### Implementation Changes
14+
15+
- Transition the library to microgenerator. ([#158](https://github.com/googleapis/python-pubsub/pull/158))
16+
This is a **breaking change** that introduces several **method signature changes** and **drops support
17+
for Python 2.7 and 3.5**.
18+
19+
### Documentation
20+
21+
- Add samples for using ordering keys. ([#156](https://github.com/googleapis/python-pubsub/pull/156))
22+
- Remove extra white space in delivery attempt sample. ([#159](https://github.com/googleapis/python-pubsub/pull/159))
23+
24+
### Internal / Testing Changes
25+
26+
- Fix flaky sequencer unit tests. ([#187](https://github.com/googleapis/python-pubsub/pull/187))
27+
828
## [1.7.0](https://www.github.com/googleapis/python-pubsub/compare/v1.6.1...v1.7.0) (2020-07-13)
929

30+
This is the last release that supports Python 2.7 and 3.5.
31+
1032
### New Features
1133

1234
- Add support for server-side flow control. ([#143](https://github.com/googleapis/python-pubsub/pull/143)) ([04e261c](https://www.github.com/googleapis/python-pubsub/commit/04e261c602a2919cc75b3efa3dab099fb2cf704c))

0 commit comments

Comments
 (0)