mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-4.1' into cassandra-5.0
* cassandra-4.1: Increment versions to 4.0.21, 4.1.12, 5.0.8
This commit is contained in:
commit
92c69ef626
|
|
@ -1,3 +1,8 @@
|
||||||
|
5.0.8
|
||||||
|
Merged from 4.1:
|
||||||
|
Merged from 4.0:
|
||||||
|
|
||||||
|
|
||||||
5.0.7
|
5.0.7
|
||||||
* Refactor SAI ANN query execution to use score ordered iterators for correctness and speed (CASSANDRA-20086)
|
* Refactor SAI ANN query execution to use score ordered iterators for correctness and speed (CASSANDRA-20086)
|
||||||
* Disallow binding an identity to a superuser when the user is a regular user (CASSANDRA-21219)
|
* Disallow binding an identity to a superuser when the user is a regular user (CASSANDRA-21219)
|
||||||
|
|
|
||||||
|
|
@ -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="5.0.7"/>
|
<property name="base.version" value="5.0.8"/>
|
||||||
<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"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue