Skip to content

Commit 88e3fcf

Browse files
Increment version to 6.0-alpha2
1 parent 0679fea commit 88e3fcf

2 files changed

Lines changed: 25 additions & 20 deletions

File tree

CHANGES.txt

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
6.0-alpha1
1+
6.0-alpha2
22
* Fix a removed TTLed row re-appearance in a materialized view after a cursor compaction (CASSANDRA-21152)
33
* Rework ZSTD dictionary compression logic to create a trainer per training (CASSANDRA-21209)
4+
Merged from 5.0:
5+
* Update cassandra-stress to support TLS 1.3 by default by auto-negotiation (CASSANDRA-21007)
6+
Merged from 4.1:
7+
Merged from 4.0:
8+
9+
10+
6.0-alpha1
411
* Improve performance when calculating settled placements during range movements (CASSANDRA-21144)
512
* Make shadow gossip round parameters configurable for testing (CASSANDRA-21149)
613
* Avoid potential gossip thread deadlock during decommission (CASSANDRA-21143)
@@ -324,6 +331,22 @@ Merged from 4.1:
324331
* Fix ant generate-eclipse-files (CASSANDRA-21215)
325332
* Disk usage guardrail cannot be disabled when failure threshold is reached (CASSANDRA-21057)
326333
* ReadCommandController should close fast to avoid deadlock when building secondary index (CASSANDRA-19564)
334+
* Disk usage guardrail cannot be disabled when failure threshold is reached (CASSANDRA-21057)
335+
* ReadCommandController should close fast to avoid deadlock when building secondary index (CASSANDRA-19564)
336+
* Redact security-sensitive information in system_views.settings (CASSANDRA-20856)
337+
* Improve CommitLogSegmentReader to skip SyncBlocks correctly in case of CRC errors (CASSANDRA-20664)
338+
* Do not crash on first boot with data_disk_usage_max_disk_size set when data directory is not created yet (CASSANDRA-20787)
339+
* Rework / simplification of nodetool get/setguardrailsconfig commands (CASSANDRA-20778)
340+
* IntrusiveStack.accumulate is not accumulating correctly (CASSANDRA-20670)
341+
* Add nodetool get/setguardrailsconfig commands (CASSANDRA-19552)
342+
* Fix mixed mode paxos ttl commit hang (CASSANDRA-20514)
343+
* Fix paxos mixed mode infinite loop (CASSANDRA-20493)
344+
* Optionally skip exception logging on invalid legacy protocol magic exception (CASSANDRA-19483)
345+
* Fix SimpleClient ability to release acquired capacity (CASSANDRA-20202)
346+
* Fix WaitQueue.Signal.awaitUninterruptibly may block forever if invoking thread is interrupted (CASSANDRA-20084)
347+
* Run audit_logging_options through santiation and validation on startup (CASSANDRA-20208)
348+
* Enforce CQL message size limit on multiframe messages (CASSANDRA-20052)
349+
* Fix race condition in DecayingEstimatedHistogramReservoir during rescale (CASSANDRA-19365)
327350
Merged from 4.0:
328351
* Add option to disable cqlsh history (CASSANDRA-21180)
329352
* Rate limit password changes (CASSANDRA-21202)
@@ -408,24 +431,6 @@ Merged from 4.0:
408431
* Deprecate and ignore use_deterministic_table_id (CASSANDRA-19809)
409432
* Prioritize built indexes in IndexStatusManager (CASSANDRA-19400)
410433
* Add java.base/java.lang.reflect among opens for jvm11-client.options (CASSANDRA-19780)
411-
Merged from 4.1:
412-
* Disk usage guardrail cannot be disabled when failure threshold is reached (CASSANDRA-21057)
413-
* ReadCommandController should close fast to avoid deadlock when building secondary index (CASSANDRA-19564)
414-
* Redact security-sensitive information in system_views.settings (CASSANDRA-20856)
415-
* Improve CommitLogSegmentReader to skip SyncBlocks correctly in case of CRC errors (CASSANDRA-20664)
416-
* Do not crash on first boot with data_disk_usage_max_disk_size set when data directory is not created yet (CASSANDRA-20787)
417-
* Rework / simplification of nodetool get/setguardrailsconfig commands (CASSANDRA-20778)
418-
* IntrusiveStack.accumulate is not accumulating correctly (CASSANDRA-20670)
419-
* Add nodetool get/setguardrailsconfig commands (CASSANDRA-19552)
420-
* Fix mixed mode paxos ttl commit hang (CASSANDRA-20514)
421-
* Fix paxos mixed mode infinite loop (CASSANDRA-20493)
422-
* Optionally skip exception logging on invalid legacy protocol magic exception (CASSANDRA-19483)
423-
* Fix SimpleClient ability to release acquired capacity (CASSANDRA-20202)
424-
* Fix WaitQueue.Signal.awaitUninterruptibly may block forever if invoking thread is interrupted (CASSANDRA-20084)
425-
* Run audit_logging_options through santiation and validation on startup (CASSANDRA-20208)
426-
* Enforce CQL message size limit on multiframe messages (CASSANDRA-20052)
427-
* Fix race condition in DecayingEstimatedHistogramReservoir during rescale (CASSANDRA-19365)
428-
Merged from 4.0:
429434
* Obsolete expired SSTables before compaction starts (CASSANDRA-19776)
430435
* Switch lz4-java to at.yawk.lz4 version due to CVE (CASSANDRA-21052)
431436
* Restrict BytesType compatibility to scalar types only (CASSANDRA-20982)

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<property name="debuglevel" value="source,lines,vars"/>
3434

3535
<!-- default version and SCM information -->
36-
<property name="base.version" value="6.0-alpha1"/>
36+
<property name="base.version" value="6.0-alpha2"/>
3737
<property name="scm.connection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
3838
<property name="scm.developerConnection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
3939
<property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git"/>

0 commit comments

Comments
 (0)