# Tenzir Node v4.18.1

## 🚀 Features

### Allow disabling node-to-node connections

Jul 11, 2024 · [@dominiklohmann](https://github.com/dominiklohmann) · [#4380](https://github.com/tenzir/tenzir/pull/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

### Don’t terminate `export` when used with `every`

Jul 12, 2024 · [@tobim](https://github.com/tobim) · [#4382](https://github.com/tenzir/tenzir/pull/4382)

Pipelines that use the `every` modifier with the `export` operator no longer terminate after the first run.

### Do not optimize `deduplicate`

Jul 11, 2024 · [@dominiklohmann](https://github.com/dominiklohmann) · [#4379](https://github.com/tenzir/tenzir/pull/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.

[ Download on GitHub ](https://github.com/tenzir/tenzir/releases/tag/v4.18.1)

[Get the release artifacts and source code.](https://github.com/tenzir/tenzir/releases/tag/v4.18.1)