Skip to content
This repository was archived by the owner on Oct 26, 2025. It is now read-only.

v0.9.0

Latest

Choose a tag to compare

@wuespace-admin wuespace-admin released this 23 Mar 20:32
2a059af

0.9.0 (2022-03-23)

⚠ BREAKING CHANGES

  • api: The encoded messages don't longer contain the "classname" property that stores the classname of the encoded message.
  • api: The encoded messages don't longer contain the "classname" property that stores the classname of the encoded message.

Features

  • api: Add compare methods to HeaderInformation (f32de29)
  • api: Improve JsonMessage to decode and encode more data types synchronously and asynchronously (77896c2)
  • api: Improve JsonMessage to decode and encode more data types synchronously and asynchronously (dc000b4)
  • api: Move from .json() to .toJsonObject() in WithEventBus trait (81c4d09)
  • api: Move from .json() to .toJsonObject() in WithEventBus trait (88b49dc)
  • api: Update JsonMessage unit test (8f78d07)
  • api: Update JsonMessage unit test (8cd53da)

Bug Fixes

  • api: Fix JsonMessage asynchronous methods don't catch all possible thrown exceptions during decoding (d40074e)
  • api: Fix JsonMessage asynchronous methods don't catch all possible thrown exceptions during decoding (d754a88)

Miscellaneous Chores