diff --git a/NEWS.txt b/NEWS.txt index 24d0408671..ca0e07e155 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -19,6 +19,7 @@ Configuraton to occur after the specified number of operations. - Like MemtableSizeInMB, BinaryMemtableSizeInMB has been replaced by BinaryMemtableThroughputInMB. + - Replication factor is now per-keyspace, rather than global. Thrift API ---------- @@ -26,6 +27,10 @@ Thrift API - added batch_mutate meethod - deprecated multiget and batch_insert methods in favor of multiget_slice and batch_mutate, respectively + - added ConsistencyLevel.ANY, for when you want write + availability even when it may not be readable immediately. + Unlike CL.ZERO, though, it will throw an exception if + it cannot be written *somewhere*. JMX metrics -----------