Skip to content

Disabling Packages

This release adds the ability to disable entire packages.

Download the release on GitHub.

Packages gained a new config.disabled option that causes all pipelines and contexts in the package to be disabled.

By @dominiklohmann in #5161.

Add option to load_tcp for storing sender information

Section titled “Add option to load_tcp for storing sender information”

The peer_field option for load_tcp allows for setting a field for the IP address, port, and hostname of the connected peer.

By @dominiklohmann in #5173.

The keys function returns a list of strings representing the field names of a record.

By @dominiklohmann in #5202.

Fixed a bug in the load_tcp operator that would cause it to require server certificates for incoming connections.

By @dominiklohmann in #5193.

For configured pipelines, the tenzir.pipelines.<pipeline>.disabled configuration option was silently ignored unless the pipeline was part of a package. This no longer happens, and disabling the pipelines through the option now works correctly.

By @dominiklohmann in #5161.

The to_hive operator no longer incorrectly rejects URLs, which was due to a bug introduced by Tenzir v5.1.6.

By @jachris in #5204.

Last updated: