CASSANDRA-20012: Update CHANGES.txt and SAI FAQ targeting 5.0.7

This commit is contained in:
Terry Moschou 2026-03-20 10:52:43 +10:30
parent d0c405e56e
commit f9be27e0ac
2 changed files with 2 additions and 4 deletions

View File

@ -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)

View File

@ -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].
====