This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-4.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit eac7b1de35dbae5b7507f422cce4cb1862bdad47 Merge: 2405d523fa 4bb1a07b5b Author: Brandon Williams <[email protected]> AuthorDate: Thu Apr 28 09:09:11 2022 -0500 Merge branch 'cassandra-3.11' into cassandra-4.0 CHANGES.txt | 8 ++++++++ build.xml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --cc CHANGES.txt index 8b59569491,cb879685a2..03e25a8410 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,27 -1,13 +1,35 @@@ +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) + +4.0.4 + * Clean up schema migration coordinator and tests (CASSANDRA-17533) + * Shut repair task executor down without interruption to avoid compromising shared channel proxies (CASSANDRA-17466) + * Generate valid KEYSPACE / MATERIALIZED VIEW for CQL for views (CASSANDRA-17266) + * Fix timestamp tz parsing (CASSANDRA-17467) + * Suppress CVE-2021-44521 from driver (CASSANDRA-17459) + * Upgrade jackson to 2.13.2 (CASSANDRA-17460) + * Make sstableloader honour native port option (CASSANDRA-17210) + * Reject snapshot names with special character (CASSANDRA-15297) + * Fix ObjectSizes implementation and usages (CASSANDRA-17402) + * Fix race condition bug during local session repair (CASSANDRA-17335) + * Fix ignored streaming encryption settings in sstableloader (CASSANDRA-17367) + * Streaming tasks handle empty SSTables correctly (CASSANDRA-16349) + * Prevent SSTableLoader from doing unnecessary work (CASSANDRA-16349) + * emit warning on keyspace creation when replication factor is bigger than the number of nodes (CASSANDRA-16747) + * Fix snapshot true size calculation (CASSANDRA-17267) + * dropping of a materialized view creates a snapshot with dropped- prefix (CASSANDRA-17415) + * Validate existence of DCs when repairing (CASSANDRA-17407) +Merged from 3.0: * Fix data corruption in AbstractCompositeType due to static boolean byte buffers (CASSANDRA-14752) * Add procps dependency to RPM/Debian packages (CASSANDRA-17516) * Suppress CVE-2021-44521 (CASSANDRA-17492) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
