mirror of https://github.com/apache/cassandra
Add notice for CASSANDRA-10880 in NEWS file
This commit is contained in:
parent
601203cbcf
commit
b477c0f27d
8
NEWS.txt
8
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue