Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ef2b5b

Browse files
committed
Release 0.44.0
1 parent b32e4e9 commit 3ef2b5b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

pubsub/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44

55
[1]: https://pypi.org/project/google-cloud-pubsub/#history
66

7+
## 0.44.0
8+
9+
07-29-2019 04:28 PDT
10+
11+
12+
### Implementation Changes
13+
14+
- PubSub: Deprecate several FlowControl settings and things in Message class ([#8796](https://github.com/googleapis/google-cloud-python/pull/8796))
15+
16+
### New Features
17+
18+
### Dependencies
19+
20+
### Documentation
21+
22+
- Pub/Sub: document regional endpoint ([#8789](https://github.com/googleapis/google-cloud-python/pull/8789))
23+
24+
### Internal / Testing Changes
25+
726
## 0.43.0
827

928
07-24-2019 17:13 PDT

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.43.0"
25+
version = "0.44.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)