🚀 Features
Section titled “🚀 Features”Allow disabling node-to-node connections
Section titled “Allow disabling node-to-node connections”Jul 11, 2024 · @dominiklohmann · #4380
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.
🐞 Bug Fixes
Section titled “🐞 Bug Fixes”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.
Do not optimize deduplicate
Section titled “Do not optimize deduplicate”Jul 11, 2024 · @dominiklohmann · #4379
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.