Changelog
See what's new with Windmill.
Roadmap
See the Windmill roadmap and what's coming next.Roadmap
Watch latest Windmill weekly keynotes
- February 21, 2025
- February 14, 2025
- January 24, 2025
- January 17, 2025
- January 15, 2025
- December 6, 2024
- November 29, 2024
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.