Skip to main content

Changelog

See what's new with Windmill.

Watch latest Windmill weekly keynotes

Weekly keynotes are hosted on Discord and Youtube on Friday at 5:45 pm CET+1.

See the Windmill roadmap and what's coming next

Roadmap

Flow expressions (input transforms, branch predicates, for-loop iterators) can now be evaluated with QuickJS, a lightweight JS engine with 8-16x faster startup for simple expressions. Default on Community Edition; opt-in on Enterprise Edition via USE_QUICKJS_FOR_FLOW_EVAL.

New features

  • QuickJS as alternative JS engine for flow expression evaluation
  • 8-16x faster startup times for simple expressions
  • Lazy evaluation of resource() and variable() calls
  • Default on Community Edition, opt-in on Enterprise Edition