From c8effa641f79e72979252293086e7de482bec43c Mon Sep 17 00:00:00 2001 From: BEagle1984 Date: Sat, 30 Nov 2019 12:16:11 +0100 Subject: [PATCH] Documentation release 1.0.4 --- docs/_docs/0-introduction/003-releases.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/_docs/0-introduction/003-releases.md b/docs/_docs/0-introduction/003-releases.md index c3983c21b..c281bc397 100644 --- a/docs/_docs/0-introduction/003-releases.md +++ b/docs/_docs/0-introduction/003-releases.md @@ -4,6 +4,13 @@ permalink: /docs/releases toc: true --- +## [1.0.4](https://github.com/BEagle1984/silverback/releases/tag/1.0.4) + +### Fixes +* It is finally safe to consume and produce the same type of messages from within the same process (in a natural way, without any extra configuration) + * Since version [1.0.0](#100) the messages routed to an endpoint aren't forwarded to any subscriber directly + * Now the inbound connector has been fixed as well, preventing the inbound messages to be immediately routed once again to the outbound endpoint and eliminating all possible causes of mortal loops + ## [1.0.3](https://github.com/BEagle1984/silverback/releases/tag/1.0.3) ### Fixes