From 3819c8f3da1f8ee0e25d86752408457a08c3d947 Mon Sep 17 00:00:00 2001 From: Peter Lamut Date: Fri, 11 Sep 2020 14:15:21 +0200 Subject: [PATCH 1/3] chore: release v2.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e66a2e481..68a1282f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ [1]: https://pypi.org/project/google-cloud-pubsub/#history +## 2.0.0 + +09-11-2020 05:03 PDT + + +### Implementation Changes + +- Transition the library to microgenerator. ([#158](https://github.com/googleapis/python-pubsub/pull/158)) + This is a **breaking change** that introduces several **method signature changes** and **drops support + for Python 2.7 and 3.5**. + +### Documentation + +- Add samples for using ordering keys. ([#156](hittps://github.com/googleapis/python-pubsub/pull/156)) +- Remove extra white space in delivery attempt sample. ([#159](https://github.com/googleapis/python-pubsub/pull/159)) + +### Internal / Testing Changes + +- Fix flaky sequencer unit tests. ([#187](https://github.com/googleapis/python-pubsub/pull/187)) + ## [1.7.0](https://www.github.com/googleapis/python-pubsub/compare/v1.6.1...v1.7.0) (2020-07-13) ### New Features From 2c94112d87f0b41edd857755bc0e2f1fb9c7e9bc Mon Sep 17 00:00:00 2001 From: Peter Lamut Date: Fri, 11 Sep 2020 14:25:35 +0200 Subject: [PATCH 2/3] Add compatibility notice to 1.7.0 release notes. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68a1282f3..4f7e29b4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,8 @@ ## [1.7.0](https://www.github.com/googleapis/python-pubsub/compare/v1.6.1...v1.7.0) (2020-07-13) +This is the last release that supports Python 2.7 and 3.5. + ### New Features - 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)) From a5c23ede28bab00df146c00fb87127d622fd7701 Mon Sep 17 00:00:00 2001 From: Peter Lamut Date: Fri, 11 Sep 2020 14:29:14 +0200 Subject: [PATCH 3/3] Fix typo in pull request URL in CHANGELOG. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f7e29b4e..270b3f561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ ### Documentation -- Add samples for using ordering keys. ([#156](hittps://github.com/googleapis/python-pubsub/pull/156)) +- Add samples for using ordering keys. ([#156](https://github.com/googleapis/python-pubsub/pull/156)) - Remove extra white space in delivery attempt sample. ([#159](https://github.com/googleapis/python-pubsub/pull/159)) ### Internal / Testing Changes