This repository was archived by the owner on Oct 26, 2025. It is now read-only.
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
JsonMessageto decode and encode more data types synchronously and asynchronously (77896c2) - api: Improve
JsonMessageto decode and encode more data types synchronously and asynchronously (dc000b4) - api: Move from
.json()to.toJsonObject()inWithEventBustrait (81c4d09) - api: Move from
.json()to.toJsonObject()inWithEventBustrait (88b49dc) - api: Update
JsonMessageunit test (8f78d07) - api: Update
JsonMessageunit test (8cd53da)
Bug Fixes
- api: Fix
JsonMessageasynchronous methods don't catch all possible thrown exceptions during decoding (d40074e) - api: Fix
JsonMessageasynchronous methods don't catch all possible thrown exceptions during decoding (d754a88)
Miscellaneous Chores
- release 0.9.0 (1d8be86)