v1.786.1
windmill-labs/windmillv1.786.1Aug 12, 2026by rubenfiszel
AI Summary
Fixes UI stability issues and prevents worker out-of-memory errors on oversized database results.
Key Highlights
- Avoid content shift on home page load
- Bound postgres result collection to prevent OOM
- Skip reserved IDs when auto-assigning flow module IDs
Full Release Notes
## [1.786.1](https://github.com/windmill-labs/windmill/compare/v1.786.0...v1.786.1) (2026-08-12) ### Bug Fixes * avoid content shift on home page load and in the script editor logs pane ([#10654](https://github.com/windmill-labs/windmill/issues/10654)) ([2808150](https://github.com/windmill-labs/windmill/commit/2808150ae4c39a76be21a38a2d739fd071dde8cd)) * bound postgres result collection so an oversized result cannot OOM the worker ([#10644](https://github.com/windmill-labs/windmill/issues/10644)) ([201d7c4](https://github.com/windmill-labs/windmill/commit/201d7c4eb2f5fdcdc2a64698c1595e108c2daddf)) * **frontend:** skip reserved ids when auto-assigning flow module ids ([#10651](https://github.com/windmill-labs/windmill/issues/10651)) ([5f819cd](https://github.com/windmill-labs/windmill/commit/5f819cd344ea602c4c06f93ff3da11a685f283c2))