mirror of https://github.com/apache/cassandra
Fix trunk NEWS.txt
This commit is contained in:
parent
1a99801610
commit
edeebed147
28
NEWS.txt
28
NEWS.txt
|
|
@ -13,20 +13,6 @@ restore snapshots created with the previous major version using the
|
||||||
'sstableloader' tool. You can upgrade the file format of your snapshots
|
'sstableloader' tool. You can upgrade the file format of your snapshots
|
||||||
using the provided 'sstableupgrade' tool.
|
using the provided 'sstableupgrade' tool.
|
||||||
|
|
||||||
2.0.3
|
|
||||||
=====
|
|
||||||
|
|
||||||
New features
|
|
||||||
------------
|
|
||||||
- It's now possible to configure the maximum allowed size of the native
|
|
||||||
protocol frames (native_transport_max_frame_size_in_mb in the yaml file).
|
|
||||||
|
|
||||||
Upgrading
|
|
||||||
---------
|
|
||||||
- The IEndpointStateChangeSubscriber has a new method, beforeChange, that
|
|
||||||
any custom implemenations using the class will need to implement.
|
|
||||||
|
|
||||||
|
|
||||||
2.1
|
2.1
|
||||||
===
|
===
|
||||||
|
|
||||||
|
|
@ -43,6 +29,20 @@ Upgrading
|
||||||
behavior) and 1.0 omits everything.
|
behavior) and 1.0 omits everything.
|
||||||
|
|
||||||
|
|
||||||
|
2.0.3
|
||||||
|
=====
|
||||||
|
|
||||||
|
New features
|
||||||
|
------------
|
||||||
|
- It's now possible to configure the maximum allowed size of the native
|
||||||
|
protocol frames (native_transport_max_frame_size_in_mb in the yaml file).
|
||||||
|
|
||||||
|
Upgrading
|
||||||
|
---------
|
||||||
|
- The IEndpointStateChangeSubscriber has a new method, beforeChange, that
|
||||||
|
any custom implemenations using the class will need to implement.
|
||||||
|
|
||||||
|
|
||||||
2.0.2
|
2.0.2
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue