Skip to content

Commit

Permalink
Add Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
par.dahlman committed Feb 14, 2016
1 parent 09aaea5 commit 6a88287
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 1.8.7

In this release the `ConnectionStringParser` has been polished by [Originalutter](https://github.com/Originalutter). It now supports all configuration parameters available in the configuration object. There are also some nice default values, like port `5672` which can be omitted from connection string.

An `KeyNotFound` issue that sometimes occurred when performing multiple request synchronous (with `await`) was fixed.

- [#53](https://github.com/pardahlman/RawRabbit/issues/53) - Avoid opening channels on Respond
- [#50](https://github.com/pardahlman/RawRabbit/issues/50) - Unexpected connection close when multiple RPC
- [#47](https://github.com/pardahlman/RawRabbit/issues/47) - Add default attributes
- [#44](https://github.com/pardahlman/RawRabbit/issues/44) - Update QueueArgument with LazyQueue
- [#42](https://github.com/pardahlman/RawRabbit/issues/42) - Allow connection strings without parameters
- [#25](https://github.com/pardahlman/RawRabbit/issues/25) - Support more parameters to connectionString

Commits: f0d5128726...09aaea56be

0 comments on commit 6a88287

Please sign in to comment.