This is an automated email from the ASF dual-hosted git repository. ycai pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 21591cf8305d6f473ec512ef31abe4a11da06f61 Merge: f2faec9ff2 a9725b681b Author: Yifan Cai <[email protected]> AuthorDate: Wed Jun 29 18:05:14 2022 -0700 Merge branch 'cassandra-4.1' into trunk CHANGES.txt | 1 + .../org/apache/cassandra/db/rows/AbstractCell.java | 4 ++-- test/unit/org/apache/cassandra/db/CellTest.java | 24 +++++++++++++++++++++- 3 files changed, 26 insertions(+), 3 deletions(-) diff --cc CHANGES.txt index f44bae8962,6cf38e97e1..0893fbef64 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,18 -1,5 +1,19 @@@ -4.1-alpha2 +4.2 + * Add ByteComparable API (CASSANDRA-6936) + * Add guardrail for maximum replication factor (CASSANDRA-17500) + * Increment CQLSH to version 6.2.0 for release 4.2 (CASSANDRA-17646) + * Adding support to perform certificate based internode authentication (CASSANDRA-17661) + * Option to disable CDC writes of repaired data (CASSANDRA-17666) + * When a node is bootstrapping it gets the whole gossip state but applies in random order causing some cases where StorageService will fail causing an instance to not show up in TokenMetadata (CASSANDRA-17676) + * Add CQLSH command SHOW REPLICAS (CASSANDRA-17577) + * Add guardrail to allow disabling of SimpleStrategy (CASSANDRA-17647) + * Change default directory permission to 750 in packaging (CASSANDRA-17470) + * Adding support for TLS client authentication for internode communication (CASSANDRA-17513) + * Add new CQL function maxWritetime (CASSANDRA-17425) + * Add guardrail for ALTER TABLE ADD / DROP / REMOVE column operations (CASSANDRA-17495) + * Rename DisableFlag class to EnableFlag on guardrails (CASSANDRA-17544) +Merged from 4.1: + * Fix AbstractCell#toString throws MarshalException for cell in collection (CASSANDRA-17695) * Add new vtable output option to compactionstats (CASSANDRA-17683) * Fix commitLogUpperBound initialization in AbstractMemtableWithCommitlog (CASSANDRA-17587) * Fix widening to long in getBatchSizeFailThreshold (CASSANDRA-17650) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
