Skip to content

Commit e4f307d

Browse files
committed
Automatic docs and changelog generation
1 parent 904013c commit e4f307d

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CHANGELOG.md

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

3+
## [2.0.1](https://github.com/reactive-commons/reactive-commons-java/tree/2.0.1) (2023-07-19)
4+
5+
**Merged pull requests:**
6+
7+
- Creacion pruebas unitarias [\#87](https://github.com/reactive-commons/reactive-commons-java/pull/87)
8+
- Feature/eda [\#86](https://github.com/reactive-commons/reactive-commons-java/pull/86)
9+
- Feature/eda [\#85](https://github.com/reactive-commons/reactive-commons-java/pull/85)
10+
311
## [2.0.0](https://github.com/reactive-commons/reactive-commons-java/tree/2.0.0) (2023-03-03)
412

513
**Implemented enhancements:**
@@ -34,12 +42,13 @@
3442
**Merged pull requests:**
3543

3644
- fix event bindings for dynamic events [\#65](https://github.com/reactive-commons/reactive-commons-java/pull/65)
45+
- Feature/dynamic registry [\#62](https://github.com/reactive-commons/reactive-commons-java/pull/62)
3746

3847
## [1.0.3](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.3) (2021-10-05)
3948

4049
**Merged pull requests:**
4150

42-
- Enable ssl using spring.rabbitmq.ssl.enabled property [\#59](https://github.com/reactive-commons/reactive-commons-java/pull/59)
51+
- add health indicator [\#64](https://github.com/reactive-commons/reactive-commons-java/pull/64)
4352

4453
## [1.0.2](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.2) (2021-10-01)
4554

@@ -51,10 +60,6 @@
5160

5261
## [1.0.0](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0) (2021-09-29)
5362

54-
**Merged pull requests:**
55-
56-
- Feature/dynamic registry [\#62](https://github.com/reactive-commons/reactive-commons-java/pull/62)
57-
5863
## [1.0.0-beta-10](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta-10) (2021-09-28)
5964

6065
**Closed issues:**
@@ -64,7 +69,7 @@
6469
**Merged pull requests:**
6570

6671
- ensure utf-8 charset from senders [\#61](https://github.com/reactive-commons/reactive-commons-java/pull/61)
67-
- add charset conversion when reading message body [\#60](https://github.com/reactive-commons/reactive-commons-java/pull/60)
72+
- Enable ssl using spring.rabbitmq.ssl.enabled property [\#59](https://github.com/reactive-commons/reactive-commons-java/pull/59)
6873
- Discard timeout queries [\#53](https://github.com/reactive-commons/reactive-commons-java/pull/53)
6974

7075
## [1.0.0-beta10](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta10) (2021-05-21)
@@ -83,7 +88,6 @@
8388

8489
**Merged pull requests:**
8590

86-
- add health indicator [\#64](https://github.com/reactive-commons/reactive-commons-java/pull/64)
8791
- Common classes separation from RabbitMQ Implementation [\#56](https://github.com/reactive-commons/reactive-commons-java/pull/56)
8892

8993
## [1.0.0-beta7.1](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta7.1) (2021-04-21)
@@ -104,6 +108,7 @@
104108

105109
**Merged pull requests:**
106110

111+
- add charset conversion when reading message body [\#60](https://github.com/reactive-commons/reactive-commons-java/pull/60)
107112
- feat: dynamic events handlers [\#51](https://github.com/reactive-commons/reactive-commons-java/pull/51)
108113
- chore: upgrade dependencies [\#50](https://github.com/reactive-commons/reactive-commons-java/pull/50)
109114

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ <h5 id="_handlerregistry_patterns">HandlerRegistry - patterns</h5>
909909
<div id="footer">
910910
<div id="footer-text">
911911
Version 2.0.0<br>
912-
Last updated 2023-03-03 19:38:53 UTC
912+
Last updated 2023-07-19 20:06:20 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)