Skip to main content

Changelog

See what's new with Windmill.

Coming soon

  • Code-based UI AI builder
  • Cursor-like AI experience

Watch latest Windmill weekly keynotes

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

Trigger scripts and flows in response to database transactions.

New features

  • Connect to a Postgres database and trigger runnables in response to INSERT, UPDATE, DELETE transactions.
  • Utilize Postgres's logical replication streaming protocol for efficient and low-latency triggering.
  • Track transactions on all tables, specific schemas, or specific tables with column selection.
  • Filter rows using simple WHERE conditions for specific table tracking.
  • Manage Postgres publications and replication slots directly from the interface.
  • Automatically generate TypeScript script templates for tracked tables and schemas.