From 790de1079811278a2b431c2ced7c7ea02d290a25 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Wed, 14 Aug 2024 11:01:05 -0500 Subject: [PATCH] Add note to NEWS about query handler interface --- NEWS.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index 21bf7e76f3..5d7bf30ae9 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -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 =====