Skip to content

Commit

Permalink
chore(release): v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fussel178 committed Dec 23, 2021
1 parent 3818769 commit ede06c4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# [0.6.0](https://github.com/wuespace/telestion-core/compare/v0.5.0...v0.6.0) (2021-12-23)


### Bug Fixes

* **api:** Fix various `TelestionVerticle` issues ([83a730e](https://github.com/wuespace/telestion-core/commit/83a730e396cffb3ba10ed7640fee15808aa40f20))


### Features

* **api:** Add `GenericConfiguration` as default type for `TelestionVerticle` configuration ([6493cbb](https://github.com/wuespace/telestion-core/commit/6493cbbd60daf143f1a2b1ff2fafe09bd4633a0f))
* **api:** Add more overloads for `request` method in Event Bus trait to handle `JsonMessage` messages ([c00f720](https://github.com/wuespace/telestion-core/commit/c00f7208c1da54c71d7ce1a4b5a73bd4976868ee))
* **api:** Add Telestion Configuration interface ([71a3682](https://github.com/wuespace/telestion-core/commit/71a36821f6f62e93f4ecaaf264b60a416aa7b60a))
* **api:** Add Telestion Verticle ([9cb472f](https://github.com/wuespace/telestion-core/commit/9cb472ff72dc0b7521383266c797e062173160d9))
* **api:** Add verticle deployer class to conveniently deploy verticles with or without configuration ([26c4be0](https://github.com/wuespace/telestion-core/commit/26c4be0da3bffdd23b88598f7e13347d69c7718a))
* **api:** Add WithEventBus trait for Telestion Verticles ([4171434](https://github.com/wuespace/telestion-core/commit/41714341b20e0f68a5741239d43740fac8f3acfa))
* **api:** Add WithSharedData trait for Telestion Verticles ([3206873](https://github.com/wuespace/telestion-core/commit/3206873a21290efb8777d691624043ab38900659))
* **api:** Deprecate `Config` utility class ([6f74ffa](https://github.com/wuespace/telestion-core/commit/6f74ffa1fec5d04beede61eab6d1edd86d8904dc))
* **api:** Remove verticle deployer ([c1f3a7d](https://github.com/wuespace/telestion-core/commit/c1f3a7db85937fbf24b51dfd9a278b32e61bf8a4))
* **api:** Use `DecodedMessage` record instead of generic verticle ([2f029b0](https://github.com/wuespace/telestion-core/commit/2f029b0daba19f0ba239328bc050dab5f7a0633e))
* **example:** Add `GenericConfiguration` in examples which don't have any configuration ([702c0f3](https://github.com/wuespace/telestion-core/commit/702c0f389ac73ea57b0c36bdba4740a418608356))
* **example:** Add ping pong verticles ([c09f2a1](https://github.com/wuespace/telestion-core/commit/c09f2a11ac79db0e0f732571c9d36b90f9479576))
* **example:** Remove `getConfigType` overrides in example verticles because it is not necessary anymore ([e00799a](https://github.com/wuespace/telestion-core/commit/e00799a2d4c064b1edfd0eee56a5debffd9c76fc))
* **example:** Update verticle examples to use Telestion Verticle as base class ([557b82d](https://github.com/wuespace/telestion-core/commit/557b82d68ec4894ba8d367669424d5678975e2e2))



# [0.5.0](https://github.com/wuespace/telestion-core/compare/v0.4.0...v0.5.0) (2021-08-01)


Expand Down
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.5.0"
"version": "0.6.0"
}

0 comments on commit ede06c4

Please sign in to comment.