This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-4.1 in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit eff82685e2c893999a009efc0e1d73f1ad390087 Merge: 6f90e962f5 64b8d6b9ad Author: Brandon Williams <brandonwilli...@apache.org> AuthorDate: Tue Jan 14 06:07:21 2025 -0600 Merge branch 'cassandra-4.0' into cassandra-4.1 CHANGES.txt | 1 + src/java/org/apache/cassandra/hints/HintsDispatchTrigger.java | 7 +------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --cc CHANGES.txt index 45ef4fe379,1ef6a902e4..48ba5a2bae --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,13 -1,11 +1,14 @@@ -4.0.16 +4.1.8 + * Enforce CQL message size limit on multiframe messages (CASSANDRA-20052) + * Add nodetool checktokenmetadata command that checks TokenMetadata is insync with Gossip endpointState (CASSANDRA-18758) + * Backport Java 11 support for Simulator (CASSANDRA-17178/CASSANDRA-19935) + * Equality check for Paxos.Electorate should not depend on collection types (CASSANDRA-19935) + * Fix race condition in DecayingEstimatedHistogramReservoir during rescale (CASSANDRA-19365) +Merged from 4.0: + * Allow hint delivery during schema mismatch (CASSANDRA-20188) - * Fix gossip issue with gossip-only and bootstrapping nodes missing DC/Rack/Host ID endpoint state (CASSANDRA-19983) * IndexOutOfBoundsException when accessing partition where the column was deleted (CASSANDRA-20108) - - -4.0.15 * Enhance CQLSSTableWriter to notify clients on sstable production (CASSANDRA-19800) + * Fix gossip issue with gossip-only and bootstrapping nodes missing DC/Rack/Host ID endpoint state (CASSANDRA-19983) * Change the resolution of AbstractCommitLogService#lastSyncedAt to nanos to be aligned with later comparisons (CASSANDRA-20074) * Backport of CASSANDRA-17812: Rate-limit new client connection auth setup to avoid overwhelming bcrypt (CASSANDRA-20057) * Support UDTs and vectors as clustering keys in descending order (CASSANDRA-20050) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org