Celery v5.1.0.b2 Release Notes

  • ๐Ÿš€ :release-date: 2021-05-02 16.06 P.M UTC+3:00 ๐Ÿš€ :release-by: Omer Katz

    • ๐Ÿ›  Fix the behavior of our json serialization which regressed in 5.0. (#6561)
    • โž• Add support for SQLAlchemy 1.4. (#6709)
    • โฑ Safeguard against schedule entry without kwargs. (#6619)
    • task.apply_async(ignore_result=True) now avoids persisting the results. (#6713)
    • โšก๏ธ Update systemd tmpfiles path. (#6688)
    • Ensure AMQPContext exposes an app attribute. (#6741)
    • Inspect commands accept arguments again (#6710).
    • Chord counting of group children is now accurate. (#6733)
    • Add a setting :setting:worker_cancel_long_running_tasks_on_connection_loss to terminate tasks with late acknowledgement on connection loss. (#6654)
    • ๐Ÿšฆ The task-revoked event and the task_revoked signal are not duplicated when Request.on_failure is called. (#6654)
    • โช Restore pickling support for Retry. (#6748)
    • โž• Add support in the redis result backend for authenticating with a username. (#6750)
    • ๐Ÿ‘ท The :setting:worker_pool setting is now respected correctly. (#6711)

    .. _version-5.1.0b1: