From f9be27e0acf592040c1a13d403fc23383862a4d8 Mon Sep 17 00:00:00 2001 From: Terry Moschou <5567550+tmoschou@users.noreply.github.com> Date: Fri, 20 Mar 2026 10:52:43 +1030 Subject: [PATCH] CASSANDRA-20012: Update CHANGES.txt and SAI FAQ targeting 5.0.7 --- CHANGES.txt | 1 + .../cassandra/pages/developing/cql/indexing/sai/sai-faq.adoc | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5fe13105fd..924faca89a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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) diff --git a/doc/modules/cassandra/pages/developing/cql/indexing/sai/sai-faq.adoc b/doc/modules/cassandra/pages/developing/cql/indexing/sai/sai-faq.adoc index 57825ec264..c32bd533cb 100644 --- a/doc/modules/cassandra/pages/developing/cql/indexing/sai/sai-faq.adoc +++ b/doc/modules/cassandra/pages/developing/cql/indexing/sai/sai-faq.adoc @@ -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]. ====