We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd36a5 commit 3ecde61Copy full SHA for 3ecde61
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
+- fix(pubsub): 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
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