v1.786.0
windmill-labs/windmillv1.786.0Aug 12, 2026by rubenfiszel
AI Summary
Introduces safeguards for DuckDB jobs to prevent excessive disk usage and result collection issues.
Key Highlights
- Bound how much disk a single duckdb job can spill
- Bound duckdb result collection to prevent OOM
New Features
- Bound disk spillage for DuckDB jobs
- Bound result collection for DuckDB
Full Release Notes
## [1.786.0](https://github.com/windmill-labs/windmill/compare/v1.785.0...v1.786.0) (2026-08-12) ### Features * bound how much disk a single duckdb job can spill ([#10645](https://github.com/windmill-labs/windmill/issues/10645)) ([a6157ba](https://github.com/windmill-labs/windmill/commit/a6157ba1046b046466212a3370e0cfb8796f4b59)) ### Bug Fixes * bound duckdb result collection so an oversized result cannot OOM the worker ([#10641](https://github.com/windmill-labs/windmill/issues/10641)) ([00822a7](https://github.com/windmill-labs/windmill/commit/00822a7435328b38a5a3bd1ee6d9a1556ca2d0c0)) * **copilot:** read an artifact inside the transaction that revises it ([#10647](https://github.com/windmill-labs/windmill/issues/10647)) ([66c0d12](https://github.com/windmill-labs/windmill/commit/66c0d1251dcb3ed4cdf3b2010d3f5a4e95378341))