From e4b6081ee3d057bfaa4b634d92e5a23a7d0de6c1 Mon Sep 17 00:00:00 2001 From: pardahlman Date: Mon, 9 Oct 2017 18:39:10 +0200 Subject: [PATCH] (#123) Add release notes (2.0.0-rc1) --- RELEASENOTES.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index dce3fb27..03e86889 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,8 +1,25 @@ +# 2.0.0-rc1 + + - [#279](https://github.com/pardahlman/RawRabbit/issues/279) - Re-write of channel management + - [#277](https://github.com/pardahlman/RawRabbit/issues/277) - Rename 'MandatoryCallback' to 'ReturnCallback' + - [#275](https://github.com/pardahlman/RawRabbit/issues/275) - Prohibit operation specific configuration to be used for unsupported operations + - [#274](https://github.com/pardahlman/RawRabbit/issues/274) - PublishConfirmException when doing RPC before publishing a message. + - [#272](https://github.com/pardahlman/RawRabbit/issues/272) - RequestAsync doesn't resume after broker restart (2.x) + - [#271](https://github.com/pardahlman/RawRabbit/issues/271) - Messages queued when the broker goes down in 2.x + - [#270](https://github.com/pardahlman/RawRabbit/issues/270) - Unexpected PublishConfirmExceptions with 2.x + - [#269](https://github.com/pardahlman/RawRabbit/pull/269) - Some typos contributed by ([cortex93](https://github.com/cortex93)) + - [#268](https://github.com/pardahlman/RawRabbit/issues/268) - Polly Policies not Executing + - [#266](https://github.com/pardahlman/RawRabbit/issues/266) - Remove subscription for RPC request when queue name specified + - [#239](https://github.com/pardahlman/RawRabbit/issues/239) - Topology not recovering + +Commits: c2e788b37c...4c7f5c7aa4 + + # 2.0.0-beta9 - [#256](https://github.com/pardahlman/RawRabbit/issues/256) - Beta8: Failed message handling - [#255](https://github.com/pardahlman/RawRabbit/issues/255) - Beta8: Serialization type - + Commits: 48ffb29dc1...ccf57abc43