Add note to NEWS about query handler interface

This commit is contained in:
Brandon Williams 2024-08-14 11:01:05 -05:00
parent ff3e5ab76d
commit 790de10798
1 changed files with 10 additions and 0 deletions

View File

@ -51,6 +51,16 @@ restore snapshots created with the previous major version using the
'sstableloader' tool. You can upgrade the file format of your snapshots
using the provided 'sstableupgrade' tool.
4.1.6
=====
Upgrading
---------
- Note that the QueryHandler interface has been changed to accomodate
improved management of pending requests; any custom implementations
(using the cassandra.custom_query_handler_class system property) will
need to be recompiled. For further details, see CASSANDRA-19534.
4.1.3
=====