Skip to content

Commit ae1f5ec

Browse files
committed
Automatic docs and changelog generation [skip ci]
1 parent 15ee39f commit ae1f5ec

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [v5.2.3](https://github.com/reactive-commons/reactive-commons-java/tree/v5.2.3) (2025-01-24)
4+
5+
[Full Changelog](https://github.com/reactive-commons/reactive-commons-java/compare/v5.2.2...v5.2.3)
6+
7+
**Implemented enhancements:**
8+
9+
- Add unit tests for classes \(RabbitDomainEventBus, RabbitDiscardNotifier\) [\#75](https://github.com/reactive-commons/reactive-commons-java/issues/75)
10+
- Test de class TopologyCreator of module async-rabbit [\#74](https://github.com/reactive-commons/reactive-commons-java/issues/74)
11+
- Increase coverage by testing classes \(QueryExecutor, EventExecutor and CommandExecutor\) [\#72](https://github.com/reactive-commons/reactive-commons-java/issues/72)
12+
- Centralize bintray task configuration in a single place [\#8](https://github.com/reactive-commons/reactive-commons-java/issues/8)
13+
14+
**Closed issues:**
15+
16+
- Acerca de Reactive Commons y Secretos AWS Secrets Manager [\#81](https://github.com/reactive-commons/reactive-commons-java/issues/81)
17+
- Allow multi broker configuration [\#80](https://github.com/reactive-commons/reactive-commons-java/issues/80)
18+
- Update DynamicRegistryImp reactive commons SQS to new DynamicRegistry especification [\#78](https://github.com/reactive-commons/reactive-commons-java/issues/78)
19+
- Add interaction diagrams to documentation [\#76](https://github.com/reactive-commons/reactive-commons-java/issues/76)
20+
- Circular dependency with HandlerResolver and Dynamic registry [\#55](https://github.com/reactive-commons/reactive-commons-java/issues/55)
21+
22+
**Merged pull requests:**
23+
24+
- fix\(deps\): update dependencies [\#133](https://github.com/reactive-commons/reactive-commons-java/pull/133) ([juancgalvis](https://github.com/juancgalvis))
25+
- build\(deps\): bump path-to-regexp and express in /docs [\#132](https://github.com/reactive-commons/reactive-commons-java/pull/132) ([dependabot[bot]](https://github.com/apps/dependabot))
26+
- docs\(updated\): Add secret example documentation and updater actions [\#131](https://github.com/reactive-commons/reactive-commons-java/pull/131) ([juancgalvis](https://github.com/juancgalvis))
27+
328
## [v5.2.2](https://github.com/reactive-commons/reactive-commons-java/tree/v5.2.2) (2025-01-09)
429

530
[Full Changelog](https://github.com/reactive-commons/reactive-commons-java/compare/v5.2.1...v5.2.2)

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=5.2.2
1+
version=5.2.3
22
toPublish=domain-events-api,async-commons-api,async-commons,shared-starter,async-rabbit,async-commons-rabbit-standalone,async-commons-rabbit-starter,async-kafka,async-kafka-starter,async-commons-starter
33
onlyUpdater=true

0 commit comments

Comments
 (0)