- Datasets will no longer trigger paused or removed DAGs, fixing a bug but introducing a breaking change for existing schedules.
- Adds OpenTelemetry trace support, task‑flow decorators (@skip_if, @run_if), and experimental multi‑executor execution allowing DAGs/tasks to use different executors.
- Improves security: /logout endpoint now requires POST with CSRF protection and internal API gains token‑based authentication.