Skip to content

Commit

Permalink
added 0.8.0 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
zznate committed Jun 3, 2011
1 parent 879a2ad commit c2807c1
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG
@@ -1,9 +1,18 @@
Changes by version:
===================
0.7.0 stands for cassandra's 0.7.0 version.
-22 stands for hector's version

Versions above 0.7.0-17 work well with cassandra's 0.7.* (after 0.7.0-beta2)
0.8.0-1
=======
CQL queries available via CqlQuery
Removed openjpa and JPA 2.0 targeted code; still using JPA influenced annotations.
Reset to the results of adding the pool to the connection manager. This could cause a pretty ugly issue where the host would just disappear if there was a failure adding it back after the successful test.
Fixed retry logic in the case of fail after one more try configuration. Also modifies some long standing (and I believe incorrect) behaviour of trying until successful on a timeout exception.
Adding recommended default configuration string for dynamic comparator
First cut of CqlQuery, loosened OrderedRowsImpl to hornshoe in results
CfDef.key_validation_class support (michaelsembwever)
Expose memtable throughput, operations, flush and key cache save period (Greg Hinkle)
Counter super slice support (Greg Hinkle)
Multiget Counter Slice and super slice (Greg Hinkle)
Support replicate_on_write setting for column families (Greg Hinkle)

0.7.0-27
========
Expand Down

0 comments on commit c2807c1

Please sign in to comment.