Skip to content

Latest commit

 

History

History
559 lines (300 loc) · 30.9 KB

CHANGELOG.md

File metadata and controls

559 lines (300 loc) · 30.9 KB

Changelog

v5.2.1 (2025-01-08)

Full Changelog

Merged pull requests:

  • fix(circular-dependency): Extract listener config and remove handler resolver from replies listener #129 (juancgalvis)

v5.2.0 (2024-12-27)

Full Changelog

Merged pull requests:

v5.1.3 (2024-12-27)

Full Changelog

Closed issues:

  • Compile error message when using reactive-commons-java and Spring Boot #93

Merged pull requests:

  • fix(docs): Update docs for secret filler and log when rabbit connection error #127 (juancgalvis)

v5.1.2 (2024-12-14)

Full Changelog

v5.1.2-beta (2024-12-14)

Full Changelog

Merged pull requests:

  • chore(health): ignore health indicator when dependency not exists #126 (juancgalvis)

v5.1.1-beta (2024-12-05)

Full Changelog

Merged pull requests:

v5.1.0-beta (2024-10-11)

Full Changelog

Merged pull requests:

v5.0.1-beta (2024-09-02)

Full Changelog

Merged pull requests:

v4.1.5 (2024-09-02)

Full Changelog

Merged pull requests:

v5.0.0-beta (2024-08-27)

Full Changelog

Merged pull requests:

  • chore(next): Update starters and extract common reusable code to an aditional module #119 (juancgalvis)

v5.0.3-alpha (2024-08-23)

Full Changelog

Merged pull requests:

v5.0.2-alpha (2024-08-23)

Full Changelog

Merged pull requests:

v5.0.1-alpha (2024-08-20)

Full Changelog

Closed issues:

  • Adjust to reactive-commons library according to the CloudEvents specification. #111

Merged pull requests:

  • chore(kafka): Implement kafka binding with support for Domain Events #116 (juancgalvis)

v5.0.0-alpha (2024-08-08)

Full Changelog

Merged pull requests:

  • chore(next): add native support for Cloud Events #115 (jcanacon)

v4.1.4 (2024-07-25)

Full Changelog

Merged pull requests:

  • fix(health): Use blocking IO for health indicator connection #114 (jhonatan-kmt)

v4.1.3 (2024-07-17)

Full Changelog

Merged pull requests:

  • fix(notifier): Set the discard notifier with domain connection properties #113 (jhonatan-kmt)

v4.1.2 (2024-07-09)

Full Changelog

Merged pull requests:

v4.1.1 (2024-05-15)

Full Changelog

Merged pull requests:

v4.1.0 (2024-05-15)

Full Changelog

Merged pull requests:

  • ci(docs): Add docs in main branch, commit gradle version on relese #106 (juancgalvis)

v3.0.0 (2024-05-15)

Full Changelog

Closed issues:

  • Wildcard '#' support #94

Merged pull requests:

v2.2.3 (2024-05-10)

Full Changelog

2.2.3 (2024-05-10)

Full Changelog

Merged pull requests:

2.2.2 (2024-05-09)

Full Changelog

Merged pull requests:

2.2.1 (2024-05-02)

Full Changelog

Merged pull requests:

2.1.0 (2024-04-03)

Full Changelog

Merged pull requests:

  • feat(eda): Add eda properties, allow different queue and exchange names disallow topology creation #97 (juancgalvis)

2.0.5 (2024-02-27)

Full Changelog

Closed issues:

  • El metodo listenNotificationEvent en el entry-point no esta funcionando #95

Merged pull requests:

2.0.4 (2023-10-30)

Full Changelog

Merged pull requests:

2.0.3 (2023-10-17)

Full Changelog

Merged pull requests:

2.0.2 (2023-10-13)

Full Changelog

Merged pull requests:

2.0.1 (2023-07-19)

Full Changelog

Merged pull requests:

2.0.0 (2023-03-03)

Full Changelog

Implemented enhancements:

  • Add some unit tests to NameGenerator class #73

Merged pull requests:

1.0.5 (2022-05-25)

Full Changelog

Closed issues:

  • Broken behavior: empty responses are not propagated anymore #66

Merged pull requests:

1.0.4 (2021-11-30)

Full Changelog

Closed issues:

  • Actuator shows UP when rabbitmq is down #23

Merged pull requests:

1.0.3 (2021-10-05)

Full Changelog

Merged pull requests:

1.0.2 (2021-10-01)

