From 1c15c2c39e30000d02c89cc937a2c54fed2078fb Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2020 22:25:09 +0000 Subject: [PATCH 1/5] updated CHANGELOG.md [ci skip] --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3d380fe9..081f2555a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://pypi.org/project/google-cloud-pubsub/#history +## [1.6.0](https://www.github.com/googleapis/python-pubsub/compare/v1.5.0...v1.6.0) (2020-06-09) + + +### Features + +* add flow control for message publishing ([#96](https://www.github.com/googleapis/python-pubsub/issues/96)) ([06085c4](https://www.github.com/googleapis/python-pubsub/commit/06085c4083b9dccdd50383257799904510bbf3a0)) + + +### Bug Fixes + +* PubSub incompatibility with api-core 1.17.0+ ([#103](https://www.github.com/googleapis/python-pubsub/issues/103)) ([c02060f](https://www.github.com/googleapis/python-pubsub/commit/c02060fbbe6e2ca4664bee08d2de10665d41dc0b)) + ## [1.5.0](https://www.github.com/googleapis/python-pubsub/compare/v1.4.3...v1.5.0) (2020-05-04) From 9079dc2e2e8ea919db21e622bc6fa923b6b59360 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2020 22:25:11 +0000 Subject: [PATCH 2/5] updated setup.cfg [ci skip] From 82ca214a98537bfa53dfa9f42cf8b79adfe450b4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2020 22:25:12 +0000 Subject: [PATCH 3/5] updated setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 25ce7085b..83fa16560 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-pubsub" description = "Google Cloud Pub/Sub API client library" -version = "1.5.0" +version = "1.6.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From 703e1336d5e13fd3f13b7827da56ec61f8a66230 Mon Sep 17 00:00:00 2001 From: Prad Nelluru Date: Tue, 9 Jun 2020 18:38:39 -0400 Subject: [PATCH 4/5] Fix release notes --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 081f2555a..c41ad40fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,22 @@ ### Features -* add flow control for message publishing ([#96](https://www.github.com/googleapis/python-pubsub/issues/96)) ([06085c4](https://www.github.com/googleapis/python-pubsub/commit/06085c4083b9dccdd50383257799904510bbf3a0)) +* Add flow control for message publishing ([#96](https://www.github.com/googleapis/python-pubsub/issues/96)) ([06085c4](https://www.github.com/googleapis/python-pubsub/commit/06085c4083b9dccdd50383257799904510bbf3a0)) ### Bug Fixes -* PubSub incompatibility with api-core 1.17.0+ ([#103](https://www.github.com/googleapis/python-pubsub/issues/103)) ([c02060f](https://www.github.com/googleapis/python-pubsub/commit/c02060fbbe6e2ca4664bee08d2de10665d41dc0b)) +* Fix PubSub incompatibility with api-core 1.17.0+ ([#103](https://www.github.com/googleapis/python-pubsub/issues/103)) ([c02060f](https://www.github.com/googleapis/python-pubsub/commit/c02060fbbe6e2ca4664bee08d2de10665d41dc0b)) + + +### Documentation +- Clarify that Schedulers shouldn't be used with multiple SubscriberClients [#100](https://github.com/googleapis/google-cloud-python/pull/100)) +- Fix update subscription/snapshot/topic samples [#113](https://github.com/googleapis/google-cloud-python/pull/113)) + + +### Internal / Testing Changes +- Re-generated service implementaton to pick up changes in the API and/or client library generator [#114](https://github.com/googleapis/google-cloud-python/pull/114) +- Incorporate will_accept() checks into publish() [#108](https://github.com/googleapis/google-cloud-python/pull/108) ## [1.5.0](https://www.github.com/googleapis/python-pubsub/compare/v1.4.3...v1.5.0) (2020-05-04) From 5c1c8c7fd21daa31d5d94131b312e96191134408 Mon Sep 17 00:00:00 2001 From: Prad Nelluru Date: Tue, 9 Jun 2020 19:10:57 -0400 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c41ad40fe..3541a3e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,13 +18,13 @@ ### Documentation -- Clarify that Schedulers shouldn't be used with multiple SubscriberClients [#100](https://github.com/googleapis/google-cloud-python/pull/100)) -- Fix update subscription/snapshot/topic samples [#113](https://github.com/googleapis/google-cloud-python/pull/113)) +- Clarify that Schedulers shouldn't be used with multiple SubscriberClients ([#100](https://github.com/googleapis/python-pubsub/pull/100)) ([cf9e87c](https://github.com/googleapis/python-pubsub/commit/cf9e87c80c0771f3fa6ef784a8d76cb760ad37ef)) +- Fix update subscription/snapshot/topic samples ([#113](https://github.com/googleapis/python-pubsub/pull/113)) ([e62c38b](https://github.com/googleapis/python-pubsub/commit/e62c38bb33de2434e32f866979de769382dea34a)) ### Internal / Testing Changes -- Re-generated service implementaton to pick up changes in the API and/or client library generator [#114](https://github.com/googleapis/google-cloud-python/pull/114) -- Incorporate will_accept() checks into publish() [#108](https://github.com/googleapis/google-cloud-python/pull/108) +- Re-generated service implementaton using synth: removed experimental notes from the RetryPolicy and filtering features in anticipation of GA, added DetachSubscription (experimental) ([#114](https://github.com/googleapis/python-pubsub/pull/114)) ([0132a46](https://github.com/googleapis/python-pubsub/commit/0132a4680e0727ce45d5e27d98ffc9f3541a0962)) +- Incorporate will_accept() checks into publish() ([#108](https://github.com/googleapis/python-pubsub/pull/108)) ([6c7677e](https://github.com/googleapis/python-pubsub/commit/6c7677ecb259672bbb9b6f7646919e602c698570)) ## [1.5.0](https://www.github.com/googleapis/python-pubsub/compare/v1.4.3...v1.5.0) (2020-05-04)