Skip to content

Commit b647b77

Browse files
committed
Automatic docs and changelog generation [skip ci]
1 parent 56833f7 commit b647b77

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

CHANGELOG.md

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

3+
## [v5.6.1](https://github.com/reactive-commons/reactive-commons-java/tree/v5.6.1) (2025-09-03)
4+
5+
[Full Changelog](https://github.com/reactive-commons/reactive-commons-java/compare/v5.6.0...v5.6.1)
6+
7+
**Merged pull requests:**
8+
9+
- fix\(deps\): update dependencies [\#140](https://github.com/reactive-commons/reactive-commons-java/pull/140) ([juancgalvis](https://github.com/juancgalvis))
10+
311
## [v5.6.0](https://github.com/reactive-commons/reactive-commons-java/tree/v5.6.0) (2025-08-28)
412

513
[Full Changelog](https://github.com/reactive-commons/reactive-commons-java/compare/v5.5.0...v5.6.0)
@@ -371,7 +379,7 @@
371379
- updgrade actions [\#70](https://github.com/reactive-commons/reactive-commons-java/pull/70) ([juancgalvis](https://github.com/juancgalvis))
372380
- add metric to async query operation [\#69](https://github.com/reactive-commons/reactive-commons-java/pull/69) ([juancgalvis](https://github.com/juancgalvis))
373381
- Feature/upgrade spring [\#68](https://github.com/reactive-commons/reactive-commons-java/pull/68) ([juancgalvis](https://github.com/juancgalvis))
374-
- fix: propagate empty response [\#67](https://github.com/reactive-commons/reactive-commons-java/pull/67) ([juanpmarin](https://github.com/juanpmarin))
382+
- fix: propagate empty response [\#67](https://github.com/reactive-commons/reactive-commons-java/pull/67) ([juanmarin-co](https://github.com/juanmarin-co))
375383

376384
## [1.0.4](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.4) (2021-11-30)
377385

@@ -426,7 +434,7 @@
426434
- ensure utf-8 charset from senders [\#61](https://github.com/reactive-commons/reactive-commons-java/pull/61) ([juancgalvis](https://github.com/juancgalvis))
427435
- add charset conversion when reading message body [\#60](https://github.com/reactive-commons/reactive-commons-java/pull/60) ([juancgalvis](https://github.com/juancgalvis))
428436
- Enable ssl using spring.rabbitmq.ssl.enabled property [\#59](https://github.com/reactive-commons/reactive-commons-java/pull/59) ([juancgalvis](https://github.com/juancgalvis))
429-
- Discard timeout queries [\#53](https://github.com/reactive-commons/reactive-commons-java/pull/53) ([juanpmarin](https://github.com/juanpmarin))
437+
- Discard timeout queries [\#53](https://github.com/reactive-commons/reactive-commons-java/pull/53) ([juanmarin-co](https://github.com/juanmarin-co))
430438

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

@@ -478,8 +486,8 @@
478486

479487
**Merged pull requests:**
480488

481-
- feat: dynamic events handlers [\#51](https://github.com/reactive-commons/reactive-commons-java/pull/51) ([juanpmarin](https://github.com/juanpmarin))
482-
- chore: upgrade dependencies [\#50](https://github.com/reactive-commons/reactive-commons-java/pull/50) ([juanpmarin](https://github.com/juanpmarin))
489+
- feat: dynamic events handlers [\#51](https://github.com/reactive-commons/reactive-commons-java/pull/51) ([juanmarin-co](https://github.com/juanmarin-co))
490+
- chore: upgrade dependencies [\#50](https://github.com/reactive-commons/reactive-commons-java/pull/50) ([juanmarin-co](https://github.com/juanmarin-co))
483491

484492
## [1.0.0-beta3](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta3) (2020-12-12)
485493

@@ -607,16 +615,16 @@
607615

608616
**Merged pull requests:**
609617

610-
- fix: set resourceManagementChannelMono from channelPool [\#36](https://github.com/reactive-commons/reactive-commons-java/pull/36) ([juanpmarin](https://github.com/juanpmarin))
618+
- fix: set resourceManagementChannelMono from channelPool [\#36](https://github.com/reactive-commons/reactive-commons-java/pull/36) ([juanmarin-co](https://github.com/juanmarin-co))
611619
- CI CD Pipelines [\#34](https://github.com/reactive-commons/reactive-commons-java/pull/34) ([dericop](https://github.com/dericop))
612620
- License MIT attached [\#33](https://github.com/reactive-commons/reactive-commons-java/pull/33) ([dericop](https://github.com/dericop))
613-
- test: connection factory tests [\#32](https://github.com/reactive-commons/reactive-commons-java/pull/32) ([juanpmarin](https://github.com/juanpmarin))
614-
- fix: bump reactor-rabbitmq version and use sender for topology creator [\#31](https://github.com/reactive-commons/reactive-commons-java/pull/31) ([juanpmarin](https://github.com/juanpmarin))
621+
- test: connection factory tests [\#32](https://github.com/reactive-commons/reactive-commons-java/pull/32) ([juanmarin-co](https://github.com/juanmarin-co))
622+
- fix: bump reactor-rabbitmq version and use sender for topology creator [\#31](https://github.com/reactive-commons/reactive-commons-java/pull/31) ([juanmarin-co](https://github.com/juanmarin-co))
615623
- modify connection name Rabbit [\#30](https://github.com/reactive-commons/reactive-commons-java/pull/30) ([miguel0393](https://github.com/miguel0393))
616-
- perf: use elastic scheduler in reactive message sender [\#29](https://github.com/reactive-commons/reactive-commons-java/pull/29) ([juanpmarin](https://github.com/juanpmarin))
617-
- fix: avoid publish blocking with channels pooling [\#27](https://github.com/reactive-commons/reactive-commons-java/pull/27) ([juanpmarin](https://github.com/juanpmarin))
618-
- 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) ([juanpmarin](https://github.com/juanpmarin))
619-
- Unbind queue with topology creator [\#15](https://github.com/reactive-commons/reactive-commons-java/pull/15) ([juanpmarin](https://github.com/juanpmarin))
624+
- perf: use elastic scheduler in reactive message sender [\#29](https://github.com/reactive-commons/reactive-commons-java/pull/29) ([juanmarin-co](https://github.com/juanmarin-co))
625+
- fix: avoid publish blocking with channels pooling [\#27](https://github.com/reactive-commons/reactive-commons-java/pull/27) ([juanmarin-co](https://github.com/juanmarin-co))
626+
- 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) ([juanmarin-co](https://github.com/juanmarin-co))
627+
- Unbind queue with topology creator [\#15](https://github.com/reactive-commons/reactive-commons-java/pull/15) ([juanmarin-co](https://github.com/juanmarin-co))
620628

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

@@ -636,8 +644,8 @@
636644

637645
**Merged pull requests:**
638646

639-
- fix: command handler is not beign executed [\#4](https://github.com/reactive-commons/reactive-commons-java/pull/4) ([juanpmarin](https://github.com/juanpmarin))
640-
- Handle empty monos on served queries handlers [\#2](https://github.com/reactive-commons/reactive-commons-java/pull/2) ([juanpmarin](https://github.com/juanpmarin))
647+
- fix: command handler is not beign executed [\#4](https://github.com/reactive-commons/reactive-commons-java/pull/4) ([juanmarin-co](https://github.com/juanmarin-co))
648+
- Handle empty monos on served queries handlers [\#2](https://github.com/reactive-commons/reactive-commons-java/pull/2) ([juanmarin-co](https://github.com/juanmarin-co))
641649

642650

643651

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=5.6.0
1+
version=5.6.1
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)