v0.2.0
Version 0.2.0 - 2024-02-13
Several deprecated parts are removed and inner workings are changed.
Changed
- Breaking: change
MessageHandler.handle_commands
tohandle_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
, theproxy_server
, and thestarter
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