From 6c0d44436c754ba0d9e1aa4c55a8c7319c21ef7d Mon Sep 17 00:00:00 2001 From: Christian Kreibich Date: Tue, 7 Feb 2023 22:18:07 -0800 Subject: [PATCH] Cover zeek-client updates in NEWS [skip ci] --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 44e5bf6f9b..e4261f61eb 100644 --- a/NEWS +++ b/NEWS @@ -292,6 +292,14 @@ Changed Functionality updated to match the current standardized set of languages. Unknown layout values now attempt to fallback to a "parent" layout if one is available. +- In the cluster management framework, the controller now supports Broker's + WebSocket data transport for communication with clients. It listens on TCP + port 2149 for this purpose. zeek-client now likewise uses the WebSocket + transport, removing its runtime dependency on the Broker library and enabling + standalone installation. The client still bundles with Zeek by default but is + now also available on PyPI and installable via ``pip install zeek-client``. + The documentation provides additional details. + Deprecated Functionality ------------------------