Skip to content

Commit 143248f

Browse files
committed
Automatic docs and changelog generation
1 parent b862461 commit 143248f

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.4](https://github.com/reactive-commons/reactive-commons-java/tree/2.0.4) (2023-10-30)
4+
5+
**Merged pull requests:**
6+
7+
- Add delayed command capability [\#92](https://github.com/reactive-commons/reactive-commons-java/pull/92)
8+
39
## [2.0.3](https://github.com/reactive-commons/reactive-commons-java/tree/2.0.3) (2023-10-17)
410

511
**Merged pull requests:**
@@ -30,7 +36,6 @@
3036
**Merged pull requests:**
3137

3238
- update asciidoctor [\#83](https://github.com/reactive-commons/reactive-commons-java/pull/83)
33-
- Feature/spring boot 3 [\#82](https://github.com/reactive-commons/reactive-commons-java/pull/82)
3439
- 73: Updated tests for NameGenerator [\#77](https://github.com/reactive-commons/reactive-commons-java/pull/77)
3540

3641
## [1.0.5](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.5) (2022-05-25)
@@ -41,6 +46,7 @@
4146

4247
**Merged pull requests:**
4348

49+
- Feature/spring boot 3 [\#82](https://github.com/reactive-commons/reactive-commons-java/pull/82)
4450
- updgrade actions [\#70](https://github.com/reactive-commons/reactive-commons-java/pull/70)
4551
- add metric to async query operation [\#69](https://github.com/reactive-commons/reactive-commons-java/pull/69)
4652
- Feature/upgrade spring [\#68](https://github.com/reactive-commons/reactive-commons-java/pull/68)
@@ -224,7 +230,6 @@
224230
- fix: avoid publish blocking with channels pooling [\#27](https://github.com/reactive-commons/reactive-commons-java/pull/27)
225231
- 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)
226232
- 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)
228233

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

@@ -243,6 +248,7 @@
243248
**Merged pull requests:**
244249

245250
- fix: command handler is not beign executed [\#4](https://github.com/reactive-commons/reactive-commons-java/pull/4)
251+
- Handle empty monos on served queries handlers [\#2](https://github.com/reactive-commons/reactive-commons-java/pull/2)
246252

247253

248254

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.3</span>
18+
<span id="revnumber">version 2.0.4</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.3<br>
912-
Last updated 2023-10-17 17:30:32 UTC
911+
Version 2.0.4<br>
912+
Last updated 2023-10-30 22:34:01 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)