File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.5] ( https://github.com/reactive-commons/reactive-commons-java/tree/1.0.5 ) (2022-05-25)
4+
5+ ** Closed issues:**
6+
7+ - Broken behavior: empty responses are not propagated anymore [ \# 66] ( https://github.com/reactive-commons/reactive-commons-java/issues/66 )
8+
9+ ** Merged pull requests:**
10+
11+ - updgrade actions [ \# 70] ( https://github.com/reactive-commons/reactive-commons-java/pull/70 )
12+ - add metric to async query operation [ \# 69] ( https://github.com/reactive-commons/reactive-commons-java/pull/69 )
13+ - Feature/upgrade spring [ \# 68] ( https://github.com/reactive-commons/reactive-commons-java/pull/68 )
14+ - fix: propagate empty response [ \# 67] ( https://github.com/reactive-commons/reactive-commons-java/pull/67 )
15+
316## [ 1.0.4] ( https://github.com/reactive-commons/reactive-commons-java/tree/1.0.4 ) (2021-11-30)
417
518** Closed issues:**
3952** Merged pull requests:**
4053
4154- ensure utf-8 charset from senders [ \# 61] ( https://github.com/reactive-commons/reactive-commons-java/pull/61 )
42- - add charset conversion when reading message body [ \# 60] ( https://github.com/reactive-commons/reactive-commons-java/pull/60 )
4355- Enable ssl using spring.rabbitmq.ssl.enabled property [ \# 59] ( https://github.com/reactive-commons/reactive-commons-java/pull/59 )
4456- Discard timeout queries [ \# 53] ( https://github.com/reactive-commons/reactive-commons-java/pull/53 )
4557
4658## [ 1.0.0-beta10] ( https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta10 ) (2021-05-21)
4759
4860** Merged pull requests:**
4961
62+ - add charset conversion when reading message body [ \# 60] ( https://github.com/reactive-commons/reactive-commons-java/pull/60 )
5063- Update gradle.properties [ \# 58] ( https://github.com/reactive-commons/reactive-commons-java/pull/58 )
5164
5265## [ 1.0.0-beta9] ( https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta9 ) (2021-05-21)
Original file line number Diff line number Diff line change @@ -909,7 +909,7 @@ <h5 id="_handlerregistry_patterns">HandlerRegistry - patterns</h5>
909909< div id ="footer ">
910910< div id ="footer-text ">
911911Version 1.0.5< br >
912- Last updated 2022-02-17 02:53:39 UTC
912+ Last updated 2022-05-25 16:35:58 UTC
913913</ div >
914914</ div >
915915< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css ">
You can’t perform that action at this time.
0 commit comments