Changelog

v0.3.0 (Unreleased)

  • Added documentation to the Proxy, Subscriber, and Publisher classes.

  • Setup Sphinx documentation and Readthedocs.

  • Breaking change: 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