mirror of https://github.com/apache/cassandra
parent
daadd25fb2
commit
176b9b17a4
|
|
@ -1,3 +1,6 @@
|
||||||
|
7.0
|
||||||
|
|
||||||
|
|
||||||
6.0-alpha2
|
6.0-alpha2
|
||||||
* Change default for cassandra.set_sep_thread_name to false to reduce CPU usage (CASSANDRA-21089)
|
* Change default for cassandra.set_sep_thread_name to false to reduce CPU usage (CASSANDRA-21089)
|
||||||
* Avoid permission checks for masked columns when the table doesn't have any (CASSANDRA-21299)
|
* Avoid permission checks for masked columns when the table doesn't have any (CASSANDRA-21299)
|
||||||
|
|
|
||||||
12
NEWS.txt
12
NEWS.txt
|
|
@ -74,6 +74,18 @@ restore snapshots created with the previous major version using the
|
||||||
'sstableloader' tool. You can upgrade the file format of your snapshots
|
'sstableloader' tool. You can upgrade the file format of your snapshots
|
||||||
using the provided 'sstableupgrade' tool.
|
using the provided 'sstableupgrade' tool.
|
||||||
|
|
||||||
|
7.0
|
||||||
|
===
|
||||||
|
|
||||||
|
New features
|
||||||
|
------------
|
||||||
|
|
||||||
|
Upgrading
|
||||||
|
---------
|
||||||
|
|
||||||
|
Deprecation
|
||||||
|
-----------
|
||||||
|
|
||||||
|
|
||||||
6.0
|
6.0
|
||||||
===
|
===
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
<property name="debuglevel" value="source,lines,vars"/>
|
<property name="debuglevel" value="source,lines,vars"/>
|
||||||
|
|
||||||
<!-- default version and SCM information -->
|
<!-- default version and SCM information -->
|
||||||
<property name="base.version" value="6.0-alpha2"/>
|
<property name="base.version" value="7.0"/>
|
||||||
<property name="scm.connection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
|
<property name="scm.connection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
|
||||||
<property name="scm.developerConnection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
|
<property name="scm.developerConnection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
|
||||||
<property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git"/>
|
<property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git"/>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,9 @@
|
||||||
|
cassandra (7.0) unstable; urgency=medium
|
||||||
|
|
||||||
|
* New release
|
||||||
|
|
||||||
|
-- Mick Semb Wever <mck@apache.org> Sat, 21 Mar 2026 23:45:40 +0100
|
||||||
|
|
||||||
cassandra (6.0~alpha1) unstable; urgency=medium
|
cassandra (6.0~alpha1) unstable; urgency=medium
|
||||||
|
|
||||||
* New release
|
* New release
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue