Add missing features to the page listing the 5.0 new features

patch by Andrés de la Peña; reviewed by Stefan Miklosovic for CASSANDRA-18794
This commit is contained in:
Andrés de la Peña 2023-08-24 11:06:31 +01:00
parent d4d0abcd03
commit 637a427274
1 changed files with 11 additions and 2 deletions

View File

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