We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53e3a9 commit 6eece1eCopy full SHA for 6eece1e
2 files changed
packages/google-cloud-pubsub/CHANGELOG.md
@@ -4,6 +4,15 @@
4
5
[1]: https://pypi.org/project/google-cloud-pubsub/#history
6
7
+## 1.0.2
8
+
9
+09-30-2019 11:57 PDT
10
11
12
+### Implementation Changes
13
14
+- Streaming pull shouldn't need `subscriptions.get` permission ([#9360](https://github.com/googleapis/google-cloud-python/pull/9360)).
15
16
## 1.0.1
17
18
09-27-2019 07:01 PDT
packages/google-cloud-pubsub/setup.py
@@ -22,7 +22,7 @@
22
23
name = "google-cloud-pubsub"
24
description = "Google Cloud Pub/Sub API client library"
25
-version = "1.0.1"
+version = "1.0.2"
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments