Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Jun 1, 2017
1 parent 52cda6b commit 0031da9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.6.0
* New data model for the Cassandra backend - huge performance optimizations for this backend
* Fix parallel repair computation for clusters with vnodes
* Minimum wait time between segments is now configurable
* Added an optional query logger for the Cassandra backend
0.5.0
* Add configurable auto-scheduling of repairs for all (non system) keyspaces
* Fix bad segment count display on scheduled repairs
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>Cassandra Reaper</name>
<groupId>com.spotify</groupId>
<artifactId>cassandra-reaper</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 0031da9

Please sign in to comment.