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 bc3700da056f50de15050e5c9e9f3e2043292e0c Merge: 76d11fdf51 254991750c Author: Brandon Williams <[email protected]> AuthorDate: Wed Jun 21 18:00:01 2023 -0500 Merge branch 'cassandra-3.11' into cassandra-4.0 CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --cc CHANGES.txt index 71031ebc2e,f36257a8e1..1d76328e15 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -7,26 -2,11 +7,27 @@@ Merged from 3.11 * Wait for live endpoints in gossip waiting to settle (CASSANDRA-18543) * Fix error message handling when trying to use CLUSTERING ORDER with non-clustering column (CASSANDRA-17818 * Add keyspace and table name to exception message during ColumnSubselection deserialization (CASSANDRA-18346) - * Remove unnecessary String.format invocation in QueryProcessor when getting a prepared statement from cache (CASSANDRA-17202) Merged from 3.0: + * Backport CASSANDRA-10508: Remove hard-coded SSL cipher suites (CASSANDRA-18575) * Suppress CVE-2023-2976 (CASSANDRA-18562) * Remove dh_python use in Debian packaging (CASSANDRA-18558) + + +4.0.10 + * Improve nodetool enable{audit,fullquery}log (CASSANDRA-18550) + * Report network cache info in nodetool (CASSANDRa-18400) + * Partial compaction can resurrect deleted data (CASSANDRA-18507) + * Allow internal address to change with reconnecting snitches (CASSANDRA-16718) + * Fix quoting in toCqlString methods of UDTs and aggregates (CASSANDRA-17918) + * NPE when deserializing malformed collections from client (CASSANDRA-18505) + * Improve 'Not enough space for compaction' logging messages (CASSANDRA-18260) + * Incremental repairs fail on mixed IPv4/v6 addresses serializing SyncRequest (CASSANDRA-18474) + * Deadlock updating sstable metadata if disk boundaries need reloading (CASSANDRA-18443) + * Fix nested selection of reversed collections (CASSANDRA-17913) +Merged from 3.11: + * Remove unnecessary String.format invocation in QueryProcessor when getting a prepared statement from cache (CASSANDRA-17202) + * Fix the capital P usage in the CQL parser (CASSANDRA-17919) +Merged from 3.0: * Pass down all contact points to driver for cassandra-stress (CASSANDRA-18025) * Validate the existence of a datacenter in nodetool rebuild (CASSANDRA-14319) * Suppress CVE-2023-2251 (CASSANDRA-18497) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
