File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
packages/google-cloud-pubsub Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-cloud-pubsub/#history
66
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+
717## 0.35.4
818
919### Implementation Changes
Original file line number Diff line number Diff line change 2222
2323name = 'google-cloud-pubsub'
2424description = 'Google Cloud Pub/Sub API client library'
25- version = '0.35.4 '
25+ version = '0.36.0 '
2626# Should be one of:
2727# 'Development Status :: 3 - Alpha'
2828# 'Development Status :: 4 - Beta'
You can’t perform that action at this time.
0 commit comments