v1.725.0
windmill-labs/windmillv1.725.0Jun 15, 2026by rubenfiszel
AI Summary
Major feature release migrating user drafts to a database backend and scoping AI session storage per user to improve data management and isolation.
Key Highlights
- Migrates user drafts to a database-backed model.
- Scopes AI session storage per user using IndexedDB.
New Features
- Db-backed user drafts
- Scope AI session storage per user, session list in IndexedDB
Full Release Notes
## [1.725.0](https://github.com/windmill-labs/windmill/compare/v1.724.0...v1.725.0) (2026-06-15) ### Features * Db-backed user drafts ([#9351](https://github.com/windmill-labs/windmill/issues/9351)) ([1fc3557](https://github.com/windmill-labs/windmill/commit/1fc355709c025fd256c5a4035356e15a5a05b23d)) * scope AI session storage per user, session list in IndexedDB ([#9518](https://github.com/windmill-labs/windmill/issues/9518)) ([aa26c4d](https://github.com/windmill-labs/windmill/commit/aa26c4d9b22b3a353a6c0605eb9a4193e34aa18c)) ### Bug Fixes * **powershell:** sanitize module names to prevent command injection (CWE-78) ([#9587](https://github.com/windmill-labs/windmill/issues/9587)) ([6acce7a](https://github.com/windmill-labs/windmill/commit/6acce7a88733683153db534cb18752b31d93af82))