From a2572010063b384bdc2910d6c5e8897043ee8df2 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2020 16:40:40 +0000 Subject: [PATCH 1/3] updated CHANGELOG.md [ci skip] --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 939bfd5fc..cffec3505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ [1]: https://pypi.org/project/google-cloud-pubsub/#history +## [1.7.0](https://www.github.com/googleapis/python-pubsub/compare/v1.6.1...v1.7.0) (2020-07-10) + + +### Features + +* Add support for server-side flow control ([#143](https://www.github.com/googleapis/python-pubsub/issues/143)) ([04e261c](https://www.github.com/googleapis/python-pubsub/commit/04e261c602a2919cc75b3efa3dab099fb2cf704c)) + + +### Bug Fixes + +* make timeout an optional positional arg [([#3938](https://www.github.com/googleapis/python-pubsub/issues/3938))](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/3938) ([88090bd](https://www.github.com/googleapis/python-pubsub/commit/88090bdfcb8ed10e2168bbbd662233975cf2cc71)) +* replace name with id in samples [([#3953](https://www.github.com/googleapis/python-pubsub/issues/3953))](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/3953) ([e7eb577](https://www.github.com/googleapis/python-pubsub/commit/e7eb577720d4e2c58c077fd0f0b6a12d3424df26)) + + +### Documentation + +* Add a link to Pub/Sub filtering language public documentation to pubsub.proto ([#121](https://www.github.com/googleapis/python-pubsub/issues/121)) ([8802d81](https://www.github.com/googleapis/python-pubsub/commit/8802d8126247f22e26057e68a42f5b5a82dcbf0d)) +* add flow control section to publish overview ([#129](https://www.github.com/googleapis/python-pubsub/issues/129)) ([acc19eb](https://www.github.com/googleapis/python-pubsub/commit/acc19eb048eef067d9818ef3e310b165d9c6307e)) + ### [1.6.1](https://www.github.com/googleapis/python-pubsub/compare/v1.6.0...v1.6.1) (2020-06-30) From 74d515aecb625e0c4c215ef7d03e46b3908d8908 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2020 16:40:42 +0000 Subject: [PATCH 2/3] updated setup.cfg [ci skip] From c187245c98eef68f135442c6ba1f5dd2f47d591c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2020 16:40:43 +0000 Subject: [PATCH 3/3] updated setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 528bb66a2..3da2e269a 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.6.1" +version = "1.7.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'