Skip to content

Python Release 3.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Oct 09:22

Changelog

v3.1.0 (2021-10-19)

Full Changelog

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:

* This Changelog was automatically generated by github_changelog_generator