# Tenzir Node v4.20.3

## 🐞 Bug Fixes

### Fix a logic error for retried requests in `/serve`

Sep 9, 2024 · [@dominiklohmann](https://github.com/dominiklohmann) · [#4585](https://github.com/tenzir/tenzir/pull/4585)

The `/serve` endpoint now gracefully handles retried requests with the same continuation token, returning the same result for each request.

### Remove the delay between importing and exporting events

Sep 9, 2024 · [@dominiklohmann](https://github.com/dominiklohmann) · [#4583](https://github.com/tenzir/tenzir/pull/4583)

We fixed a bug where the `export`, `metrics`, and `diagnostics` operators were sometimes missing events from up to the last 30 seconds. In the Tenzir Platform, this showed itself as a gap in activity sparkbars upon loading the page.

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

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