Skip to content

v0.2.0

Compare
Choose a tag to compare
@BenediktBurger BenediktBurger released this 13 Feb 10:05
· 137 commits to main since this release

Version 0.2.0 - 2024-02-13

Several deprecated parts are removed and inner workings are changed.

Changed

  • Breaking: change MessageHandler.handle_commands to handle_message (#44)
  • Breaking: change PipeHandler inner workings of handling messages (#44)
  • Add BaseCommunicator as a base class for Communicator and MessageHandler (#48)
  • Refactor the Coordinator handle_commands (#50)

Added

  • Add the Coordinator, the proxy_server, and the starter as scripts to the command line (#53)

Removed

  • Breaking: remove Coordinator.ask_raw (#48)
  • Breaking: remove legacy subscription messages from extended message handler (#48)

Fixed

  • Fix DataLogger to start a timer, even if not specified explicitly (#51)

Full Changelog: v0.1.0...v.0.2.0