🐞 Bug Fixes
Section titled “🐞 Bug Fixes”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”We fixed a crash in write_syslog when receiving unexpected inputs and improved
some diagnostics.