This is an automated email from the ASF dual-hosted git repository. netudima pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 51c5071b6bca62ae566b06fcc3ab0ccda0d0869d Merge: fae81ec6b7 8cfc3a67be Author: Dmitry Konstantinov <[email protected]> AuthorDate: Sun Sep 6 15:18:15 2026 +0100 Merge branch 'cassandra-6.0' into trunk * cassandra-6.0: Upgrade async-profiler to 4.5 .build/parent-maven-pom.xml | 2 +- CHANGES.txt | 1 + doc/modules/cassandra/pages/managing/operating/async-profiler.adoc | 4 ++-- ide/nbproject/project.xml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --cc CHANGES.txt index b0f54bbe5b,8b4efebd19..a378bca537 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,14 -1,5 +1,15 @@@ -6.0-alpha3 +7.0 + * Reject LIKE patterns with a wildcard (%) anywhere other than the start or end (CASSANDRA-21068) + * Support pluggable default role initialization (CASSANDRA-21546) + * Add prepared statement cache stats to nodetool info (CASSANDRA-14366) + * Don't increment client metrics on messaging service connection unpause (CASSANDRA-21491) + * Add nodetool getreplicas (CASSANDRA-17665) + * Implementation of CEP-49: Hardware-accelerated compression (CASSANDRA-20975) + * Avoid using ObjectUtils.getFirstNonNull in Schema (CASSANDRA-21394) + * Allow nodetool garbagecollect to take a user defined list of SSTables (CASSANDRA-16767) + * Add a guardrail for misprepared statements (CASSANDRA-21139) +Merged from 6.0: + * Upgrade async-profiler to 4.5 (CASSANDRA-21630) * Guardrail configurations of zero are now treated as zero instead of unlimited (CASSANDRA-21517) * Support multi-cell columns in cursor compaction (CASSANDRA-21463) * Optimize authorization logic for BatchStatement and TransactionStatement when a single table is updated (CASSANDRA-21606) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
