From 602cf75a76aedc72d01cd28124e75d2bfdb48b37 Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Fri, 16 Apr 2010 16:10:41 +0000 Subject: [PATCH] update NEWS, configuration for byte[] keys change. patch by Stu Hood; reviewed by jbellis for CASSANDRA-989 git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@934974 13f79535-47bb-0310-9956-ffa450edef68 --- NEWS.txt | 10 ++++++++++ conf/cassandra.xml | 10 +++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index b4e74e9c66..3c8bf2cf6d 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,15 @@ 0.7.0 ===== +Features +-------- + - Row keys are now bytes: keys stored by versions prior to 0.7.0 will be + returned as UTF-8 encoded bytes. OrderPreservingPartitioner and + CollatingOrderPreservingPartitioner continue to expect that keys contain + UTF-8 encoded strings, but RandomPartitioner no longer expects strings. + - A new ByteOrderedPartitioner supports bytes keys with arbitrary content, + and orders keys by their byte value. + Configuraton ------------ - Configuration file renamed to cassandra.xml and log4j.properties to @@ -18,6 +27,7 @@ Configuraton Thrift API ---------- + - Row keys are now 'bytes': see the Features list. - The return type for login() is now AccessLevel. - The get_string_property() method has been removed. - The get_string_list_property() method has been removed. diff --git a/conf/cassandra.xml b/conf/cassandra.xml index 7f5d16a207..9b397de4eb 100644 --- a/conf/cassandra.xml +++ b/conf/cassandra.xml @@ -167,11 +167,11 @@