From 4e46ec926167e43dacd2afd2ccdc7cf84525e644 Mon Sep 17 00:00:00 2001 From: Michael Shuler Date: Tue, 16 Aug 2016 17:55:15 -0500 Subject: [PATCH] Update NEWS.txt for 3.8 --- NEWS.txt | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 2edff8e86a..8725931627 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -13,16 +13,6 @@ restore snapshots created with the previous major version using the 'sstableloader' tool. You can upgrade the file format of your snapshots using the provided 'sstableupgrade' tool. -3.9 -=== - -Upgrading ---------- - - The ReversedType behaviour has been corrected for clustering columns of - BYTES type containing empty value. Scrub should be run on the existing - SSTables containing a descending clustering column of BYTES type to correct - their ordering. See CASSANDRA-12127 for more details. - 3.8 === @@ -54,14 +44,18 @@ New features Upgrading --------- - - Ec2MultiRegionSnitch will no longer automatically set broadcast_rpc_address - to the public instance IP if this property is defined on cassandra.yaml. - - The name "json" and "distinct" are not valid anymore a user-defined function - names (they are still valid as column name however). In the unlikely case where - you had defined functions with such names, you will need to recreate - those under a different name, change your code to use the new names and - drop the old versions, and this _before_ upgrade (see CASSANDRA-10783 for more - details). + - The ReversedType behaviour has been corrected for clustering columns of + BYTES type containing empty value. Scrub should be run on the existing + SSTables containing a descending clustering column of BYTES type to correct + their ordering. See CASSANDRA-12127 for more details. + - Ec2MultiRegionSnitch will no longer automatically set broadcast_rpc_address + to the public instance IP if this property is defined on cassandra.yaml. + - The name "json" and "distinct" are not valid anymore a user-defined function + names (they are still valid as column name however). In the unlikely case where + you had defined functions with such names, you will need to recreate + those under a different name, change your code to use the new names and + drop the old versions, and this _before_ upgrade (see CASSANDRA-10783 for more + details). Deprecation -----------