Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
reuzel committed Jul 19, 2014
1 parent d5bc1e9 commit 707610f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
11 changes: 7 additions & 4 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## Version 0.38.0 - Improved aliveness checking of Cassandra nodes
* fixed bug that hampered exponential backoff
* succesfull connection to a node must be made before it is marked as up again, keeping it out-of-scope of connection strategies.
* fixing issue where multiple node UP notifications are received in a short time
## Version 0.38.0 - Fixes and Improved Aliveness Checking of Cassandra Nodes
* Fixed bug that hampered exponential backoff
* Succesfull connection to a node must be made before it is marked as up again, keeping it out-of-scope of connection strategies until proven up.
* Fixing issue where multiple node UP notifications are received in a short time
* Clearing prepared query ids, forcing queries to be reprepared when node is marked down
* Making sure that at least a single query attempt is done when MaxRetryCount setting is set to 0
* MEF fix: now using correct directories for loading extensions

## Version 0.37.0 - TraceLogger and Fixes on cluster reconfiguration
* Fix crash when nodes are added to a running system (and have no tokens gossiped). CqlSharp now reloads configurations every minute until all tokens are found.
Expand Down
13 changes: 8 additions & 5 deletions CqlSharp/CqlSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,14 @@
See https://github.com/reuzel/CqlSharp/wiki/Features for an extensive feature list.
</description>
<releaseNotes>
## Version 0.38.0 - Improved aliveness checking of Cassandra nodes
* fixed bug that hampered exponential backoff
* succesfull connection to a node must be made before it is marked as up again, keeping it out-of-scope of connection strategies.
* fixing issue where multiple node UP notifications are received in a short time

## Version 0.38.0 - Fixes and Improved Aliveness Checking of Cassandra Nodes
* Fixed bug that hampered exponential backoff
* Succesfull connection to a node must be made before it is marked as up again, keeping it out-of-scope of connection strategies until proven up.
* Fixing issue where multiple node UP notifications are received in a short time
* Clearing prepared query ids, forcing queries to be reprepared when node is marked down
* Making sure that at least a single query attempt is done when MaxRetryCount setting is set to 0
* MEF fix: now using correct directories for loading extensions

## Version 0.37.0 - TraceLogger and Fixes on cluster reconfiguration
* Fix crash when nodes are added to a running system (and have no tokens gossiped). CqlSharp now reloads configurations every minute until all tokens are found.
* Fix missing logger binding when using exclusive connection strategy
Expand Down

0 comments on commit 707610f

Please sign in to comment.