Skip to content

Tags: Mu-L/watermill

Tags

v1.3.5

Toggle v1.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
check codeconv on PR (ThreeDotsLabs#398)

* check codeconv on PR

* added extra tests for requestreply

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Forwarder: propagate the enveloped message's Context (ThreeDotsLabs#387)

This may be useful if the Forwarder's router middleware changes the
Context in some way.

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Circuit Breaker middleware (ThreeDotsLabs#380)

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: router new logger panic (ThreeDotsLabs#372)

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix logging an error when router is closed due to context cancellation (

ThreeDotsLabs#370)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added support for Event Handler groups and new CQRS public API (Three…

…DotsLabs#367)

Co-authored-by: Miłosz Smółka <milosz.smolka@gmail.com>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Redis stream documentation (ThreeDotsLabs#332)

v1.2.0-rc.12

Toggle v1.2.0-rc.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update test setting (ThreeDotsLabs#329)

v1.2.0-rc.11

Toggle v1.2.0-rc.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Router handlers method for router plugins (ThreeDotsLabs#289)

Exposed the registered router handlers to be used by a router plugin in order to allow use cases such as message reprocessing described in issue ThreeDotsLabs#288

Co-authored-by: Davi Henrique <davi_henrique@sicredi.com.br>

v1.2.0-rc.10

Toggle v1.2.0-rc.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add docs on publishing messages in transactions with help of Forwarde…

…r component (ThreeDotsLabs#261)