mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
Remove duplicate entry about websockets from 5.0 NEWS
(cherry picked from commit 5668a6a6de
)
This commit is contained in:
parent
b8113e6772
commit
c383fb6db2
2 changed files with 6 additions and 13 deletions
6
CHANGES
6
CHANGES
|
@ -1,13 +1,11 @@
|
||||||
5.0.0-rc1 | 2022-06-03 12:09:34 -0700
|
5.0.0-rc1 | 2022-06-03 12:09:34 -0700
|
||||||
|
|
||||||
|
* Remove duplicate entry about websockets from 5.0 NEWS (Tim Wojtulewicz, Corelight)
|
||||||
|
|
||||||
* NEWS updates for 5.0 (Vern Paxson, Corelight)
|
* NEWS updates for 5.0 (Vern Paxson, Corelight)
|
||||||
|
|
||||||
* ZAM test suite updates due to recent changes (Vern Paxson, Corelight)
|
* ZAM test suite updates due to recent changes (Vern Paxson, Corelight)
|
||||||
|
|
||||||
* Update submodules [nomail] (Tim Wojtulewicz, Corelight)
|
|
||||||
|
|
||||||
* Updating submodule(s) [nomail] (Tim Wojtulewicz, Corelight)
|
|
||||||
|
|
||||||
5.0.0-dev.575 | 2022-06-03 10:55:47 -0700
|
5.0.0-dev.575 | 2022-06-03 10:55:47 -0700
|
||||||
|
|
||||||
* Management framework: bump external cluster testsuite (Christian Kreibich, Corelight)
|
* Management framework: bump external cluster testsuite (Christian Kreibich, Corelight)
|
||||||
|
|
13
NEWS
13
NEWS
|
@ -80,9 +80,10 @@ New Functionality
|
||||||
|
|
||||||
- Zeek now provides WebSocket support for exchanging events with external
|
- Zeek now provides WebSocket support for exchanging events with external
|
||||||
clients. To enable it, call `Broker::listen_websocket()`. Zeek will then
|
clients. To enable it, call `Broker::listen_websocket()`. Zeek will then
|
||||||
start listening on port 9997 for incoming WebSocket connections. See the
|
start listening on port 9997 for incoming WebSocket connections. Zeek/Broker
|
||||||
Broker documentation for a description of the message format expected over
|
communicates via JSON messages. See the Broker documentation for a description
|
||||||
these WebSocket connections.
|
of the message format expected over these WebSocket connections at
|
||||||
|
https://docs.zeek.org/projects/broker/en/current/web-socket.html.
|
||||||
|
|
||||||
- Compiling scripts to C++ (via ``-O gen-C++``) is now "feature complete", i.e.,
|
- Compiling scripts to C++ (via ``-O gen-C++``) is now "feature complete", i.e.,
|
||||||
the compiler should be able to process any script - other than those
|
the compiler should be able to process any script - other than those
|
||||||
|
@ -125,12 +126,6 @@ New Functionality
|
||||||
- The ``base/misc/installation.zeek`` script provides your Zeek installation's
|
- The ``base/misc/installation.zeek`` script provides your Zeek installation's
|
||||||
key directories.
|
key directories.
|
||||||
|
|
||||||
- Broker now allows clients to connect as lightweight peers via WebSocket. Zeek
|
|
||||||
scripts may expose a WebSocket port by calling
|
|
||||||
`Broker::listen_websocket`. Zeek/Broker communicates via JSON messages, the
|
|
||||||
format is documented here:
|
|
||||||
https://docs.zeek.org/projects/broker/en/current/web-socket.html
|
|
||||||
|
|
||||||
Changed Functionality
|
Changed Functionality
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue