mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.11' into cassandra-4.0
This commit is contained in:
commit
eac7b1de35
|
|
@ -1,5 +1,13 @@
|
|||
4.0.5
|
||||
* Optimise BTree build,update and transform operations (CASSANDRA-15510)
|
||||
3.11.13
|
||||
* Upgrade jackson-databind to 2.13.2.2 (CASSANDRA-17556)
|
||||
* Upgrade slf4j to 1.7.25 (CASSANDRA-17474)
|
||||
* Upgrade jackson to 2.13.2 (CASSANDRA-17492)
|
||||
* emit warning on keyspace creation when replication factor is bigger than the number of nodes (CASSANDRA-16747)
|
||||
* Fix snapshot true size calculation (CASSANDRA-17267)
|
||||
* Validate existence of DCs when repairing (CASSANDRA-17407)
|
||||
* dropping of a materialized view creates a snapshot with dropped- prefix (CASSANDRA-17415)
|
||||
Merged from 3.0:
|
||||
* Schema mutations may not be completed on drain (CASSANDRA-17524)
|
||||
|
||||
|
|
|
|||
|
|
@ -529,7 +529,7 @@
|
|||
<dependency groupId="ch.qos.logback" artifactId="logback-core" version="1.2.9"/>
|
||||
<dependency groupId="ch.qos.logback" artifactId="logback-classic" version="1.2.9"/>
|
||||
<dependency groupId="com.fasterxml.jackson.core" artifactId="jackson-core" version="2.13.2"/>
|
||||
<dependency groupId="com.fasterxml.jackson.core" artifactId="jackson-databind" version="2.13.2"/>
|
||||
<dependency groupId="com.fasterxml.jackson.core" artifactId="jackson-databind" version="2.13.2.2"/>
|
||||
<dependency groupId="com.fasterxml.jackson.core" artifactId="jackson-annotations" version="2.13.2"/>
|
||||
<dependency groupId="com.googlecode.json-simple" artifactId="json-simple" version="1.1"/>
|
||||
<dependency groupId="com.boundary" artifactId="high-scale-lib" version="1.0.6"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue