Skip to content

Commit 4d90932

Browse files
pradnplamut
authored andcommitted
chore(pubsub): release 1.1.0 (#9950)
* Release 1.1.0 * Fix commit message formatting. Change version from 1.0.3 to 1.1.0 because the stop method was added to the publisher client.
1 parent 19d1b4e commit 4d90932

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

pubsub/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@
44

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

7+
## 1.1.0
8+
9+
12-09-2019 18:51 PST
10+
11+
### Implementation Changes
12+
- Update client configurations (via synth). ([#9784](https://github.com/googleapis/google-cloud-python/pull/9784))
13+
- Include request overhead when computing publish batch size overflow. ([#9911](https://github.com/googleapis/google-cloud-python/pull/9911))
14+
- Split large (mod)ACK requests into smaller ones. ([#9594](https://github.com/googleapis/google-cloud-python/pull/9594))
15+
- Fix messages delivered multiple times despite a long ACK deadline. ([#9525](https://github.com/googleapis/google-cloud-python/pull/9525))
16+
- Update batching and flow control parameters to be same as the other client libraries. ([#9597](https://github.com/googleapis/google-cloud-python/pull/9597))
17+
- Add `StreamingPullManager._should_terminate`. ([#9335](https://github.com/googleapis/google-cloud-python/pull/9335))
18+
19+
### New Features
20+
- Add stop method. ([#9365](https://github.com/googleapis/google-cloud-python/pull/9365))
21+
22+
### Dependencies
23+
- Add Python 2 sunset banner to documentation. ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036))
24+
25+
### Documentation
26+
- Change spacing in docs templates (via synth). ([#9759](https://github.com/googleapis/google-cloud-python/pull/9759))
27+
28+
### Internal / Testing Changes
29+
- Refactor fake leaser test helper. ([#9632](https://github.com/googleapis/google-cloud-python/pull/9632))
30+
- Add subscriber role test for streaming. ([#9507](https://github.com/googleapis/google-cloud-python/pull/9507))
31+
732
## 1.0.2
833

934
09-30-2019 11:57 PDT

pubsub/setup.py

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

0 commit comments

Comments
 (0)