|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [2.0.0](https://github.com/reactive-commons/reactive-commons-java/tree/2.0.0) (2023-03-03) |
| 4 | + |
| 5 | +**Implemented enhancements:** |
| 6 | + |
| 7 | +- Add some unit tests to NameGenerator class [\#73](https://github.com/reactive-commons/reactive-commons-java/issues/73) |
| 8 | + |
| 9 | +**Merged pull requests:** |
| 10 | + |
| 11 | +- update asciidoctor [\#83](https://github.com/reactive-commons/reactive-commons-java/pull/83) |
| 12 | +- Feature/spring boot 3 [\#82](https://github.com/reactive-commons/reactive-commons-java/pull/82) |
| 13 | +- 73: Updated tests for NameGenerator [\#77](https://github.com/reactive-commons/reactive-commons-java/pull/77) |
| 14 | + |
3 | 15 | ## [1.0.5](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.5) (2022-05-25) |
4 | 16 |
|
5 | 17 | **Closed issues:** |
|
27 | 39 |
|
28 | 40 | **Merged pull requests:** |
29 | 41 |
|
30 | | -- add health indicator [\#64](https://github.com/reactive-commons/reactive-commons-java/pull/64) |
| 42 | +- Enable ssl using spring.rabbitmq.ssl.enabled property [\#59](https://github.com/reactive-commons/reactive-commons-java/pull/59) |
31 | 43 |
|
32 | 44 | ## [1.0.2](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.2) (2021-10-01) |
33 | 45 |
|
|
52 | 64 | **Merged pull requests:** |
53 | 65 |
|
54 | 66 | - ensure utf-8 charset from senders [\#61](https://github.com/reactive-commons/reactive-commons-java/pull/61) |
55 | | -- Enable ssl using spring.rabbitmq.ssl.enabled property [\#59](https://github.com/reactive-commons/reactive-commons-java/pull/59) |
| 67 | +- add charset conversion when reading message body [\#60](https://github.com/reactive-commons/reactive-commons-java/pull/60) |
56 | 68 | - Discard timeout queries [\#53](https://github.com/reactive-commons/reactive-commons-java/pull/53) |
57 | 69 |
|
58 | 70 | ## [1.0.0-beta10](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta10) (2021-05-21) |
59 | 71 |
|
60 | 72 | **Merged pull requests:** |
61 | 73 |
|
62 | | -- add charset conversion when reading message body [\#60](https://github.com/reactive-commons/reactive-commons-java/pull/60) |
63 | 74 | - Update gradle.properties [\#58](https://github.com/reactive-commons/reactive-commons-java/pull/58) |
64 | 75 |
|
65 | 76 | ## [1.0.0-beta9](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta9) (2021-05-21) |
|
72 | 83 |
|
73 | 84 | **Merged pull requests:** |
74 | 85 |
|
| 86 | +- add health indicator [\#64](https://github.com/reactive-commons/reactive-commons-java/pull/64) |
75 | 87 | - Common classes separation from RabbitMQ Implementation [\#56](https://github.com/reactive-commons/reactive-commons-java/pull/56) |
76 | 88 |
|
77 | 89 | ## [1.0.0-beta7.1](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta7.1) (2021-04-21) |
|
0 commit comments