Changelog

Unreleased

Full Unreleased Changelog

v0.3.1 (2022-08-02)

  • Fix link in the pypi package description.

  • Fix missed release date for v0.3.0 in CHANGELOG.md.

  • Use MyST to include Markdown files in the docs instead of m2r2, which has security issues.

  • Add bump2version configuration, to manage the versioning.

  • Added __version__ to the easypubsub package.

Full v0.3.1 Changelog

v0.3.0 (2022-08-01)

  • Added documentation to the :obj:~easypubsub.proxy.Proxy, :obj:~easypubsub.subscriber.Subscriber, and :obj:~easypubsub.publisher.Publisher classes.

  • Setup Sphinx documentation and Readthedocs.

  • Breaking change: :obj:~easypubsub.proxy.Proxy now expects first the address for the publishers and then the address for the subscribers, to make it easier to remember (pub-sub). Fixed tests and examples accordingly.

Full v0.3.0 Changelog

v0.2.1 (2022-07-29)

  • Fixed a bug for Proxy, where it would not quit using CTRL-C on Windows.

  • Added CHANGELOG.md to the repository.

  • Proxy now runs in a separate thread, so it is non-blocking.

  • Created a few simple tests.

Full v0.2.1 Changelog