|
11 | 11 | # What's Changed |
12 | 12 |
|
13 | 13 | ## New |
| 14 | + |
14 | 15 | * Support for Spring-Boot 3.1.0 #116 by @osoykan in https://github.com/Trendyol/kediatR/pull/117 |
15 | 16 |
|
16 | 17 | ## Package bumps |
| 18 | + |
17 | 19 | * Update dependency io.quarkus:quarkus-bom to v3.0.3.Final by @renovate in https://github.com/Trendyol/kediatR/pull/110 |
18 | 20 | * Update plugin io.quarkus to v3.0.3.Final by @renovate in https://github.com/Trendyol/kediatR/pull/111 |
19 | | -* Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.7.1 by @renovate in https://github.com/Trendyol/kediatR/pull/114 |
20 | | -* Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.7.1 by @renovate in https://github.com/Trendyol/kediatR/pull/113 |
21 | | -* Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.7.1 by @renovate in https://github.com/Trendyol/kediatR/pull/112 |
| 21 | +* Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.7.1 by @renovate |
| 22 | + in https://github.com/Trendyol/kediatR/pull/114 |
| 23 | +* Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.7.1 by @renovate |
| 24 | + in https://github.com/Trendyol/kediatR/pull/113 |
| 25 | +* Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.7.1 by @renovate |
| 26 | + in https://github.com/Trendyol/kediatR/pull/112 |
22 | 27 |
|
23 | 28 | **Full Changelog**: https://github.com/Trendyol/kediatR/compare/v2.1.0...3.0.0-SNAPSHOT |
24 | 29 |
|
|
27 | 32 | ## What's Changed |
28 | 33 |
|
29 | 34 | ### Enhancements |
30 | | -* Add possibility to invoke publish method with custom publishStrategy by @awaniak in https://github.com/Trendyol/kediatR/pull/92 |
31 | | -* Make the quarkus starter work again with quarkus 3.x.x by @lucas-dclrcq in https://github.com/Trendyol/kediatR/pull/109 |
| 35 | + |
| 36 | +* Add possibility to invoke publish method with custom publishStrategy by @awaniak |
| 37 | + in https://github.com/Trendyol/kediatR/pull/92 |
| 38 | +* Make the quarkus starter work again with quarkus 3.x.x by @lucas-dclrcq |
| 39 | + in https://github.com/Trendyol/kediatR/pull/109 |
32 | 40 |
|
33 | 41 | ### New Contributors |
| 42 | + |
34 | 43 | * @renovate made their first contribution in https://github.com/Trendyol/kediatR/pull/44 |
35 | 44 | * @awaniak made their first contribution in https://github.com/Trendyol/kediatR/pull/92 |
36 | 45 | * @lucas-dclrcq made their first contribution in https://github.com/Trendyol/kediatR/pull/109 |
|
93 | 102 | * Update plugin io.quarkus to v3.0.1.Final by @renovate in https://github.com/Trendyol/kediatR/pull/102 |
94 | 103 | * Update plugin io.quarkus to v3.0.2.Final by @renovate in https://github.com/Trendyol/kediatR/pull/104 |
95 | 104 | * Update dependency io.quarkus:quarkus-bom to v2.16.7.Final by @renovate in https://github.com/Trendyol/kediatR/pull/105 |
96 | | -* Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.7.0 by @renovate in https://github.com/Trendyol/kediatR/pull/107 |
97 | | -* Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.7.0 by @renovate in https://github.com/Trendyol/kediatR/pull/108 |
98 | | -* Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.7.0 by @renovate in https://github.com/Trendyol/kediatR/pull/106 |
| 105 | +* Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.7.0 by @renovate |
| 106 | + in https://github.com/Trendyol/kediatR/pull/107 |
| 107 | +* Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.7.0 by @renovate |
| 108 | + in https://github.com/Trendyol/kediatR/pull/108 |
| 109 | +* Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.7.0 by @renovate |
| 110 | + in https://github.com/Trendyol/kediatR/pull/106 |
99 | 111 |
|
100 | 112 | **Full Changelog**: https://github.com/Trendyol/kediatR/compare/v2.0.0...v2.1.0 |
101 | 113 |
|
|
104 | 116 | This is the announcement release for 2.0.0; in other words, SNAPSHOT is promoted to release. |
105 | 117 |
|
106 | 118 | # Breaking Changes |
107 | | -- CommandBus renamed to Mediator #25 |
| 119 | + |
| 120 | +- CommandBus renamed to Mediator #25 |
108 | 121 | - ` executeCommand.* executeQuery.*, publishNotification.*` renamed to `send` |
109 | | -- Pipeline behavior refactored with decorator pattern #31 |
110 | | -- Sync code is deleted; now it supports only async invocation #26 |
| 122 | +- Pipeline behavior refactored with decorator pattern #31 |
| 123 | +- Sync code is deleted; now it supports only async invocation #26 |
111 | 124 |
|
112 | 125 | ### Bug Fixes |
113 | 126 |
|
114 | 127 | - general: |
115 | | - - fix name for pom while publishing ([4cf70ac](https://github.com/Trendyol/kediatR/commit/4cf70ac439ddf694decf779b601693bd902c150c)) |
| 128 | + - fix name for pom while |
| 129 | + publishing ([4cf70ac](https://github.com/Trendyol/kediatR/commit/4cf70ac439ddf694decf779b601693bd902c150c)) |
116 | 130 |
|
117 | 131 | ## [v2.0-SNAPSHOT](https://github.com/Trendyol/kediatR/releases/tag/v2.0-SNAPSHOT) - 2022-10-19 09:10:36 |
118 | 132 |
|
119 | 133 | # Breaking Changes |
120 | | -- CommandBus renamed to Mediator #25 |
121 | | -- Pipeline behavior refactored with decorator pattern #31 |
122 | | -- Sync code is deleted; now it supports only async invocation #26 |
| 134 | + |
| 135 | +- CommandBus renamed to Mediator #25 |
| 136 | +- Pipeline behavior refactored with decorator pattern #31 |
| 137 | +- Sync code is deleted; now it supports only async invocation #26 |
123 | 138 |
|
124 | 139 | ### Bug Fixes |
125 | 140 |
|
126 | 141 | - general: |
127 | | - - fix the code snippet for sample kediatr-core usage ([e7f09ba](https://github.com/Trendyol/kediatR/commit/e7f09ba81cb07bd873dd22a9eca683b8d9b461eb)) ([#23](https://github.com/Trendyol/kediatR/pull/23)) |
| 142 | + - fix the code snippet for sample kediatr-core |
| 143 | + usage ([e7f09ba](https://github.com/Trendyol/kediatR/commit/e7f09ba81cb07bd873dd22a9eca683b8d9b461eb)) ([#23](https://github.com/Trendyol/kediatR/pull/23)) |
128 | 144 |
|
129 | 145 | ### Refactor |
130 | 146 |
|
131 | 147 | - general: |
132 | | - - refactor gradle ([3005893](https://github.com/Trendyol/kediatR/commit/3005893ece9745af2e78875c5334e10dc8373296)) |
133 | | - - refactor gradle ([023651c](https://github.com/Trendyol/kediatR/commit/023651c1b316029afdaa0bf4e3c199ab80515025)) |
| 148 | + - refactor gradle ([3005893](https://github.com/Trendyol/kediatR/commit/3005893ece9745af2e78875c5334e10dc8373296)) |
| 149 | + - refactor gradle ([023651c](https://github.com/Trendyol/kediatR/commit/023651c1b316029afdaa0bf4e3c199ab80515025)) |
134 | 150 |
|
135 | | -\* *This CHANGELOG was automatically generated by [auto-generate-changelog](https://github.com/BobAnkh/auto-generate-changelog)* |
| 151 | +\* *This CHANGELOG was automatically generated |
| 152 | +by [auto-generate-changelog](https://github.com/BobAnkh/auto-generate-changelog)* |
0 commit comments