Skip to content
Legacy docs for Tenzir v5.x. For the latest Tenzir v6 series, visit docs.tenzir.com. Migrating from v5? Read the Tenzir v6 migration guide.

Do not ignore the tenzir.zstd-compression-level option

Section titled “Do not ignore the tenzir.zstd-compression-level option”

May 7, 2025 · @dominiklohmann · #5183

The tenzir.zstd-compression-level option now works again as advertised for setting the Zstd compression level for the partitions written by the import operator. For the past few releases, newly written partitions unconditionally used the default compression level.

Fix lifetime issues and small bugs in write_syslog

Section titled “Fix lifetime issues and small bugs in write_syslog”

May 7, 2025 · @raxyte · #5180

We fixed a crash in write_syslog when receiving unexpected inputs and improved some diagnostics.