Add notice for CASSANDRA-10880 in NEWS file
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/aeaa5016 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/aeaa5016 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/aeaa5016 Branch: refs/heads/trunk Commit: aeaa5016e0a71d2ad9b0f4b4b07463820f652a87 Parents: 85b8d02 Author: Sylvain Lebresne <sylv...@datastax.com> Authored: Thu Jan 7 16:22:34 2016 +0100 Committer: Sylvain Lebresne <sylv...@datastax.com> Committed: Thu Jan 7 16:26:22 2016 +0100 ---------------------------------------------------------------------- NEWS.txt | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/aeaa5016/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 3d468b6..c995d89 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -29,6 +29,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.2 but please see previous versions upgrading section, + especially if you are upgrading from 2.2. + Upgrading --------- @@ -85,6 +90,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.