# Tenzir Node v5.35.0

This release fixes crashes in static musl builds when evaluating deeply nested generated TQL expressions.

## 🐞 Bug Fixes

### Static musl builds no longer crash on deep TQL expressions

Apr 27, 2026 · [@tobim](https://github.com/tobim), [@codex](https://github.com/codex) · [#6082](https://github.com/tenzir/tenzir/pull/6082)

Static musl builds of `tenzir` no longer crash on deeply nested generated TQL expressions.

This affected generated pipelines with deeply nested expressions, for example rules or transformations that expand into long left-associated operator chains.

The `tenzir` binary now links with a larger default thread stack size on musl, which brings its behavior in line with non-static builds for these pipelines.

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

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