Merge remote-tracking branch 'origin/topic/awelzel/4474-cluster-websocket-ipv6'

* origin/topic/awelzel/4474-cluster-websocket-ipv6:
  IXWebsocket: Bump to version with memset() sock addr fix
  cluster/websocket: Deprecate $listen_host, introduce $listen_addr
  cluster/websocket-ixwebsocket: Determine proper address_family
This commit is contained in:
Arne Welzel 2025-05-30 11:43:57 +02:00
commit f16ebd34b3
44 changed files with 354 additions and 42 deletions

View file

@ -1,3 +1,11 @@
8.0.0-dev.267 | 2025-05-30 11:43:57 +0200
* IXWebsocket: Bump to version with memset() sock addr fix (Arne Welzel, Corelight)
* cluster/websocket: Deprecate $listen_host, introduce $listen_addr (Arne Welzel, Corelight)
* GH-4474: cluster/websocket-ixwebsocket: Determine proper address_family (Arne Welzel, Corelight)
8.0.0-dev.262 | 2025-05-28 08:29:33 -0700
* Remove obsolete --with-bind configure flag (Tim Wojtulewicz, Corelight)