Skip to content

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.