|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [2.0.3](https://github.com/reactive-commons/reactive-commons-java/tree/2.0.3) (2023-10-17) |
| 4 | + |
| 5 | +**Merged pull requests:** |
| 6 | + |
| 7 | +- fix circular dependency [\#91](https://github.com/reactive-commons/reactive-commons-java/pull/91) |
| 8 | + |
3 | 9 | ## [2.0.2](https://github.com/reactive-commons/reactive-commons-java/tree/2.0.2) (2023-10-13) |
4 | 10 |
|
5 | 11 | **Merged pull requests:** |
|
81 | 87 | - ensure utf-8 charset from senders [\#61](https://github.com/reactive-commons/reactive-commons-java/pull/61) |
82 | 88 | - add charset conversion when reading message body [\#60](https://github.com/reactive-commons/reactive-commons-java/pull/60) |
83 | 89 | - Enable ssl using spring.rabbitmq.ssl.enabled property [\#59](https://github.com/reactive-commons/reactive-commons-java/pull/59) |
| 90 | +- Discard timeout queries [\#53](https://github.com/reactive-commons/reactive-commons-java/pull/53) |
84 | 91 |
|
85 | 92 | ## [1.0.0-beta10](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta10) (2021-05-21) |
86 | 93 |
|
|
118 | 125 |
|
119 | 126 | **Merged pull requests:** |
120 | 127 |
|
121 | | -- Discard timeout queries [\#53](https://github.com/reactive-commons/reactive-commons-java/pull/53) |
122 | 128 | - feat: dynamic events handlers [\#51](https://github.com/reactive-commons/reactive-commons-java/pull/51) |
123 | 129 | - chore: upgrade dependencies [\#50](https://github.com/reactive-commons/reactive-commons-java/pull/50) |
124 | 130 |
|
|
218 | 224 | - fix: avoid publish blocking with channels pooling [\#27](https://github.com/reactive-commons/reactive-commons-java/pull/27) |
219 | 225 | - fix\(jackson\): Spring compatible starter is not using the ObjectMapper instance configured by Spring [\#26](https://github.com/reactive-commons/reactive-commons-java/pull/26) |
220 | 226 | - Unbind queue with topology creator [\#15](https://github.com/reactive-commons/reactive-commons-java/pull/15) |
| 227 | +- Handle empty monos on served queries handlers [\#2](https://github.com/reactive-commons/reactive-commons-java/pull/2) |
221 | 228 |
|
222 | 229 | ## [0.0.5-beta2](https://github.com/reactive-commons/reactive-commons-java/tree/0.0.5-beta2) (2019-01-02) |
223 | 230 |
|
|
236 | 243 | **Merged pull requests:** |
237 | 244 |
|
238 | 245 | - fix: command handler is not beign executed [\#4](https://github.com/reactive-commons/reactive-commons-java/pull/4) |
239 | | -- Handle empty monos on served queries handlers [\#2](https://github.com/reactive-commons/reactive-commons-java/pull/2) |
240 | 246 |
|
241 | 247 |
|
242 | 248 |
|
0 commit comments