Skip to content

Releases: googleapis/python-pubsublite

v1.0.2

04 Aug 22:51
d5909b5
Compare
Choose a tag to compare

Bug Fixes

v1.0.1

28 Jul 11:32
a0aa9e9
Compare
Choose a tag to compare

Bug Fixes

Documentation

  • add Samples section to CONTRIBUTING.rst (#196) (35b7dca)

Miscellaneous Chores

v1.0.0

19 Jul 20:47
6bc5302
Compare
Choose a tag to compare

Features

  • bump release level to production/stable (#146) (4c294f2)

Miscellaneous Chores

v0.6.1

16 Jul 02:32
5d4b8ea
Compare
Choose a tag to compare

Bug Fixes

  • Add ClientCache which forces new client creation after 75 uses (#188) (089789c)

v0.6.0

14 Jul 01:17
82ea9fa
Compare
Choose a tag to compare

Features

  • add always_use_jwt_access (6c84e24)
  • Add SeekSubscription and Operations to API (#169) (2e29ba1)

Bug Fixes

Documentation

v0.5.0

14 Jun 20:47
e458d52
Compare
Choose a tag to compare

Features

Bug Fixes

  • Add admin interfaces for reservations (#159) (ad0f3d2)
  • Replace unreleased InitialSubscribeRequest initial_cursor field with initial_location (#150) (30fcd3f)
  • shutdown event loop if publisher fails to start and set exception on result future (#124) (c2c2b00)
  • Version bump overrides library past fix and undo workarounds (#137) (94ae2f0)

v0.4.1

05 May 19:32
10492e3
Compare
Choose a tag to compare

Bug Fixes

  • Change type hint on callback to be Callback. (#135) (cbf16f8)
  • deps: remove duplicate dependencies and add version ranges (#105) (d7ee309)
  • do not crash if pubsublite distribution can not be found when extracting semver (#120) (811434e)
  • Remove Future type hint from return type which fails to type check when overridden (#133) (abe9b14)

v0.4.0

23 Mar 19:47
e0dd51e
Compare
Choose a tag to compare

Features

  • adding ability to create subscriptions at HEAD (#106) (4d03d3a)

v0.3.0

10 Mar 21:47
43b3dce
Compare
Choose a tag to compare

Features

  • Make message_id encode a PublishMetadata which includes the partition (#90) (85944e7)

Bug Fixes

Documentation

v0.2.0

15 Dec 15:17
223fee0
Compare
Choose a tag to compare

Features

  • Add support for increasing partitions in python (#74) (e117a1a)

Bug Fixes

  • Fix type hints in paths now that string projects are allowed. (#75) (b5ffc42)