-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
par.dahlman
committed
Feb 14, 2016
1 parent
09aaea5
commit 6a88287
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |