Changelog
See what's new with Windmill.
Roadmap
See the Windmill roadmap and what's coming next.Roadmap
Watch latest Windmill weekly keynotes
- February 21, 2025
- February 14, 2025
- January 24, 2025
- January 17, 2025
- January 15, 2025
- December 6, 2024
- November 29, 2024
Weekly keynotes are hosted on Discord and Youtube on Friday at 5:45 pm CET+1.
Windmill now automatically tracks relative imports in Bun and Python such that if you update a common dependency and update its imports, it will now re-trigger deployment and lockfile computation of all the scripts that depend on it (it was working for Python but not Bun before).
Windmill can now also track such imports in inline scripts of flows and will surgically update the inline lockfiles of those flows if the relative imports change.
New features
- Automatic re-trigger of deployment and lockfile computation of all the scripts that depend on Bun script.
- When doing `wmill sync pull`, the wmill-lock.yaml will now automatically be updated, avoiding re-triggering lockfile computation for all files, only the ones that have changed from last sync.
- Flows inline lockfile can now be updated locally using `wmill flow generate-locks`, which is the equivalent of `wmill script generate-metadata --lock-only` but for flows` inline scripts.