This PR restores the ability to customize the import
operator’s compression
level.
Download the release on GitHub.
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”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.
By @dominiklohmann in #5183.
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.