|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [1.0.0-beta2](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta2) (2020-12-05) |
| 4 | + |
| 5 | +**Merged pull requests:** |
| 6 | + |
| 7 | +- Feature unit tests [\#47](https://github.com/reactive-commons/reactive-commons-java/pull/47) |
| 8 | + |
3 | 9 | ## [1.0.0-beta1](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta1) (2020-10-28)
|
4 | 10 |
|
| 11 | +**Merged pull requests:** |
| 12 | + |
| 13 | +- Implement Query delegate [\#46](https://github.com/reactive-commons/reactive-commons-java/pull/46) |
| 14 | + |
5 | 15 | ## [0.6.2-Release](https://github.com/reactive-commons/reactive-commons-java/tree/0.6.2-Release) (2020-09-24)
|
6 | 16 |
|
7 | 17 | ## [0.6.2](https://github.com/reactive-commons/reactive-commons-java/tree/0.6.2) (2020-09-24)
|
|
11 | 21 | - update to Gradle to 5.1.1 [\#16](https://github.com/reactive-commons/reactive-commons-java/issues/16)
|
12 | 22 | - Add application name to amqp connection [\#13](https://github.com/reactive-commons/reactive-commons-java/issues/13)
|
13 | 23 |
|
| 24 | +**Merged pull requests:** |
| 25 | + |
| 26 | +- Asciidoc Documentation [\#45](https://github.com/reactive-commons/reactive-commons-java/pull/45) |
| 27 | + |
14 | 28 | ## [0.6.2-beta](https://github.com/reactive-commons/reactive-commons-java/tree/0.6.2-beta) (2020-08-25)
|
15 | 29 |
|
16 | 30 | ## [v0.6.1-beta](https://github.com/reactive-commons/reactive-commons-java/tree/v0.6.1-beta) (2020-08-23)
|
|
20 | 34 | **Implemented enhancements:**
|
21 | 35 |
|
22 | 36 | - Update to ReactorRabbit 1.1.0 [\#17](https://github.com/reactive-commons/reactive-commons-java/issues/17)
|
| 37 | +- Separate messagelistenersconfig [\#41](https://github.com/reactive-commons/reactive-commons-java/pull/41) |
| 38 | + |
| 39 | +**Closed issues:** |
| 40 | + |
| 41 | +- separate ApplicationEventListener and ApplicationQueryListener [\#37](https://github.com/reactive-commons/reactive-commons-java/issues/37) |
| 42 | +- Upgrade to ReactorRabbit 1.2.0 [\#24](https://github.com/reactive-commons/reactive-commons-java/issues/24) |
| 43 | +- Listen event on all instances [\#22](https://github.com/reactive-commons/reactive-commons-java/issues/22) |
| 44 | +- Add parameter for maximum message retries [\#19](https://github.com/reactive-commons/reactive-commons-java/issues/19) |
| 45 | + |
| 46 | +**Merged pull requests:** |
| 47 | + |
| 48 | +- updates contiperf version, fixes performance test [\#43](https://github.com/reactive-commons/reactive-commons-java/pull/43) |
| 49 | +- Feature/listeners matching [\#42](https://github.com/reactive-commons/reactive-commons-java/pull/42) |
23 | 50 |
|
24 | 51 | ## [0.5.2-beta](https://github.com/reactive-commons/reactive-commons-java/tree/0.5.2-beta) (2020-07-20)
|
25 | 52 |
|
26 | 53 | ## [0.5.0](https://github.com/reactive-commons/reactive-commons-java/tree/0.5.0) (2020-06-08)
|
27 | 54 |
|
| 55 | +**Merged pull requests:** |
| 56 | + |
| 57 | +- Adds event notification listener [\#39](https://github.com/reactive-commons/reactive-commons-java/pull/39) |
| 58 | + |
28 | 59 | ## [0.4.7](https://github.com/reactive-commons/reactive-commons-java/tree/0.4.7) (2020-05-21)
|
29 | 60 |
|
30 | 61 | ## [v0.4.6](https://github.com/reactive-commons/reactive-commons-java/tree/v0.4.6) (2020-04-23)
|
|
45 | 76 |
|
46 | 77 | ## [v0.3.2-beta1](https://github.com/reactive-commons/reactive-commons-java/tree/v0.3.2-beta1) (2020-03-30)
|
47 | 78 |
|
| 79 | +**Closed issues:** |
| 80 | + |
| 81 | +- Reactor rabbit uses different channel for resource management [\#35](https://github.com/reactive-commons/reactive-commons-java/issues/35) |
| 82 | +- Async commons starter is not using the ObjectMapper instance configured by Spring [\#25](https://github.com/reactive-commons/reactive-commons-java/issues/25) |
| 83 | +- Serve resource handler dinamically [\#9](https://github.com/reactive-commons/reactive-commons-java/issues/9) |
| 84 | + |
| 85 | +**Merged pull requests:** |
| 86 | + |
| 87 | +- fix: set resourceManagementChannelMono from channelPool [\#36](https://github.com/reactive-commons/reactive-commons-java/pull/36) |
| 88 | +- CI CD Pipelines [\#34](https://github.com/reactive-commons/reactive-commons-java/pull/34) |
| 89 | +- License MIT attached [\#33](https://github.com/reactive-commons/reactive-commons-java/pull/33) |
| 90 | +- test: connection factory tests [\#32](https://github.com/reactive-commons/reactive-commons-java/pull/32) |
| 91 | +- fix: bump reactor-rabbitmq version and use sender for topology creator [\#31](https://github.com/reactive-commons/reactive-commons-java/pull/31) |
| 92 | +- modify connection name Rabbit [\#30](https://github.com/reactive-commons/reactive-commons-java/pull/30) |
| 93 | +- perf: use elastic scheduler in reactive message sender [\#29](https://github.com/reactive-commons/reactive-commons-java/pull/29) |
| 94 | +- fix: avoid publish blocking with channels pooling [\#27](https://github.com/reactive-commons/reactive-commons-java/pull/27) |
| 95 | +- 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) |
| 96 | +- Unbind queue with topology creator [\#15](https://github.com/reactive-commons/reactive-commons-java/pull/15) |
| 97 | + |
48 | 98 | ## [0.0.5-beta2](https://github.com/reactive-commons/reactive-commons-java/tree/0.0.5-beta2) (2019-01-02)
|
49 | 99 |
|
50 | 100 | **Implemented enhancements:**
|
|
54 | 104 | - Integrate acceptance test with travis. [\#7](https://github.com/reactive-commons/reactive-commons-java/issues/7)
|
55 | 105 | - Query handler returning an empty publisher causes timeout on the receiver [\#1](https://github.com/reactive-commons/reactive-commons-java/issues/1)
|
56 | 106 |
|
| 107 | +**Closed issues:** |
| 108 | + |
| 109 | +- Type inference not working for queries [\#5](https://github.com/reactive-commons/reactive-commons-java/issues/5) |
| 110 | +- ClassCastException when requested query has no handler [\#3](https://github.com/reactive-commons/reactive-commons-java/issues/3) |
| 111 | + |
| 112 | +**Merged pull requests:** |
| 113 | + |
| 114 | +- fix: command handler is not beign executed [\#4](https://github.com/reactive-commons/reactive-commons-java/pull/4) |
| 115 | +- Handle empty monos on served queries handlers [\#2](https://github.com/reactive-commons/reactive-commons-java/pull/2) |
| 116 | + |
57 | 117 |
|
58 | 118 |
|
59 |
| -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
|
0 commit comments