You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2009/06/09 21:38:46 UTC

svn commit: r783106 - /incubator/cassandra/branches/cassandra-0.3/CHANGES.txt

Author: jbellis
Date: Tue Jun  9 19:38:46 2009
New Revision: 783106

URL: http://svn.apache.org/viewvc?rev=783106&view=rev
Log:
add changelog.  patch by jbellis; reviewed by Jun Rao for CASSANDRA-221

Added:
    incubator/cassandra/branches/cassandra-0.3/CHANGES.txt

Added: incubator/cassandra/branches/cassandra-0.3/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/cassandra/branches/cassandra-0.3/CHANGES.txt?rev=783106&view=auto
==============================================================================
--- incubator/cassandra/branches/cassandra-0.3/CHANGES.txt (added)
+++ incubator/cassandra/branches/cassandra-0.3/CHANGES.txt Tue Jun  9 19:38:46 2009
@@ -0,0 +1,18 @@
+0.3.0
+
+ * Range queries on keys, including user-defined key collation
+ * Remove support
+ * Workarounds for a weird bug in JDK select/register that seems
+   particularly common on VM environments. Cassandra should deploy
+   fine on EC2 now
+ * Much improved infrastructure: the beginnings of a decent test suite
+   ("ant test" for unit tests; "nosetests" for system tests), code
+   coverage reporting, etc.
+ * Expanded node status reporting via JMX
+ * Improved error reporting/logging on both server and client
+ * Reduced memory footprint in default configuration
+ * Combined blocking and non-blocking versions of insert APIs
+ * Added FlushPeriodInMinutes configuration parameter to force
+   flushing of infrequently-updated ColumnFamilies
+
+