v5.6.0rc2
Celery v5.6.0 Release Candidate 2 is now available for testing. Please help us test this version and report any issues.
What's Changed
- Remove Python 4.0 version condition for pytest dependencies by @ulgens in https://github.com/celery/celery/pull/9993
- Sanitize broker URL in delayed delivery logs (avoid leaking credentials) by @giancarloromeo in https://github.com/celery/celery/pull/9997
- Don't fail task on timeout during cold shutdown by @Nusnus in https://github.com/celery/celery/pull/9678
- Add Py39-314t to CI by @Nusnus in https://github.com/celery/celery/pull/9999
- asynpool: Don't return from inside a finally block by @torarvid in https://github.com/celery/celery/pull/10000
- Prepare for (pre) release: v5.6.0rc2 by @Nusnus in https://github.com/celery/celery/pull/10005
New Contributors
- @ulgens made their first contribution in https://github.com/celery/celery/pull/9993
- @giancarloromeo made their first contribution in https://github.com/celery/celery/pull/9997
- @torarvid made their first contribution in https://github.com/celery/celery/pull/10000
Full Changelog: https://github.com/celery/celery/compare/v5.6.0rc1...v5.6.0rc2