Download the release on GitHub.
Features
Section titled “Features”Allow disabling node-to-node connections
Section titled “Allow disabling node-to-node connections”Setting the tenzir.endpoint
option to false
now causes the node not to
listen for node-to-node connections. Previously, the port was always exposed for
other nodes or tenzir
processes to connect.
By @dominiklohmann in #4380.
Bug Fixes
Section titled “Bug Fixes”Do not optimize deduplicate
Section titled “Do not optimize deduplicate”We fixed a bug that caused deduplicate <fields...> --distance <distance>
to
sometimes produce incorrect results when followed by where <expr>
with an
expression that filters on the deduplicated fields.
By @dominiklohmann in #4379.
Don’t terminate export
when used with every
Section titled “Don’t terminate export when used with every”Pipelines that use the every
modifier with the export
operator no longer
terminate after the first run.