# Tenzir Node v5.35.2

This release fixes two package-related bugs: startup pipelines can now reliably reference operators from static packages, and UDOs with slash-delimited string defaults (e.g. “/tmp-data/”) load correctly without internal errors.

## 🐞 Bug Fixes

### Configured pipelines with package operators

May 4, 2026 · [@mavam](https://github.com/mavam), [@codex](https://github.com/codex)

Configured startup pipelines can now reference operators from static packages reliably. Previously, such pipelines could fail during node startup with `module <package> not found`, even though the same package operator worked when run manually after startup.

### Slash-delimited UDO defaults

May 2, 2026 · [@mavam](https://github.com/mavam), [@codex](https://github.com/codex) · [#6108](https://github.com/tenzir/tenzir/pull/6108)

Package UDOs now load correctly when a typed string default looks like a TQL pattern, such as `default: "/tmp-data/"`.

Previously, loading such a package could abort with an unexpected internal error before any pipeline ran.

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

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