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
Section titled “🐞 Bug Fixes”Configured pipelines with package operators
Section titled “Configured pipelines with package operators”May 4, 2026 · @mavam, @codex · #6113
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
Section titled “Slash-delimited UDO defaults”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.