Skip to content

Commit e1a9c02

Browse files
authored
Release 0.36.0 (#5786)
1 parent e7eb5be commit e1a9c02

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/google-cloud-pubsub/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
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

packages/google-cloud-pubsub/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = 'google-cloud-pubsub'
2424
description = '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'

0 commit comments

Comments
 (0)