|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 11 | ## [v5.6.0](https://github.com/reactive-commons/reactive-commons-java/tree/v5.6.0) (2025-08-28)
|
4 | 12 |
|
5 | 13 | [Full Changelog](https://github.com/reactive-commons/reactive-commons-java/compare/v5.5.0...v5.6.0)
|
|
371 | 379 | - updgrade actions [\#70](https://github.com/reactive-commons/reactive-commons-java/pull/70) ([juancgalvis](https://github.com/juancgalvis))
|
372 | 380 | - add metric to async query operation [\#69](https://github.com/reactive-commons/reactive-commons-java/pull/69) ([juancgalvis](https://github.com/juancgalvis))
|
373 | 381 | - 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)) |
375 | 383 |
|
376 | 384 | ## [1.0.4](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.4) (2021-11-30)
|
377 | 385 |
|
|
426 | 434 | - ensure utf-8 charset from senders [\#61](https://github.com/reactive-commons/reactive-commons-java/pull/61) ([juancgalvis](https://github.com/juancgalvis))
|
427 | 435 | - add charset conversion when reading message body [\#60](https://github.com/reactive-commons/reactive-commons-java/pull/60) ([juancgalvis](https://github.com/juancgalvis))
|
428 | 436 | - 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)) |
430 | 438 |
|
431 | 439 | ## [1.0.0-beta10](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta10) (2021-05-21)
|
432 | 440 |
|
|
478 | 486 |
|
479 | 487 | **Merged pull requests:**
|
480 | 488 |
|
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)) |
483 | 491 |
|
484 | 492 | ## [1.0.0-beta3](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta3) (2020-12-12)
|
485 | 493 |
|
|
607 | 615 |
|
608 | 616 | **Merged pull requests:**
|
609 | 617 |
|
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)) |
611 | 619 | - CI CD Pipelines [\#34](https://github.com/reactive-commons/reactive-commons-java/pull/34) ([dericop](https://github.com/dericop))
|
612 | 620 | - 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)) |
615 | 623 | - 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)) |
620 | 628 |
|
621 | 629 | ## [0.0.5-beta2](https://github.com/reactive-commons/reactive-commons-java/tree/0.0.5-beta2) (2019-01-02)
|
622 | 630 |
|
|
636 | 644 |
|
637 | 645 | **Merged pull requests:**
|
638 | 646 |
|
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)) |
641 | 649 |
|
642 | 650 |
|
643 | 651 |
|
0 commit comments