🐞 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.
Set SO_REUSEADDR in the UDP connector
Section titled “Set SO_REUSEADDR in the UDP connector”Sep 6, 2024 · @dominiklohmann · #4579
Restarting pipelines with the udp connector no longer fails to bind to the
socket.
Fix the azure-log-analytics operator (again)
Section titled “Fix the azure-log-analytics operator (again)”Sep 6, 2024 · @dominiklohmann · #4578
The azure-log-analytics operator sometimes errored on startup complaining
about am unknown window option. This no longer occurs.
Fix a use-after-free in the xsv parser
Section titled “Fix a use-after-free in the xsv parser”Sep 4, 2024 · @dominiklohmann · #4570
We fixed a potential crash in the csv, ssv, and tsv parsers for slowly
arriving inputs.
Fix compile error with fmt 11.0.2
Section titled “Fix compile error with fmt 11.0.2”Sep 2, 2024 · @dominiklohmann · #4559
We fixed a bug that caused the Demo Node package not to be pre-installed
correctly when using the tenzir/tenzir-demo Docker image.
Add OCSF schema type definitions
Section titled “Add OCSF schema type definitions”Sep 2, 2024 · @jachris · #4558
The empty record type is no longer rejected in schema definitions.