Skip to main content

Changelog

See what's new with Windmill.

Watch latest Windmill weekly keynotes

Weekly keynotes are hosted on Discord and Youtube on Friday at 5:45 pm CET+1.

See the Windmill roadmap and what's coming next

Roadmap

9 posts tagged with "Code editor"

View All Tags

Java

JavaCode editorv1.479.0

Windmill now supports Java scripts

New features

  • Write your Windmill script in Java.
  • Run your Java scripts locally or in the cloud.

Nushell

NushellNuCode editorv1.479.0

Nu is cross-platform and statically typed shell written in Rust. Now shipped to windmill

New features

  • Write your Windmill script in Nu.
  • Run your Nu scripts locally or in the cloud.

Windmill now supports more AI providers and models.

New features

  • Anthropic Claude 3.7 Sonnet with extended thinking mode
  • DeepSeek Chat & Reasoner
  • Google Gemini
  • Groq
  • OpenRouter
  • Custom OpenAI API-compatible provider

Mocked API files

Code editorMockingLocal developmentv1.451.0

Windmill now supports simulating API interactions locally with a mocked API file.

New features

  • Simulate API interactions using a JSON file.
  • Store and retrieve variables and resources locally.

Triggers and captures

Flow editorCode editorv1.445.1

Capture triggers inputs from test mode.

New features

  • Capture and record webhook trigger calls in Test mode
  • Reuse captured trigger inputs for testing
  • Update flow input schema directly from captured test data
  • Support for different argument types (numbers, strings)
  • Easy deployment and testing with saved arguments

C#

C#Code editorv1.438.0

Windmill now supports C# scripts.

New features

  • Write your Windmill script in C#.
  • Run your C# scripts locally or in the cloud.

You can now set progress of script execution from within the script (Python and TypeScript)

New features

  • setProgress
  • getProgress

Rust support

RustCode editorv1.388.0

Windmill now supports Rust scripts.

New features

  • Write your Windmill script in Rust.
  • Run your Rust scripts locally or in the cloud.

Code editor (in scripts, flows or apps) supports Vim mode (disabled by default).

New features

  • Enable Vim mode from code editors.
  • Status bar at the bottom of the editor to show modes.