Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit c81112a

Browse files
plamutbusunkim96
authored andcommitted
Release 0.44.0 (#8804)
1 parent 6ec0ef5 commit c81112a

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
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+
### Documentation
17+
18+
- Pub/Sub: document regional endpoint ([#8789](https://github.com/googleapis/google-cloud-python/pull/8789))
19+
720
## 0.43.0
821

922
07-24-2019 17:13 PDT

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)