@@ -83,6 +83,25 @@ Merged from 5.0:
83
83
* Deprecate and ignore use_deterministic_table_id (CASSANDRA-19809)
84
84
* Prioritize built indexes in IndexStatusManager (CASSANDRA-19400)
85
85
* Add java.base/java.lang.reflect among opens for jvm11-client.options (CASSANDRA-19780)
86
+ Merged from 4.1:
87
+ Merged from 4.0:
88
+ * Fix memory leak in BTree.FastBuilder (CASSANDRA-19785)
89
+ * Fix millisecond and microsecond precision for commit log replay (CASSANDRA-19448)
90
+ * Improve accuracy of memtable heap usage tracking (CASSANDRA-17298)
91
+ * Fix rendering UNSET collection types in query tracing (CASSANDRA-19880)
92
+ * Fix latency reported by ideal consistency level monitoring (CASSANDRA-19651)
93
+ * Do not spam log with SSLExceptions (CASSANDRA-18839)
94
+
95
+ 5.0.0
96
+ 5.0-rc2
97
+ * Fix direct IO support always being evaluated to false upon the first start of a node (CASSANDRA-19779)
98
+ * Memtable allocation type unslabbed_heap_buffers_logged will cause an assertion error for TrieMemtables and SegmentedTrieMemtables (CASSANDRA-19835)
99
+ Merged from 4.0:
100
+ * Use default commitlog settings in test YAMLs (CASSANDRA-19830)
101
+
102
+
103
+ 5.0-rc1
104
+ >>>>>>> cassandra-5.0
86
105
* Move bcpkix-jdk18on to build dependencies, update to 1.78 and explicitly enumerate transitive dependencies (CASSANDRA-19739)
87
106
* Avoid streams in the common case for UpdateTransaction creation (CASSANDRA-19675)
88
107
* Only wait until native_transport_timeout for dispatcher to finish (CASSANDRA-19697)
@@ -131,6 +150,24 @@ Merged from 4.1:
131
150
* Refresh stale paxos commit (CASSANDRA-19617)
132
151
* Reduce info logging from automatic paxos repair (CASSANDRA-19445)
133
152
* Support legacy plain_text_auth section in credentials file removed unintentionally (CASSANDRA-19498)
153
+ Merged from 4.0:
154
+ * Fix millisecond and microsecond precision for commit log replay (CASSANDRA-19448)
155
+ * Improve accuracy of memtable heap usage tracking (CASSANDRA-17298)
156
+ * Fix rendering UNSET collection types in query tracing (CASSANDRA-19880)
157
+ * Fix latency reported by ideal consistency level monitoring (CASSANDRA-19651)
158
+ * Use default commitlog settings in test YAMLs (CASSANDRA-19830)
159
+ * Do not spam log with SSLExceptions (CASSANDRA-18839)
160
+ * Fix schema.cql created by a snapshot after dropping more than one column (CASSANDRA-19747)
161
+ * UnsupportedOperationException when reducing scope for LCS compactions (CASSANDRA-19704)
162
+ * Make LWT conditions behavior on frozen and non-frozen columns consistent for null column values (CASSANDRA-19637)
163
+ * Add timeout specifically for bootstrapping nodes (CASSANDRA-15439)
164
+ * Bring Redhat packge dirs/ownership/perms in line with Debian package (CASSANDRA-19565)
165
+ Merged from 3.0:
166
+ * Upgrade OWASP to 10.0.0 (CASSANDRA-19738)
167
+
168
+
169
+ 4.1.5
170
+ >>>>>>> cassandra-4.1
134
171
* Make queries visible to the "system_views.queries" virtual table at the coordinator level (CASSANDRA-19577)
135
172
* Fix hints delivery for a node going down repeatedly (CASSANDRA-19495)
136
173
* Do not go to disk for reading hints file sizes (CASSANDRA-19477)
0 commit comments