Update NEWS.txt for 3.9
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c72a7bbe Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/c72a7bbe Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/c72a7bbe Branch: refs/heads/trunk Commit: c72a7bbe85ae0a693d44772cb0967c7c9971a893 Parents: 5d23afc Author: Michael Shuler <[email protected]> Authored: Tue Aug 16 17:57:21 2016 -0500 Committer: Michael Shuler <[email protected]> Committed: Tue Aug 16 17:57:21 2016 -0500 ---------------------------------------------------------------------- NEWS.txt | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/c72a7bbe/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 2edff8e..202d53b 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -16,16 +16,6 @@ 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 -=== - New features ------------ - Shared pool threads are now named according to the stage they are executing @@ -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 -----------
