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

Releases: googleapis/python-pubsub

v1.7.0

13 Jul 16:46
547a51e

Choose a tag to compare

New Features

  • Add support for server-side flow control. (#143) (04e261c)

Dependencies

  • Update samples dependency google-cloud-pubsub to v1.6.1. (#144) (1cb6746)

Documentation

  • Add pubsub/cloud-client samples from the common samples repo (with commit history). (#151)
  • Add flow control section to publish overview. (#129) (acc19eb)
  • Add a link to Pub/Sub filtering language public documentation to pubsub.proto. (#121) (8802d81)

v1.6.1

06 Jul 16:16
cfe486a

Choose a tag to compare

Documentation

  • added Python2 sunset notice (synth) (#140) (c8f6378)
  • explain how to nack a sync pull message (#123) (f2eec65)

v1.6.0

09 Jun 23:31
60fe71a

Choose a tag to compare

1.6.0 (2020-06-09)

Features

  • Add flow control for message publishing (#96) (06085c4)

Bug Fixes

  • Fix PubSub incompatibility with api-core 1.17.0+ (#103) (c02060f)

Documentation

  • Clarify that Schedulers shouldn't be used with multiple SubscriberClients (#100) (cf9e87c)
  • Fix update subscription/snapshot/topic samples (#113) (e62c38b)

Internal / Testing Changes

  • Re-generated service implementaton using synth: removed experimental notes from the RetryPolicy and filtering features in anticipation of GA, added DetachSubscription (experimental) (#114) (0132a46)
  • Incorporate will_accept() checks into publish() (#108) (6c7677e)

v1.5.0

12 May 16:16
ebf83ec

Choose a tag to compare

Features

  • add methods for listing snapshots (via synth) (#66) (4ce898e)
  • send client id with StreamingPullRequest (#58) (9f8acfa), closes #62

v1.4.3

16 Apr 17:54
1775636

Choose a tag to compare

1.4.3 (2020-04-16)

Bug Fixes

  • fix docs warnings in Sphinx 3.0+ (#70) (21e761e)
  • restrict api-core dependency to < 1.17.0 (#76) (191b051)

v1.4.2

26 Mar 18:46
4b3d179

Choose a tag to compare

Bug Fixes

  • update generated retry timings for publish and pull rpcs via synth (#43) (4f7fe85)
  • use client_options.api_endpoint parameter instead of ignoring it (#59) (56b8d7b), closes #61

v1.4.1

23 Mar 21:19
b4289c1

Choose a tag to compare

Bug Fixes

  • don't assert on unordered publishes after publish error (#49) (ea19ce6)

v1.4.0

23 Mar 17:16
ba5a9dd

Choose a tag to compare

Features

  • pubsub: implement max_duration_per_lease_extension option (#38) (d911a2d)

v1.3.1

28 Feb 16:46
4a7211b

Choose a tag to compare

Bug Fixes

  • shutdown error on streaming pull callback error (#40) (552539e)

v1.3.0

20 Feb 18:01
e73e5e7

Choose a tag to compare

Features