v2.49.3
📦 hasura-authView on GitHub →
✨ 1 features🐛 2 fixes🔧 5 symbols
Summary
This patch release for v2.49 introduces a new configuration option to selectively disable event processing pollers and includes security updates across the Server, Data Connector, and Build components.
✨ New Features
- Added HASURA_GRAPHQL_DISABLE_EVENT_PROCESSING environment variable and --disable-event-processing CLI flag to selectively stop eventing background pollers without disabling the entire eventing subsystem.
🐛 Bug Fixes
- Fixed metadata apply failing on a fresh database when metadata defines event triggers by ensuring cli-migrations v2 and v3 entrypoints use the new disable event processing flag.
- Remediated CRITICAL/HIGH CVEs in the Data Connector by upgrading redshift-jdbc42, Netty, and the Quarkus platform (Enterprise/cloud only).