mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-08 00:03:07 +00:00
* feat: add filters to Kafka triggers - Introduced a new `filters` field in the Kafka trigger schema, allowing for JSONB array filters. - Updated the WebSocket trigger to include the new `filters` functionality. - Created a `TriggerFilters` component for managing filter inputs in the UI. * update ref * fix ci * fix sqlx --------- Co-authored-by: Ruben Fiszel <ruben@windmill.dev>