Skip to content

Commit

Permalink
Updated Release Notes (1.8.13)
Browse files Browse the repository at this point in the history
  • Loading branch information
par.dahlman committed Mar 19, 2016
1 parent e1b84ef commit 32cc477
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.8.13

- [#72](https://github.com/pardahlman/RawRabbit/issues/72) - Add package for Ninject, contributed by Joshua Barron ([Originalutter](https://github.com/videege))
- [#71](https://github.com/pardahlman/RawRabbit/issues/71) - Remove QueueingBasicConsumer
- [#68](https://github.com/pardahlman/RawRabbit/issues/68) - Backward compatible Message Serialization
- [#65](https://github.com/pardahlman/RawRabbit/issues/65) - Message Type serialization without assembly version, contributed by Marcus Utter ([Originalutter](https://github.com/Originalutter))
- [#19](https://github.com/pardahlman/RawRabbit/issues/19) - Extension method for message sequences +feature

Commits: b928f96fc8...e1b84ef2f0


# 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.
Expand Down

0 comments on commit 32cc477

Please sign in to comment.