Skip to content

Commit 1cb8290

Browse files
committed
Automatic docs and changelog generation
1 parent ca48796 commit 1cb8290

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## [2.0.2](https://github.com/reactive-commons/reactive-commons-java/tree/2.0.2) (2023-10-13)
410

511
**Merged pull requests:**
@@ -81,6 +87,7 @@
8187
- ensure utf-8 charset from senders [\#61](https://github.com/reactive-commons/reactive-commons-java/pull/61)
8288
- add charset conversion when reading message body [\#60](https://github.com/reactive-commons/reactive-commons-java/pull/60)
8389
- 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)
8491

8592
## [1.0.0-beta10](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta10) (2021-05-21)
8693

@@ -118,7 +125,6 @@
118125

119126
**Merged pull requests:**
120127

121-
- Discard timeout queries [\#53](https://github.com/reactive-commons/reactive-commons-java/pull/53)
122128
- feat: dynamic events handlers [\#51](https://github.com/reactive-commons/reactive-commons-java/pull/51)
123129
- chore: upgrade dependencies [\#50](https://github.com/reactive-commons/reactive-commons-java/pull/50)
124130

@@ -218,6 +224,7 @@
218224
- fix: avoid publish blocking with channels pooling [\#27](https://github.com/reactive-commons/reactive-commons-java/pull/27)
219225
- 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)
220226
- 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)
221228

222229
## [0.0.5-beta2](https://github.com/reactive-commons/reactive-commons-java/tree/0.0.5-beta2) (2019-01-02)
223230

@@ -236,7 +243,6 @@
236243
**Merged pull requests:**
237244

238245
- 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)
240246

241247

242248

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<h1>Reactive Commons Reference Guide</h1>
1616
<div class="details">
1717
<span id="author" class="author">Daniel Bustamante Ospina</span><br>
18-
<span id="revnumber">version 2.0.2</span>
18+
<span id="revnumber">version 2.0.3</span>
1919
</div>
2020
<div id="toc" class="toc2">
2121
<div id="toctitle">Table of Contents</div>
@@ -908,8 +908,8 @@ <h5 id="_handlerregistry_patterns">HandlerRegistry - patterns</h5>
908908
</div>
909909
<div id="footer">
910910
<div id="footer-text">
911-
Version 2.0.2<br>
912-
Last updated 2023-10-17 12:36:39 UTC
911+
Version 2.0.3<br>
912+
Last updated 2023-10-17 17:30:32 UTC
913913
</div>
914914
</div>
915915
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css">

0 commit comments

Comments
 (0)