From b521ab857723034b5fda31408804a39fc69feb87 Mon Sep 17 00:00:00 2001 From: "par.dahlman" Date: Mon, 7 Mar 2016 11:58:11 +0100 Subject: [PATCH] Update release notes (1.8.12) --- RELEASENOTES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2e5402ff..0b6c875d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,14 @@ +# 1.8.12 + +In this release, the `ChannelFactory` has been rewritten from the ground up. The old channel factory is left intact, but called `ThreadBasedChannelFactory`. One of the sync methods in the `IChannelFactory` interface is removed. It is recommended to use the async methods. All operations now use the new `ITopologyProvider` for creating topology features. + + - [#66](https://github.com/pardahlman/RawRabbit/issues/66) - Upgrade to RabbitMQ.Client 3.6.1 + - [#64](https://github.com/pardahlman/RawRabbit/issues/64) - Refactor Operations: Requester, Responder & Subscriber + - [#59](https://github.com/pardahlman/RawRabbit/issues/59) - vNext & default ChannelFactory + +Commits: bfa88b3083...3e7626fd0d + + # 1.8.11 - [#61](https://github.com/pardahlman/RawRabbit/issues/61) - Improve extraction of Application Name (contributed by ([Originalutter](https://github.com/Originalutter)))