Python Release 3.1.0
Changelog
v3.1.0 (2021-10-19)
Implemented enhancements:
- Consider declaring queues as "auto-delete" for transient sinks #67
- Implement drain #12
- feat: support new hidden parameter for get_metrics RPC #114 (kinnarr)
- feat: add a connection name for better identification in the management UI #110 (kinnarr)
- feat: add required py.typed file to support typing when used as library #105 (kinnarr)
- Feature strict typing #117 (bmario)
Fixed bugs:
- Timedelta properties missing in documentation #115
- HistoryClient reconnects #58
- Protobuf dependency pip thingy? #26
- Handle channel errors in
HistoryClient#108 - history client reconnect issues #75
Closed issues:
- Skip mypy check in workflow for external PRs #109
- Add a how-to for new projects #106
- Fix changelog in Github release #103
- Unify docstring style #71
Merged pull requests:
- Fix reconnect for HistoryClients #116 (bmario)
- Unify docstrings to use Google style #113 (phijor)
- Add project setup how-to #112 (phijor)
- Feature Drain and Subscription #111 (Daddelhai)
* This Changelog was automatically generated by github_changelog_generator