Skip to content

COMPAS EVE v0.5.0

Choose a tag to compare

@gonzalocasas gonzalocasas released this 01 May 15:49
· 76 commits to main since this release
3742e70

Added

Changed

  • Fix/add json serialization support to Message class.
  • Fix get/set attr/item recursion bug.
  • Simplify API:
    • Default to Message class if no message type is specified.
    • Allow to use a string with the topic name in place of an instance of Topic.
    • Added an EchoSubscriber to showcase basic usage.

Removed