Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 993EE189BB for ; Thu, 7 Jan 2016 21:19:37 +0000 (UTC) Received: (qmail 80590 invoked by uid 500); 7 Jan 2016 21:19:37 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 80272 invoked by uid 500); 7 Jan 2016 21:19:37 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 80216 invoked by uid 99); 7 Jan 2016 21:19:37 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2016 21:19:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D6E07E3825; Thu, 7 Jan 2016 21:19:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: yukim@apache.org To: commits@cassandra.apache.org Date: Thu, 07 Jan 2016 21:19:37 -0000 Message-Id: <742674d24f2c4684a2e5718a7066476a@git.apache.org> In-Reply-To: <86a1db6d45c64fa4a056cc45b05e3547@git.apache.org> References: <86a1db6d45c64fa4a056cc45b05e3547@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/8] cassandra git commit: Add notice for CASSANDRA-10880 in NEWS file 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 Authored: Thu Jan 7 16:22:34 2016 +0100 Committer: Sylvain Lebresne 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.