Download the release on GitHub.
Features
Section titled “Features”Add a duration field to operator metrics
Section titled “Add a duration field to operator metrics”The tenzir.metrics.operator metric now contains an additional duration
field with the timespan over which the metric was collected.
By @dominiklohmann in #3713.
Changes
Section titled “Changes”Use systemd provided default paths if available
Section titled “Use systemd provided default paths if available”When selecting default paths, the tenzir-node will now respect
the systemd-provided variables STATE_DIRECTORY, CACHE_DIRECTORY
and LOGS_DIRECTORY before falling back to $PWD/tenzir.db.
Bug Fixes
Section titled “Bug Fixes”Fix yaml printer enums
Section titled “Fix yaml printer enums”The yaml printer no longer crashes when receiving enums.
Fix RFC3164 (legacy-syslog) parser expecting spaces after <PRI>
Section titled “Fix RFC3164 (legacy-syslog) parser expecting spaces after <PRI>”The RFC 3164 syslog parser no longer requires a whitespace after the PRI-field
(part in angle brackets in the beginning of a message).
By @eliaskosunen in #3718.