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

Commit 2a059af

Browse files
authored
Merge pull request #552 from wuespace/release-please--branches--main
2 parents 1d8be86 + d86b831 commit 2a059af

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/wuespace/telestion-core/compare/v0.8.1...v0.9.0) (2022-03-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **api:** The encoded messages don't longer contain the `"classname"` property that stores the classname of the encoded message.
9+
* **api:** The encoded messages don't longer contain the `"classname"` property that stores the classname of the encoded message.
10+
11+
### Features
12+
13+
* **api:** Add compare methods to `HeaderInformation` ([f32de29](https://github.com/wuespace/telestion-core/commit/f32de29f21525aa2fa2b687b864823d8aa660ad7))
14+
* **api:** Improve `JsonMessage` to decode and encode more data types synchronously and asynchronously ([77896c2](https://github.com/wuespace/telestion-core/commit/77896c243a7138702829bfbfe2dda64e42f64b8a))
15+
* **api:** Improve `JsonMessage` to decode and encode more data types synchronously and asynchronously ([dc000b4](https://github.com/wuespace/telestion-core/commit/dc000b44c13ca511c0af986037085e05dbf4890a))
16+
* **api:** Move from `.json()` to `.toJsonObject()` in `WithEventBus` trait ([81c4d09](https://github.com/wuespace/telestion-core/commit/81c4d092229d8853f208f1f889b718791282b1fb))
17+
* **api:** Move from `.json()` to `.toJsonObject()` in `WithEventBus` trait ([88b49dc](https://github.com/wuespace/telestion-core/commit/88b49dc1b45f0e9077b90e0ab17ee44507ca4ce2))
18+
* **api:** Update `JsonMessage` unit test ([8f78d07](https://github.com/wuespace/telestion-core/commit/8f78d07094307e5617da90b1de6e4bc938fcabb5))
19+
* **api:** Update `JsonMessage` unit test ([8cd53da](https://github.com/wuespace/telestion-core/commit/8cd53da4ce3b0e9979da0b5dbfb72729cb9161a7))
20+
21+
22+
### Bug Fixes
23+
24+
* **api:** Fix `JsonMessage` asynchronous methods don't catch all possible thrown exceptions during decoding ([d40074e](https://github.com/wuespace/telestion-core/commit/d40074ea27cf84cede90087c78a7e8c36d3fae88))
25+
* **api:** Fix `JsonMessage` asynchronous methods don't catch all possible thrown exceptions during decoding ([d754a88](https://github.com/wuespace/telestion-core/commit/d754a88a77a2b61d29cf0b85937d89dba4b1d100))
26+
27+
28+
### Miscellaneous Chores
29+
30+
* release 0.9.0 ([1d8be86](https://github.com/wuespace/telestion-core/commit/1d8be868f778b10757c6356840eae55ff1872434))
31+
332
### [0.8.1](https://github.com/wuespace/telestion-core/compare/v0.8.0...v0.8.1) (2022-02-24)
433

534

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.1
1+
0.9.0

0 commit comments

Comments
 (0)