We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371333a commit 74a5895Copy full SHA for 74a5895
2 files changed
pubsub/CHANGELOG.md
@@ -4,6 +4,16 @@
4
5
[1]: https://pypi.org/project/google-cloud-pubsub/#history
6
7
+## 0.36.0
8
+
9
+### Implementation Changes
10
+- Pubsub: Make 'Message.publish_time' return datetime (#5633)
11
+- Ensure SPM methods check that 'self._consumer' is not None before use. (#5758)
12
13
+### New Features
14
+- PubSub: add geo-fencing support (#5769)
15
+- Add 'Message.ack_id' property. (#5693)
16
17
## 0.35.4
18
19
### Implementation Changes
pubsub/setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-cloud-pubsub'
24
description = 'Google Cloud Pub/Sub API client library'
25
-version = '0.35.4'
+version = '0.36.0'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments