Windmill Updates & Release Notes
35 updates curated from 1 source by the Releasebot Team. Last updated: May 13, 2026
- May 12, 2026
- Date parsed from source:May 12, 2026
- First seen by Releasebot:May 13, 2026
v1.700.2
Windmill fixes bulk instance config null handling and Bedrock tool schema integer conversion.
1.700.2 (2026-05-12)
Bug Fixes
- preserve explicit nulls for typed fields in bulk instance config (#9123) (cab0000)
- preserve negative integers in Bedrock tool schema conversion (#9116) (01e21c7)
- May 11, 2026
- Date parsed from source:May 11, 2026
- First seen by Releasebot:May 12, 2026
v1.700.1
Windmill fixes a CE build issue caused by enterprise-gated compute_instance_hash.
1.700.1 (2026-05-11)
Bug Fixes
- CE build broken by enterprise-gated compute_instance_hash (#9113) (cd65de4)
This PR was generated with Release Please. See documentation.
Original source All of your release notes in one feed
Join Releasebot and get updates from Windmill Labs and hundreds of other software products.
- May 11, 2026
- Date parsed from source:May 11, 2026
- First seen by Releasebot:May 12, 2026
v1.700.0
Windmill releases 1.700.0 with smarter CLI app pushes, fork cleanup prompts, expanded operator access to the assets page, and Vault JWT auth path updates. It also fixes reserved flow step IDs, dirty folder tracking, secret masking, run code population, and performance in the script editor.
1.700.0 (2026-05-11)
Features
- cli: auto-infer args for wmill app push (#9091) (43b1800)
- forks: prompt to delete forked children when deleting a fork (#9097) (e43a958)
- operators: allow operators to access assets page (#9095) (20ecd90)
- vault: configurable JWT auth mount path and setup-doc fixes (#9100) (f8ba084)
Bug Fixes
- add Input, Result, Trigger to reserved flow step IDs (#9109) (9f79a86), closes #7139
- frontend: mark Path dirty when folder picker changes selection (#9096) (23bb1b5)
- mask oauth client secret in instance settings (#9112) (ac3c155)
- populate raw_code for flowscript and appscript runs (#9104) (05172ac)
Performance Improvements
- lazy-load script editor history and hit partial index (#9107) (03e8bc8)
- May 8, 2026
- Date parsed from source:May 8, 2026
- First seen by Releasebot:May 8, 2026
v1.699.0
Windmill 1.699.0 adds failure tagging from windmill_failure fields and improves flows with better error handler inputs and cached flow_env resolution. It also hides _ENTRYPOINT_OVERRIDE jobs from history, tightens native trigger renewal, and includes several CLI, Python, and Windows bug fixes.
1.699.0 (2026-05-08)
Features
- parse windmill_failure field to tag run as failure (#9073) (dd53202)
Bug Fixes
- cli: bump svelte version in wmill app new template (#9084) (4b4aa0e)
- flows: populate error handler input args from failure picker (#9087) (f37d360)
- hide _ENTRYPOINT_OVERRIDE jobs from script/flow history panel (#9088) (935c666)
- native-triggers: serialize Google channel renewal across replicas (#9060) (ee3d82f)
- python: verify wheel RECORD on cache pull/install, finalize piptar (#9090) (98ff146)
- reject root-rooted paths in ansible playbook validator on windows (#9081) (d37277d)
Performance Improvements
- flows: gate flow_env resolve on expr text and share cache with handle_flow (#9085) (23af6c2)
- May 8, 2026
- Date parsed from source:May 8, 2026
- First seen by Releasebot:May 8, 2026
v1.698.0
Windmill adds a parallel generate-metadata flag, plus CLI fixes and flow performance improvements.
1.698.0 (2026-05-08)
Features
- cli: add --parallel flag to generate-metadata (#9074) (bc527fd)
Bug Fixes
- cli-tests: stabilize flow lock-gen race + Windows path (#9080) (1c56148)
- cli: forward HEADERS env var on every backend fetch call (#9075) (d647686)
Performance Improvements
- flows: cache resolved flow_env per flow execution (#9079) (e1a7c75)
- flows: skip flow_env DB+transform work when no resolution is needed (#9078) (2067e07)
- May 7, 2026
- Date parsed from source:May 7, 2026
- First seen by Releasebot:May 8, 2026
v1.697.0
Windmill adds workspace-specific flags for resources and variables, expands Kafka trigger support, and brings Azure Key Vault Workload Identity Federation. It also improves forks, concurrency handling, the run and log views, and fixes several CLI and UI issues.
1.697.0 (2026-05-07)
Features
- add workspace-specific flag for resources and variables (#8836) (4427a3d)
- forks: handle triggers and schedules in wmill workspace merge (#9023) (9de38f9)
- kafka-trigger: OAUTHBEARER + SASL_SSL support (#9054) (80475f0)
- secret-backend: add Workload Identity Federation for Azure Key Vault (#9061) (0c203e8)
Bug Fixes
- cli: stable auto-numbered inline-script names in app pull (#9071) (8c67e5f)
- concurrency: two-phase admit to skip FOR UPDATE on over-limit pulls (#9064) (153c4e6)
- handle singlestepflow zombies and stop filtering them from runs page (#9055) (e74f06c)
- Log viewer fixed top bar (#9070) (23e081b)
- scope dev server CSS reset to a layer so Tailwind utilities win (#9069) (6df79a4)
- May 7, 2026
- Date parsed from source:May 7, 2026
- First seen by Releasebot:May 7, 2026
v1.696.2
Windmill fixes flow chaining, CLI auth polling, queue loading, and cache resilience in 1.696.2.
1.696.2 (2026-05-06)
Bug Fixes
- bubble handle_flow chaining errors to parent flow (#9058) (5bca03e)
- bun: make hub script cache resilient to malformed lockfiles (#9063) (c6f1c5e)
- cli: detect upstream auth-gateway HTML responses and add poll heartbeat (#9065) (628ab56)
- queue: cap worker pull loop at 10 to avoid DB storm (#9062) (e3cc258)
- May 6, 2026
- Date parsed from source:May 6, 2026
- First seen by Releasebot:May 6, 2026
v1.696.1
Windmill fixes bun exit handling and workspace fork ID validation in 1.696.1.
1.696.1 (2026-05-06)
Bug Fixes
- bun: propagate non-zero exit from generate_bun_bundle on no-DB path (#9051) (eebaab9)
- workspaces: validate fork id as a git branch name component (#9049) (f4553e8)
- May 5, 2026
- Date parsed from source:May 5, 2026
- First seen by Releasebot:May 6, 2026
v1.696.0
Windmill adds AI chat resource action buttons and frontend chat context support, plus a new cli --as-superadmin option for workspace listing. This release also improves flow env handling, navigation, job detail links, and several client and import fixes.
1.696.0 (2026-05-05)
Features
add ai chat resource action buttons (#9016) (502a029)
add wac ai context for frontend chat (#9021) (0d0557f)
cli: add --as-superadmin flag to workspace list-remote (#9043) (66c9063)
Bug Fixes
cli: resolve cross-folder relative imports during lockgen on fresh DB (#9048) (40dbab5)
flows: inherit flow_env in sub-flow predicates (#9042) (6e5a21a)
navigate home arrows (#9024) (c1e52ea)
open job detail header path links in a new tab (#9039) (fe68c06)
rust-client: re-export models module from wmill crate (#9038) (ca6efbf)
windmill-utils-internal: move config to subpath export (#9045) (b86f896)
Original source - May 4, 2026
- Date parsed from source:May 4, 2026
- First seen by Releasebot:May 5, 2026
v1.695.0
Windmill adds a separate resource type filter searchbar and ships bug fixes for autoscaling, MySQL listing, flows, forks, and while loops.
1.695.0 (2026-05-04)
Features
- add separate filter searchbar for resource types tab (#9019) (f1fd245)
Bug Fixes
- autoscaling: consider dedicated workers in scale decisions (#9020) (42be1d4)
- bind MySQL table listing to configured database name (#9007) (44fad13)
- flows: don't bubble error when continue_on_error is on the last step (#9029) (192866d)
- forks: strip mode/enabled from merge-UI deploy payload (#9008) (da95588)
- stop sequential whileloop on iteration failure (#9028) (1be62ea)
- May 1, 2026
- Date parsed from source:May 1, 2026
- First seen by Releasebot:May 2, 2026
v1.694.0
Windmill releases 1.694.0 with new Ansible and CLI improvements, dynamic fields, workspace fork handling, and worker tags for app inline scripts, plus several bug fixes that refine triggers, logging, and execution reporting.
1.694.0 (2026-05-01)
Features
- ansible delegate_to_git_repo install_requirements, dynamic fields, --limit (#8997) (96324ea)
- cli: wmill-lock.yaml auto-fill + --rehash-only + path-prefix dedup (#8978) (0b959b8)
- forks: handle triggers and schedules in workspace forks (#8976) (d60dd74)
- support assigning a worker tag to app inline scripts (#9002) (0c22f52)
Bug Fixes
- cli: only preserve case for raw-app runnableIds, not app/flow summaries (#9000) (5d5b853)
- distinguish AlreadyCompleted from execution failure on OTLP job span (#9004) (70a5880)
- nested-restart iteration count for step-id collisions across subflow boundaries (#9003) (ad9f1fa)
- omit empty assets array on scripts and raw app inline scripts (#9006) (419bc4b)
- pair PG arg type with actual Rust binding to keep query_typed_raw safe (#8999) (aedf369)
- route email trigger path through standard info channel (#8996) (2141128)
- surface scope errors as 403 and show real message in CLI (#8953) (66db873)
- use otel.status_message for OTLP Status.message on failed jobs (#8995) (9cb777a)
- May 1, 2026
- Date parsed from source:May 1, 2026
- First seen by Releasebot:May 1, 2026
v1.693.4
Windmill fixes its CLI by pinning wasm parser versions in the published package.json.
1.693.4 (2026-04-30)
Bug Fixes
- cli: pin wasm parser versions in published package.json (#8993) (7c227ec)
- Apr 30, 2026
- Date parsed from source:Apr 30, 2026
- First seen by Releasebot:Apr 30, 2026
v1.693.3
Windmill fixes datatable and workspace behavior, improving queue handling and security-related endpoints.
1.693.3 (2026-04-30)
Bug Fixes
- avoid named prepared statements in datatable/PG executor (#8988) (7bdfc0e)
- improve raw app builder queue behavior for bigger apps (e7deaf9)
- sanitize underscores in agent worker suffix (#8992) (568d9cc)
- workspaces: split get_settings into admin-only + public endpoint (#8990) (4483d0c)
- Apr 30, 2026
- Date parsed from source:Apr 30, 2026
- First seen by Releasebot:Apr 30, 2026
v1.693.2
Windmill fixes run page flow node clicks and improves OAuth popup login reliability with Safari auto-login edge case handling.
1.693.2 (2026-04-30)
Bug Fixes
- avoid effect_update_depth_exceeded when clicking flow node on runs page (#8986) (3ebfc2b)
- OAuth popup login reliability + auto-login Safari edge cases (#8971) (3c3c034)
- Apr 29, 2026
- Date parsed from source:Apr 29, 2026
- First seen by Releasebot:Apr 30, 2026
v1.693.1
Windmill fixes labels when loading draft flows for editing.
1.693.1 (2026-04-29)
Bug Fixes
- include labels when loading flow with draft for editing (#8981) (485d1d1), closes #8963
This PR was generated with Release Please. See documentation.
Original source
Curated by the Releasebot team
Releasebot is an aggregator of official product update announcements from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.
Similar to Windmill with recent updates:
- xAI updates69 release notes · Latest May 6, 2026
- ChatGPT updates163 release notes · Latest May 12, 2026
- Mistral updates56 release notes · Latest May 1, 2026
- Deepseek updates18 release notes · Latest Apr 24, 2026
- Qwen updates22 release notes · Latest Apr 29, 2026
- Vercel AI SDK updates425 release notes · Latest May 12, 2026