This is an automated email from the ASF dual-hosted git repository. aleksey pushed a commit to branch cassandra-5.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 40d52159f79f6e28fa652e3469b0ba93851a02dc Merge: ddfba19f9e 65ddddf6fb Author: Aleksey Yeshchenko <[email protected]> AuthorDate: Fri Mar 13 14:58:07 2026 +0000 Merge branch 'cassandra-4.1' into cassandra-5.0 CHANGES.txt | 1 + build.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --cc CHANGES.txt index 111f698949,19de530bda..7a55b29fa1 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,16 -1,9 +1,17 @@@ -4.1.11 - * Fix ant generate-eclipse-files (CASSANDRA-21215) +5.0.7 + * Dynamically skip sharding L0 when SAI Vector index present (CASSANDRA-19661) + * Optionally force IndexStatusManager to use the optimized index status format (CASSANDRA-21132) * No need to evict already prepared statements, as it creates a race condition between multiple threads (CASSANDRA-17401) + * Upgrade logback version to 1.5.18 and slf4j dependencies to 2.0.17 (CASSANDRA-21137) + * Automatically disable zero-copy streaming for legacy sstables with old bloom filter format (CASSANDRA-21092) + * Fix CQLSSTableWriter serialization of vector of date and time (CASSANDRA-20979) + * Correctly calculate default for FailureDetector max interval (CASSANDRA-21025) + * Adding missing configs in system_views.settings to be backward compatible (CASSANDRA-20863) + * Heap dump should not be generated on handled exceptions (CASSANDRA-20974) +Merged from 4.1: ++ * Fix ant generate-eclipse-files (CASSANDRA-21215) * Disk usage guardrail cannot be disabled when failure threshold is reached (CASSANDRA-21057) * ReadCommandController should close fast to avoid deadlock when building secondary index (CASSANDRA-19564) - * Redact security-sensitive information in system_views.settings (CASSANDRA-20856) Merged from 4.0: * Obsolete expired SSTables before compaction starts (CASSANDRA-19776) * Switch lz4-java to at.yawk.lz4 version due to CVE (CASSANDRA-21052) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
