From b477c0f27dc6d76ae806508efc669079fa24bf35 Mon Sep 17 00:00:00 2001 From: Sylvain Lebresne Date: Thu, 7 Jan 2016 16:22:34 +0100 Subject: [PATCH] Add notice for CASSANDRA-10880 in NEWS file --- NEWS.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index c88f47b262..89fc4a713c 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -21,6 +21,11 @@ New features - Hinted handoff now supports compression. Reference cassandra.yaml:hints_compression. Note: hints compression is currently disabled by default. +Upgrading +--------- + - Nothing specific to 3.0.3 but please see previous versions upgrading section, + especially if you are upgrading from 2.2. + 3.0.1 ===== @@ -68,6 +73,9 @@ New features Upgrading --------- + - Clients must use the native protocol version 3 when upgrading from 2.2.X as + the native protocol version 4 is not compatible between 2.2.X and 3.Y. See + https://www.mail-archive.com/user@cassandra.apache.org/msg45381.html for details. - A new argument of type InetAdress has been added to IAuthenticator::newSaslNegotiator, representing the IP address of the client attempting authentication. It will be a breaking change for any custom implementations.