Download the release on GitHub.
Bug Fixes
Section titled “Bug Fixes”Allow binding to low ports in systemd
Section titled “Allow binding to low ports in systemd”The systemd unit now allows binding to privileged ports by default via the
ambient capability CAP_NET_BIND_SERVICE
.
Add OCSF schema type definitions
Section titled “Add OCSF schema type definitions”The empty record type is no longer rejected in schema definitions.
Fix a use-after-free in the xsv
parser
Section titled “Fix a use-after-free in the xsv parser”We fixed a potential crash in the csv
, ssv
, and tsv
parsers for slowly
arriving inputs.
By @dominiklohmann in #4570.
Fix the azure-log-analytics
operator (again)
Section titled “Fix the azure-log-analytics operator (again)”The azure-log-analytics
operator sometimes errored on startup complaining
about am unknown window
option. This no longer occurs.
By @dominiklohmann in #4578.
Fix compile error with fmt 11.0.2
Section titled “Fix compile error with fmt 11.0.2”We fixed a bug that caused the Demo Node package not to be pre-installed
correctly when using the tenzir/tenzir-demo
Docker image.
By @dominiklohmann in #4559.
Set SO_REUSEADDR
in the UDP connector
Section titled “Set SO_REUSEADDR in the UDP connector”Restarting pipelines with the udp
connector no longer fails to bind to the
socket.
By @dominiklohmann in #4579.