Skip to content

Releases: googleapis/python-pubsublite

v1.4.2

26 Apr 13:42
da6deaf
Compare
Choose a tag to compare

1.4.2 (2022-04-26)

Bug Fixes

v1.4.1

07 Mar 18:22
bc9e4ad
Compare
Choose a tag to compare

1.4.1 (2022-03-07)

Bug Fixes

  • ignore the implementation details of message acknowledgements from the cloud Pub/Sub Message (#312) (19da693), closes #311

v1.4.0

18 Feb 16:00
95ce265
Compare
Choose a tag to compare

1.4.0 (2022-02-18)

Features

Bug Fixes

  • ensure bytes cannot go negative on requests sent to the server (#300) (6d3690a), closes #294
  • ensure that _failure_task exception is always retrieved (#301) (579abf3)
  • resolve DuplicateCredentialArgs error when using credentials_file (b7ed9ad)

v1.3.0

11 Jan 22:19
ff01233
Compare
Choose a tag to compare

Features

  • add context manager support in client (#255) (9ad887f)
  • Add ReassignmentHandler which is notified on client reassignment (#242) (80fd5f6)
  • remove warnings from reservation methods (#249) (2defd91)
  • surface ReservationPath and Reservation (#274) (eb50503)

Bug Fixes

  • add 'dict' annotation type to 'request' (e2f7b98)
  • add 'dict' annotation type to 'request' (c69dc30)
  • deps: drop packaging dependency (ce2e5ef)
  • improper types in pagers generation (e2f7b98)

Documentation

  • list oneofs in docstring (ce2e5ef)

v1.2.0

15 Sep 16:32
dcf7a56
Compare
Choose a tag to compare

Features

  • Add cloud region path handling for when this is allowed by the backend (#240) (4cad460)

v1.1.4

14 Sep 19:33
2b45317
Compare
Choose a tag to compare

Bug Fixes

  • Race conditions and performance issues (#237) (ec76272)

v1.1.3

13 Sep 22:32
90d2b58
Compare
Choose a tag to compare

Bug Fixes

  • ensure ack() doesn't wait on stream messages (#234) (03db702)

v1.1.2

13 Sep 14:17
435ad27
Compare
Choose a tag to compare

Bug Fixes

  • Enable pytype on Pub/Sub Lite repo and fix all errors (#214) (df58fdf)
  • performance issues with subscriber client (#232) (78a47b2)

v1.1.1

10 Sep 04:17
f441d31
Compare
Choose a tag to compare

Bug Fixes

v1.1.0

12 Aug 22:17
e4c6c96
Compare
Choose a tag to compare

Features

  • Support seek subscription in AdminClient (#176) (fc648ae)