Skip to content

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.

Configured pipelines with package operators

Section titled “Configured pipelines with package operators”

May 4, 2026 · @mavam, @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.

May 2, 2026 · @mavam, @codex · #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.