mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Remove duplicate entry about websockets from 5.0 NEWS
This commit is contained in:
parent
8d97d5f56a
commit
5668a6a6de
3 changed files with 9 additions and 10 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
||||||
|
5.1.0-dev.8 | 2022-06-06 09:38:59 -0700
|
||||||
|
|
||||||
|
* Remove duplicate entry about websockets from 5.0 NEWS (Tim Wojtulewicz, Corelight)
|
||||||
|
|
||||||
5.1.0-dev.7 | 2022-06-06 09:36:32 -0700
|
5.1.0-dev.7 | 2022-06-06 09:36:32 -0700
|
||||||
|
|
||||||
* NEWS updates for 5.0 (Vern Paxson, Corelight)
|
* NEWS updates for 5.0 (Vern Paxson, 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
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
5.1.0-dev.7
|
5.1.0-dev.8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue