Releases: zeek/broker
Releases · zeek/broker
v1.3.3
v1.2.8
v1.3.2
v1.2.7
v1.3.1
This release addresses the following:
- A race condition in data store operations could result in any I/O loop that handles data store queries/responses having higher CPU load than expected, see #97
Note: Releases in the v1.3.x series are aligned for use in Zeek v3.1.x and do not support Zeek v3.0.x (Broker v1.2.x are meant to be used for that LTS release branch).
v1.2.6
This release addresses the following:
- A race condition in data store operations could result in any I/O loop that handles data store queries/responses having higher CPU load than expected, see #97
Note: Releases in the v1.2.x series are a long-term supported release, aligned for use in Zeek v3.0.x (but not later versions).
v1.2.5
v1.3.0
- Various bug fixes and internal improvements see CHANGES for full changelog
- A C++17-capable compiler and CMake 3.0+ are now required to compile Broker
- This release of Broker will align with Zeek 3.1.0 (and possibly later), but no longer supports Zeek 3.0.x. Explanation from NEWS:
Broker 1.3.0 depends on CAF 0.17.4. Broker 1.2.x had depended on CAF 0.16.x,
whose wire format changed and is now incompatible with CAF 0.17.x.
Zeek 3.0.x shipped with Broker 1.2.x, which means Broker 1.3.x cannot be
used to communicate with Zeek 3.0.x, only 3.1.x (and possibly later, check
for updated release notes for compatibility clarifications).