Skip to content

Commit 48d6d38

Browse files
wuespace-adminLudwig Richter
authored andcommitted
chore(main): release 0.8.0
1 parent 82ba9a9 commit 48d6d38

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,29 @@
2424

2525

2626

27+
## [0.8.0](https://github.com/wuespace/telestion-core/compare/v0.7.1...v0.8.0) (2022-02-24)
28+
29+
30+
### Features
31+
32+
* **api:** Add a Vert.x `MultiMap` wrapper which provides better basic type support and some conversion and extraction features for a better coding experience with Vert.x headers. ([efc3886](https://github.com/wuespace/telestion-core/commit/efc38864db7f2a5d29227d9b3fbe2c212a410787))
33+
* **api:** Add support for `HeaderInformation` in the `WithEventBus` verticle trait with many new overloaded methods for a better coding experience. ([9bc61d3](https://github.com/wuespace/telestion-core/commit/9bc61d32f450159ed9e5617749448702889c0fe1))
34+
* **api:** Add utility methods for the Vert.x `MultiMap`. ([17c24a7](https://github.com/wuespace/telestion-core/commit/17c24a7e15ff52511114a22a27f7f5548a84bd4d))
35+
* **api:** Add warnings to `HeaderInformation` add and set methods if there are already values assigned to the key. ([347bad1](https://github.com/wuespace/telestion-core/commit/347bad1bf15f154e52301fb3f86de19fc3e0ce9c))
36+
* **api:** Deprecate `GenericConfiguration` type ([88ab9a1](https://github.com/wuespace/telestion-core/commit/88ab9a1304f5001f229ad9bab811c6a4d18e0f18))
37+
* **api:** Introduce `NoConfiguration` to indicate that a verticle doesn't accept any configuration ([fc322ec](https://github.com/wuespace/telestion-core/commit/fc322ec39f47562e99a92a736c7ba94095f5cd59))
38+
* **api:** Introduce `UntypedConfiguration` to indicate that a verticle doesn't have a strictly typed configuration ([9970457](https://github.com/wuespace/telestion-core/commit/99704571112930b18e2101d99a707c522a267638))
39+
* **api:** Make warnings on add and set in `HeaderInformation` more specific ([a7c018d](https://github.com/wuespace/telestion-core/commit/a7c018d7c0a6295430a14d3e9e473a133d3da7aa))
40+
* **api:** Provide an additional flavor of the `JsonMessage` method, which maps a `JsonObject` to a `JsonMessage`. It returns a `Future` that can resolve with the value or reject. ([d36c9f8](https://github.com/wuespace/telestion-core/commit/d36c9f847db9c699e071928b1dbea43afa2fc0a8))
41+
* **examples:** Add examples which show the usage of the `HeaderInformation` API. ([636def2](https://github.com/wuespace/telestion-core/commit/636def23ebb530168164596a256308e43a867aca))
42+
* **examples:** Update all verticles that use the deprecated `GenericConfiguration` type ([82ba9a9](https://github.com/wuespace/telestion-core/commit/82ba9a97c65eb5279d1fa817502eba68d5053295))
43+
* Reduce log level in `add` and `set` methods ([6e48342](https://github.com/wuespace/telestion-core/commit/6e4834228984bda3666eea9d67c9d9cb7917dddd))
44+
45+
46+
### Bug Fixes
47+
48+
* **api:** Add ignore properties annotation to `GenericConfiguration` to ignore unknown properties and not throw instead ([0acd655](https://github.com/wuespace/telestion-core/commit/0acd655b984365e6c4c591c86a5f6ba03fdfc167))
49+
2750
## [0.6.2](https://github.com/wuespace/telestion-core/compare/v0.6.1...v0.6.2) (2021-12-28)
2851

2952

@@ -158,6 +181,3 @@
158181
### Features
159182

160183
* Add release action based on Conventional commits ([a500839](https://github.com/wuespace/telestion-core/commit/a50083983290ffe80825306bf13e5f932ac86c7f))
161-
162-
163-

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1
1+
0.8.0

0 commit comments

Comments
 (0)