Skip to content

v1.1.0: chore(pubsub): release 1.1.0 (#9950)

Compare
Choose a tag to compare
@busunkim96 busunkim96 released this 03 Feb 20:54

12-09-2019 18:51 PST

Implementation Changes

  • Update client configurations (via synth). (#9784)
  • Include request overhead when computing publish batch size overflow. (#9911)
  • Split large (mod)ACK requests into smaller ones. (#9594)
  • Fix messages delivered multiple times despite a long ACK deadline. (#9525)
  • Update batching and flow control parameters to be same as the other client libraries. (#9597)
  • Add StreamingPullManager._should_terminate. (#9335)

New Features

  • Add stop method. (#9365)

Dependencies

  • Add Python 2 sunset banner to documentation. (#9036)

Documentation

  • Change spacing in docs templates (via synth). (#9759)

Internal / Testing Changes

  • Refactor fake leaser test helper. (#9632)
  • Add subscriber role test for streaming. (#9507)