Full Changelog

Merged pull requests:

1.0.1 (2021-09-29)

Full Changelog

1.0.0 (2021-09-29)

Full Changelog

Merged pull requests:

1.0.0-beta-10 (2021-09-28)

Full Changelog

Closed issues:

  • Discard queries older than the parameterized timeout #52

Merged pull requests:

1.0.0-beta10 (2021-05-21)

Full Changelog

Merged pull requests:

1.0.0-beta9 (2021-05-21)

Full Changelog

Closed issues:

  • Dropped messages listener #20

1.0.0-beta8 (2021-04-26)

Full Changelog

Merged pull requests:

  • Common classes separation from RabbitMQ Implementation #56 (juancgalvis)

1.0.0-beta7.1 (2021-04-21)

Full Changelog

Merged pull requests:

1.0.0-beta7 (2021-04-21)

Full Changelog

1.0.0-beta5 (2021-02-20)

Full Changelog

1.0.0-beta4 (2021-02-18)

Full Changelog

Closed issues:

  • Dynamic listeners registry #48

Merged pull requests:

1.0.0-beta3 (2020-12-12)

Full Changelog

1.0.0-beta2 (2020-12-05)

Full Changelog

Merged pull requests:

1.0.0-beta1 (2020-10-28)

Full Changelog

Merged pull requests:

0.6.2-Release (2020-09-24)

Full Changelog

0.6.2 (2020-09-24)

Full Changelog

Implemented enhancements:

  • update to Gradle to 5.1.1 #16
  • Add application name to amqp connection #13

Merged pull requests:

0.6.2-beta (2020-08-25)

Full Changelog

v0.6.1-beta (2020-08-23)

Full Changelog

v0.6.0-beta (2020-08-19)

Full Changelog

Implemented enhancements:

Closed issues:

  • separate ApplicationEventListener and ApplicationQueryListener #37
  • Upgrade to ReactorRabbit 1.2.0 #24
  • Listen event on all instances #22
  • Add parameter for maximum message retries #19

Merged pull requests:

  • updates contiperf version, fixes performance test #43 (kwah07)
  • Feature/listeners matching #42 (kwah07)

0.5.2-beta (2020-07-20)

Full Changelog

0.5.0 (2020-06-08)

Full Changelog

Merged pull requests:

  • Adds event notification listener #39 (kwah07)

0.4.7 (2020-05-21)

Full Changelog

v0.4.6 (2020-04-23)

Full Changelog

v0.4.5 (2020-04-23)

Full Changelog

v0.4.3 (2020-04-21)

Full Changelog

v0.4.2 (2020-04-13)

Full Changelog

v4.0.1 (2020-04-11)

Full Changelog

v4.0.4 (2020-04-10)

Full Changelog

v0.3.2-b (2020-03-31)

Full Changelog

v0.3.2-beta (2020-03-30)

Full Changelog

v0.3.2-beta1 (2020-03-30)

Full Changelog

Closed issues:

  • Reactor rabbit uses different channel for resource management #35
  • Async commons starter is not using the ObjectMapper instance configured by Spring #25
  • Serve resource handler dinamically #9

Merged pull requests:

  • fix: set resourceManagementChannelMono from channelPool #36 (juanpmarin)
  • CI CD Pipelines #34 (dericop)
  • License MIT attached #33 (dericop)
  • test: connection factory tests #32 (juanpmarin)
  • fix: bump reactor-rabbitmq version and use sender for topology creator #31 (juanpmarin)
  • modify connection name Rabbit #30 (miguel0393)
  • perf: use elastic scheduler in reactive message sender #29 (juanpmarin)
  • fix: avoid publish blocking with channels pooling #27 (juanpmarin)
  • fix(jackson): Spring compatible starter is not using the ObjectMapper instance configured by Spring #26 (juanpmarin)
  • Unbind queue with topology creator #15 (juanpmarin)

0.0.5-beta2 (2019-01-02)

Full Changelog

Implemented enhancements:

  • Unwrap String in request-reply when reply is a String #11
  • Tolerant reader in all message receivers #10
  • Integrate acceptance test with travis. #7
  • Query handler returning an empty publisher causes timeout on the receiver #1

Closed issues:

  • Type inference not working for queries #5
  • ClassCastException when requested query has no handler #3

Merged pull requests:

  • fix: command handler is not beign executed #4 (juanpmarin)
  • Handle empty monos on served queries handlers #2 (juanpmarin)