From 637a427274fa24ab137943693ce2808cdacb03bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20de=20la=20Pe=C3=B1a?= Date: Thu, 24 Aug 2023 11:06:31 +0100 Subject: [PATCH] Add missing features to the page listing the 5.0 new features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit patch by Andrés de la Peña; reviewed by Stefan Miklosovic for CASSANDRA-18794 --- doc/modules/cassandra/pages/new/index.adoc | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/modules/cassandra/pages/new/index.adoc b/doc/modules/cassandra/pages/new/index.adoc index 38c932f384..25d66c562c 100644 --- a/doc/modules/cassandra/pages/new/index.adoc +++ b/doc/modules/cassandra/pages/new/index.adoc @@ -7,11 +7,20 @@ This section covers the new features in Apache Cassandra 5.0. * https://cwiki.apache.org/confluence/x/FQRACw[ACID Transactions (Accord)] * https://issues.apache.org/jira/browse/CASSANDRA-16052[Storage Attached Indexes] * https://issues.apache.org/jira/browse/CASSANDRA-17240[Trie Memtables] +* https://issues.apache.org/jira/browse/CASSANDRA-18398[Trie SSTables] * https://github.com/apache/cassandra/blob/trunk/NEWS.txt[More Guardrails] * https://issues.apache.org/jira/browse/CASSANDRA-8877[TTL and writetime on collections and UDTs] * https://cwiki.apache.org/confluence/x/YyD1D[Transactional Cluster Metadata] * https://issues.apache.org/jira/browse/CASSANDRA-16895[JDK 17] * https://issues.apache.org/jira/browse/CASSANDRA-17221[New Mathematical CQL functions: abs, exp, log, log10 and round] * https://issues.apache.org/jira/browse/CASSANDRA-18060[New CQL native scalar functions for collections] -** The new functions are mostly analogous to the existing aggregation functions, but they operate on the elements of collection columns. The new functions are `map_keys`, `map_values`, `collection_count`, `collection_min`, `collection_max`, `collection_sum` and `collection_avg`. -* https://issues.apache.org/jira/browse/CASSANDRA-14227[Extend maximum expiration date (TTL)] +* https://issues.apache.org/jira/browse/CASSANDRA-14227[Extend maximum expiration date (TTL)] +* https://issues.apache.org/jira/browse/CASSANDRA-17940[Dynamic Data Masking] +* https://issues.apache.org/jira/browse/CASSANDRA-18504[New vector data type] +* https://issues.apache.org/jira/browse/CASSANDRA-18640[New vector similarity functions] +* https://issues.apache.org/jira/browse/CASSANDRA-18397[Unified Compaction Strategy] +* https://issues.apache.org/jira/browse/CASSANDRA-8720[New sstablepartitions offline tool to find large partitions] +* https://issues.apache.org/jira/browse/CASSANDRA-18646[New snitch for Microsoft Azure] +* https://issues.apache.org/jira/browse/CASSANDRA-18592[New CIDR authorizer] +* https://issues.apache.org/jira/browse/CASSANDRA-18624[Pluggable crypto provider] +* https://issues.apache.org/jira/browse/CASSANDRA-17948[New virtual table to view system logs]