Releases: googleapis/python-pubsublite
Releases · googleapis/python-pubsublite
v1.5.0
1.5.0 (2022-09-13)
Features
v1.4.3
1.4.3 (2022-08-15)
Bug Fixes
- deps: require google-api-core>=1.32.0,>=2.8.0 (#353) (a865f6c)
- Don't leave a bad future in place when client creation fails (#362) (86cf1c0)
- require python 3.7+ (#355) (7a8e050)
Documentation
- fix changelog header to consistent size (#346) (d04840a)
v1.4.2
1.4.2 (2022-04-26)
Bug Fixes
v1.4.1
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
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
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
v1.2.0
Features
- Add cloud region path handling for when this is allowed by the backend (#240) (4cad460)
v1.1.4
Bug Fixes
- Race conditions and performance issues (#237) (ec76272)
v1.1.3
Bug Fixes
- ensure ack() doesn't wait on stream messages (#234) (03db702)
v1.1.2
Bug Fixes
- Enable pytype on Pub/Sub Lite repo and fix all errors (#214) (df58fdf)
- performance issues with subscriber client (#232) (78a47b2)