Changelog¶
1.11.1 (2024-07-31)¶
Bug Fixes¶
1.11.0 (2024-07-04)¶
Features¶
1.10.0 (2024-04-15)¶
Features¶
1.9.0 (2023-12-10)¶
Features¶
Bug Fixes¶
Documentation¶
Minor formatting (2681fb8)
1.8.3 (2023-07-05)¶
Bug Fixes¶
1.8.2 (2023-05-10)¶
Bug Fixes¶
1.8.1 (2023-03-24)¶
Documentation¶
1.8.0 (2023-03-21)¶
Features¶
Bug Fixes¶
1.7.0 (2023-02-15)¶
Features¶
Bug Fixes¶
Add context manager return types (bb111fd)
Documentation¶
Add documentation for enums (bb111fd)
1.6.0 (2022-10-06)¶
Features¶
1.5.0 (2022-09-13)¶
Features¶
1.4.3 (2022-08-15)¶
Bug Fixes¶
Documentation¶
1.4.2 (2022-04-26)¶
Bug Fixes¶
1.4.1 (2022-03-07)¶
Bug Fixes¶
1.4.0 (2022-02-18)¶
Features¶
Bug Fixes¶
1.3.0 (2022-01-06)¶
Features¶
Bug Fixes¶
Documentation¶
list oneofs in docstring (ce2e5ef)
1.2.0 (2021-09-15)¶
Features¶
1.1.4 (2021-09-14)¶
Bug Fixes¶
1.1.3 (2021-09-13)¶
Bug Fixes¶
1.1.2 (2021-09-13)¶
Bug Fixes¶
1.1.1 (2021-09-07)¶
Bug Fixes¶
1.1.0 (2021-08-12)¶
Features¶
1.0.2 (2021-08-04)¶
Bug Fixes¶
1.0.1 (2021-07-28)¶
Bug Fixes¶
Documentation¶
Miscellaneous Chores¶
1.0.0 (2021-07-19)¶
Features¶
Miscellaneous Chores¶
0.6.1 (2021-07-16)¶
Bug Fixes¶
0.6.0 (2021-07-13)¶
Features¶
Bug Fixes¶
Documentation¶
0.5.0 (2021-06-11)¶
Features¶
Bug Fixes¶
0.4.1 (2021-05-05)¶
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)
0.4.0 (2021-03-22)¶
Features¶
0.3.0 (2021-03-09)¶
Features¶
Bug Fixes¶
Documentation¶
0.2.0 (2020-12-14)¶
Features¶
Bug Fixes¶
0.1.0 (2020-11-19)¶
Features¶
generate v1 (4624ac7)
Implement AckSetTracker which tracks message acknowledgements. (#19) (7f88458)
Implement assigner, which handles partition-subscriber assignment. (#14) (b2d0d36)
Implement make_publisher which creates a routing publisher. (#11) (baeb0f6)
Implement Publisher and subscriber factories (#24) (4890cae)
Implement python retrying connection, which generically retries stream errors (#4) (11c9a69)
Implement RoutingPublisher which routes between publishers. (#10) (7aa39a1)
Implement SerialBatcher which helps with transforming single writes into batch writes. (#7) (a6dc15f)
Implement Subscriber, which handles flow control and batch message processing. (#16) (697df4a)
Implement transforms to/from Cloud Pub/Sub Messages (#20) (903070d)
Wire batching settings through publisher client factories (#42) (a037d0b)
Bug Fixes¶
Assorted fixes to the publish layer and internals. (#39) (4276882)
Enforce that enter is called on all user interfaces before use (#70) (eb8d63a)
Ensure tasks are always awaited to remove shutdown errors (#57) (7735d2f)
fix circular import due to make_admin_client and AdminClient being in the same file (#34) (d631626)
Make public API more similar to generated clients (#56) (7cf02ae)
update pubsub_context to correctly modify proto map fields (#38) (860c443)