Merge remote-tracking branch 'origin/topic/awelzel/depend-on-libzmq'

* origin/topic/awelzel/depend-on-libzmq:
  ci/windows: No ZeroMQ cluster backend
  cluster/zeromq: Bail on missing ZeroMQ by default
This commit is contained in:
Arne Welzel 2025-08-01 17:10:13 +02:00
commit 4ecc62322e
5 changed files with 17 additions and 3 deletions

View file

@ -1,3 +1,11 @@
8.0.0-dev.827 | 2025-08-01 17:10:13 +0200
* ci/windows: No ZeroMQ cluster backend (Arne Welzel, Corelight)
Doesn't seems there's libzmq available, so just skip building.
* cluster/zeromq: Bail on missing ZeroMQ by default (Arne Welzel, Corelight)
8.0.0-dev.824 | 2025-08-01 14:49:35 +0200
* Remove zeek::Span and use std::span instead (Dominik Charousset, Corelight)