New features
- Added the ability for subscriber to batch requests. (#4895)
- Added pending request backpressure for subscriber. (#4892)
Implementation changes
- Raise
ValueErrorwhen a message is too large for a batch. (#4872) - Updated the default batch size to 10 MB. (#4857)
- Allow a custom
Eventtype in Pub / Sub futures. (#4643)
Documentation
- Clarify that
modify_ack_deadlineresets the deadline. (#4822)
Testing
- Fix unit test for default
max_bytesvalue. (#4860)