File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 5959
6060setup (
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 = [
You can’t perform that action at this time.
0 commit comments