mirror of https://github.com/apache/cassandra
Update NEWS.txt for 3.8
This commit is contained in:
parent
c1e9ad8cde
commit
4e46ec9261
30
NEWS.txt
30
NEWS.txt
|
|
@ -13,16 +13,6 @@ restore snapshots created with the previous major version using the
|
|||
'sstableloader' tool. You can upgrade the file format of your snapshots
|
||||
using the provided 'sstableupgrade' tool.
|
||||
|
||||
3.9
|
||||
===
|
||||
|
||||
Upgrading
|
||||
---------
|
||||
- The ReversedType behaviour has been corrected for clustering columns of
|
||||
BYTES type containing empty value. Scrub should be run on the existing
|
||||
SSTables containing a descending clustering column of BYTES type to correct
|
||||
their ordering. See CASSANDRA-12127 for more details.
|
||||
|
||||
3.8
|
||||
===
|
||||
|
||||
|
|
@ -54,14 +44,18 @@ New features
|
|||
|
||||
Upgrading
|
||||
---------
|
||||
- Ec2MultiRegionSnitch will no longer automatically set broadcast_rpc_address
|
||||
to the public instance IP if this property is defined on cassandra.yaml.
|
||||
- The name "json" and "distinct" are not valid anymore a user-defined function
|
||||
names (they are still valid as column name however). In the unlikely case where
|
||||
you had defined functions with such names, you will need to recreate
|
||||
those under a different name, change your code to use the new names and
|
||||
drop the old versions, and this _before_ upgrade (see CASSANDRA-10783 for more
|
||||
details).
|
||||
- The ReversedType behaviour has been corrected for clustering columns of
|
||||
BYTES type containing empty value. Scrub should be run on the existing
|
||||
SSTables containing a descending clustering column of BYTES type to correct
|
||||
their ordering. See CASSANDRA-12127 for more details.
|
||||
- Ec2MultiRegionSnitch will no longer automatically set broadcast_rpc_address
|
||||
to the public instance IP if this property is defined on cassandra.yaml.
|
||||
- The name "json" and "distinct" are not valid anymore a user-defined function
|
||||
names (they are still valid as column name however). In the unlikely case where
|
||||
you had defined functions with such names, you will need to recreate
|
||||
those under a different name, change your code to use the new names and
|
||||
drop the old versions, and this _before_ upgrade (see CASSANDRA-10783 for more
|
||||
details).
|
||||
|
||||
Deprecation
|
||||
-----------
|
||||
|
|
|
|||
Loading…
Reference in New Issue