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

v0.31.0

Choose a tag to compare

@busunkim96 busunkim96 released this 03 Feb 21:22

New features

  • Added the ability for subscriber to batch requests. (#4895)
  • Added pending request backpressure for subscriber. (#4892)

Implementation changes

  • Raise ValueError when a message is too large for a batch. (#4872)
  • Updated the default batch size to 10 MB. (#4857)
  • Allow a custom Event type in Pub / Sub futures. (#4643)

Documentation

  • Clarify that modify_ack_deadline resets the deadline. (#4822)

Testing

  • Fix unit test for default max_bytes value. (#4860)