v1.727.0

windmill-labs/windmillv1.727.0Jun 16, 2026by rubenfiszel

AI Summary

Enhances the local development experience with support for temp script refs and hardens legacy flow lock migration. Includes various frontend and CLI improvements.

Key Highlights

  • Supports temp_script_refs in wmill dev for local relative imports.
  • Hardens legacy flow lock migration ordering and collision guard.
  • Includes __mod/ folder in gitSyncIncludePattern for scripts.

New Features

  • Support temp_script_refs in wmill dev for local relative imports
  • Harden legacy flow lock migration ordering and collision guard
  • Include __mod/ folder in gitSyncIncludePattern for scripts
  • Allow same-origin redirects in isValidLogoutRedirect
  • Make UserDraft read-after-write work without live entry
  • Seed detached user-draft handles so new-item drawers render
  • Strip server-managed fields from value diffs

Full Release Notes

## [1.727.0](https://github.com/windmill-labs/windmill/compare/v1.726.1...v1.727.0) (2026-06-16)


### Features

* support temp_script_refs in wmill dev for local relative imports ([#9554](https://github.com/windmill-labs/windmill/issues/9554)) ([33ac287](https://github.com/windmill-labs/windmill/commit/33ac287065742df53f363a5fe09f54f5584a85a6))


### Bug Fixes

* **cli:** harden legacy flow lock migration ordering and collision guard ([#9557](https://github.com/windmill-labs/windmill/issues/9557)) ([cd09870](https://github.com/windmill-labs/windmill/commit/cd098700c2cd8d7e9150f760938f4eaf34d188ec))
* **cli:** include __mod/ folder in gitSyncIncludePattern for scripts ([#9606](https://github.com/windmill-labs/windmill/issues/9606)) ([252c1b3](https://github.com/windmill-labs/windmill/commit/252c1b35fc716c3486109d89615127c588bbe90a))
* **frontend:** allow same-origin redirects in isValidLogoutRedirect ([#9568](https://github.com/windmill-labs/windmill/issues/9568)) ([8500435](https://github.com/windmill-labs/windmill/commit/8500435e82231e13a1b8a874fd0545f0a0a73fee))
* **frontend:** make UserDraft read-after-write work without live entry ([#9609](https://github.com/windmill-labs/windmill/issues/9609)) ([51e82d7](https://github.com/windmill-labs/windmill/commit/51e82d7c6d30c66c84236feb743c09929934e564))
* **frontend:** seed detached user-draft handles so new-item drawers render ([#9608](https://github.com/windmill-labs/windmill/issues/9608)) ([9e3c0de](https://github.com/windmill-labs/windmill/commit/9e3c0decf95378c66055d82215c15cd3bf4a69cb))
* **frontend:** strip server-managed fields from value diffs ([#9599](https://github.com/windmill-labs/windmill/issues/9599)) ([c213801](https://github.com/windmill-labs/windmill/commit/c213801b5aee54d801c14b9eb31422f2a312ef7e))