- Automatically detect dead workers (killed processes, power outage...) and re-enqueue the jobs that were running on them.
- Fix a bug that could result in jobs not being retried if they finished while the workers were shutting down.
- Fix the integration between Django, Datadog and Spinach. Users of these three libraries may have seen the Datadog integration not reporting tasks anymore.
- Remove the deprecated Raven integration, users are encouraged to use the Sentry SDK integration instead.
- Enable performance tracing of tasks with the Sentry SDK.