Merge branch 'cassandra-3.0' into cassandra-3.3
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/53969d52 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/53969d52 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/53969d52 Branch: refs/heads/trunk Commit: 53969d52fc3ceb7952b6fc6d3b7e004033fa3f9b Parents: 15cfeb7 b477c0f Author: Sylvain Lebresne <sylv...@datastax.com> Authored: Thu Jan 7 16:24:48 2016 +0100 Committer: Sylvain Lebresne <sylv...@datastax.com> Committed: Thu Jan 7 16:24:48 2016 +0100 ---------------------------------------------------------------------- NEWS.txt | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/53969d52/NEWS.txt ---------------------------------------------------------------------- diff --cc NEWS.txt index 20ab202,89fc4a7..48b7996 --- a/NEWS.txt +++ b/NEWS.txt @@@ -29,19 -21,13 +29,24 @@@ New feature - 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 +Upgrading +--------- + - The compression ratio metrics computation has been modified to be more accurate. + - Running Cassandra as root is prevented by default. + - JVM options are moved from cassandra-env.(sh|ps1) to jvm.options file + +Deprecation +----------- + - The Thrift API is deprecated and will be removed in Cassandra 4.0. + + +3.1 ===== Upgrading