Windmill Release Notes
Last updated: Apr 15, 2026
- Apr 14, 2026
- Date parsed from source:Apr 14, 2026
- First seen by Releasebot:Apr 15, 2026
v1.684.1
Windmill fixes a bug that stopped missing email recipients from escalating to critical alerts.
1.684.1 (2026-04-14)
Bug Fixes
- stop escalating missing email recipients to critical alert (#8833) (6158ff2)
- Apr 14, 2026
- Date parsed from source:Apr 14, 2026
- First seen by Releasebot:Apr 15, 2026
v1.684.0
Windmill adds trigger, permissions, and database manager improvements with several bug fixes.
1.684.0 (2026-04-14)
Features
- cascade trigger script_path on runnable rename + fix trigger permissioned_as (#8823) (64ba3a6)
- frontend: improve permissions drawer UX and auto-share resource variables (#8824) (91064ce)
Bug Fixes
- allow dedicated flow substeps to inherit parent tag (#8832) (aebf758)
- compute wall-clock duration for flow job groups in CLI (#8826) (e1dbce0)
- DB Manager delete/update for timestamp and serial types (#8830) (06fe809)
- hide serial types in column type dropdown for existing columns (#8828) (7fe639d)
All of your release notes in one feed
Join Releasebot and get updates from Windmill Labs and hundreds of other software products.
- Apr 14, 2026
- Date parsed from source:Apr 14, 2026
- First seen by Releasebot:Apr 15, 2026
v1.683.2
Windmill fixes WAC v2 Python workflow detection and persists the indexer max_index_time_window_secs setting.
1.683.2 (2026-04-14)
Bug Fixes
- detect WAC v2 Python workflows that only use step() (no @task) (#8819) (89c8e4b)
- persist indexer max_index_time_window_secs setting (#8821) (4dc54ca)
- Apr 13, 2026
- Date parsed from source:Apr 13, 2026
- First seen by Releasebot:Apr 15, 2026
v1.683.1
Windmill fixes getOpenDeploymentRequest with the OpenAPI 3.0 nullable pattern.
1.683.1 (2026-04-13)
Bug Fixes
- use OpenAPI 3.0 nullable pattern for getOpenDeploymentRequest (#8816) (f7f26b3)
This PR was generated with Release Please. See documentation.
Original source Report a problem - Apr 13, 2026
- Date parsed from source:Apr 13, 2026
- First seen by Releasebot:Apr 15, 2026
v1.683.0
Windmill releases 1.683.0 with new AI eval benchmarks, deploy restriction rules, fork review requests, and broader HTTP trigger editing for non-admins. It also improves flow graph visibility, ownership defaults, CLI resilience, logging, and WAC v2 performance.
1.683.0 (2026-04-13)
Features
- add black-box ai eval benchmarks (#8618) (cdcc564)
- add deploy restriction rule and fork review requests (#8804) (64c58c8)
- allow non-admins to create and edit HTTP triggers (#8810) (9fb7816)
- display agent message in flow graph (#8806) (95411b2)
- folder default_permissioned_as rules for ownership defaults on deploy (#8801) (60211c1)
- instance-level ruff config auto-pulled by LSP container (#8803) (3f5841f)
Bug Fixes
- cli: make cli help resilient to npm registry fetch failures (#8809) (b6f1cc7)
- enrich OTEL log records with per-request LogContext (#8812) (42d3e8c)
- silence user-facing toast for non-critical hub script tracking error (#8808) (378ba78)
Performance Improvements
- add inline-persist fast path for WAC v2 step() (#8807) (b3ef4bc)
- Apr 10, 2026
- Date parsed from source:Apr 10, 2026
- First seen by Releasebot:Apr 15, 2026
v1.682.0
Windmill 1.682.0 improves flow error details, git sync tracing, and the deploy drawer UI.
1.682.0 (2026-04-10)
Features
enrich hanging flow error with worker and service log info (#8800) (59c457a)
Bug Fixes
bypass OTEL MITM tracing proxy for git sync jobs (#8796) (9c85565)
show full path on hover in deploy drawer and widen drawer (#8799) (b783bf2)
Original source Report a problem - Apr 10, 2026
- Date parsed from source:Apr 10, 2026
- First seen by Releasebot:Apr 15, 2026
v1.681.0
Windmill 1.681.0 adds CI test scripts with auto-trigger on deploy, raw app and flow improvements, instance and OAuth updates, Vault SSL verify control, CLI workspace config changes, and multiple bug fixes for sync, layouts, workers, and restarts.
1.681.0 (2026-04-10)
Features
- add CI test scripts with auto-trigger on deploy (#8736) (c57c769)
- add edit yaml button to raw app settings (#8771) (b73be37)
- add user offboarding flow with object reassignment (#8647) (435b25e)
- allow selecting hub flows as raw app backend runnables (#8772) (5f57727)
- list external JWT tokens in instance settings (#8783) (ce3e676)
- oauth manual connect option (#8770) (4b87639)
- unify CLI config to workspaces, deprecate gitBranches/environments (#8767) (5b97092)
- vault: add skip_ssl_verify option for HashiCorp Vault (#8791) (6cf7ffc)
Bug Fixes
- bypass sql type injection during formatting to prevent offset corruption (#8786) (8957d8f)
- CLI falls back to workspace whoami for workspace-scoped tokens (#8789) (d243eb3)
- disable scroll-to-change-number on number inputs (#8777) (e63924e)
- error on flow/app folder suffix format mismatch during sync push/pull (#8775) (1deb31f)
- flow dev page layout and compact toolbar improvements (#8776) (89920e7)
- Flow status viewer layout nits (avoid excess y space and scroll) (#8780) (6d36eca)
- flow step testing UX improvements (#8781) (3fb557a)
- hide legacy global_settings.worker_configs ghost row (#8790) (4fff89f)
- limit multi-runnable dedicated workers to one job at a time (#8782) (946848f)
- normalize multi-word pg types in build_parameters to fix float8 serialization (#8778) (3d02be9)
- refresh custom instance user password if auth failed (#8787) (3d43d31)
- treat empty global setting strings as unset (#8793) (ec9cec1)
- zero-downtime coordinated restarts for OTEL and other setting changes (#8768) (506b7f5)
- Apr 8, 2026
- Date parsed from source:Apr 8, 2026
- First seen by Releasebot:Apr 15, 2026
v1.680.0
Windmill adds CLI workspace merge, richer fork support, scheduled job deletion retention, and loop picker status dots.
1.680.0 (2026-04-08)
Features
add CLI workspace merge command and enhance fork with datatable/color support (#8756) (4342c18)
add scheduled job deletion with configurable retention period (#8753) (2d18a68)
add status indicator dots to parallel loop iteration picker (#8761) (470b8aa)
Bug Fixes
move alert config from config table to global_settings (#8762) (fa66870)
resolve esbuild host/binary version mismatch in app sync push (#8765) (e36d440)
skip serializing ws_specific on resources when false (#8764) (c69f10d)
Original source Report a problem - Apr 8, 2026
- Date parsed from source:Apr 8, 2026
- First seen by Releasebot:Apr 15, 2026
v1.679.0
Windmill adds forked datatables in 1.679.0, expanding table handling with a new feature release.
1.679.0 (2026-04-07)
Features
Fork datatables (#8339) (3d4f4c6)
This PR was generated with Release Please. See documentation.
Original source Report a problem - Apr 7, 2026
- Date parsed from source:Apr 7, 2026
- First seen by Releasebot:Apr 15, 2026
v1.678.0
Windmill adds any-content-type webhook fallback and a download-all-logs button for flow jobs.
1.678.0 (2026-04-07)
Features
- accept any content type on webhooks/http triggers with fallback (#8743) (208a597)
- add download all logs button for flow jobs (#8748) (d938625)
Bug Fixes
- delete raw_script_temp rows before workspace deletion to avoid FK violation (#8752) (8b9523e)
- Fix FlowTimeline duplicate key (#8754) (2413dbe)
- remove span.enter() in dedicated worker to prevent tracing panic (#8749) (db55e8e)
- restore ai agent tool deletion (#8744) (2f7ba9e)