Skip to content

Commit 9d74276

Browse files
Jon Wayne Parrottdpebot
authored andcommitted
Release 0.31.0 (googleapis#4903)
1 parent ef2458a commit 9d74276

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

pubsub/CHANGELOG.md

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

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

7+
## 0.31.0
8+
9+
### New features
10+
11+
- Added the ability for subscriber to batch requests. (#4895)
12+
- Added pending request backpressure for subscriber. (#4892)
13+
14+
### Implementation changes
15+
16+
- Raise `ValueError` when a message is too large for a batch. (#4872)
17+
- Updated the default batch size to 10 MB. (#4857)
18+
- Allow a custom `Event` type in Pub / Sub futures. (#4643)
19+
20+
### Documentation
21+
22+
- Clarify that `modify_ack_deadline` resets the deadline. (#4822)
23+
24+
### Testing
25+
26+
- Fix unit test for default `max_bytes` value. (#4860)
27+
728
## 0.30.1
829

930
### Notable Implementation Changes

pubsub/setup.py

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

6060
setup(
6161
name='google-cloud-pubsub',
62-
version='0.30.2.dev1',
62+
version='0.31.0',
6363
description='Python Client for Google Cloud Pub/Sub',
6464
long_description=README,
6565
namespace_packages=[

0 commit comments

Comments
 (0)