mirror of https://github.com/apache/cassandra
CASSANDRA-20012: Update CHANGES.txt and SAI FAQ targeting 5.0.7
This commit is contained in:
parent
d0c405e56e
commit
f9be27e0ac
|
|
@ -1,4 +1,5 @@
|
|||
6.0-alpha2
|
||||
* Add blob type support to SAI (CASSANDRA-20012)
|
||||
* Apply performance optimizations for rows merging logic (CASSANDRA-21524)
|
||||
* Fix operationMode reporting DECOMMISSION_FAILED instead of LEAVING when resuming a failed decommission (CASSANDRA-21493)
|
||||
* Avoid megamorphic calls when serializing and deserializing fixed-length values (CASSANDRA-21536)
|
||||
|
|
|
|||
|
|
@ -161,10 +161,7 @@ The supported types are: `ASCII, BIGINT, BLOB, BOOLEAN, DATE, DECIMAL, DOUBLE, F
|
|||
|
||||
[NOTE]
|
||||
====
|
||||
* `INET` support for IPv4 and IPv6 was new starting with Cassandra ???.
|
||||
* The `DECIMAL` and `VARINT` support was new starting with Cassandra ???.
|
||||
* The `BOOLEAN` support was new starting with Cassandra ???.
|
||||
* The `BLOB` support was new starting with Cassandra ???.
|
||||
* The `BLOB` support was new starting with Cassandra 5.0.7.
|
||||
* SAI also supports collections -- see the xref:#saiCollectionColumnFaq[next FAQ].
|
||||
====
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue