docs/history/changelog-5.1.rst
.. _changelog-5.1:
This document contains change notes for bugfix & new features
in the & 5.1.x series, please see :ref:whatsnew-5.1 for
an overview of what's new in Celery 5.1.
.. version-5.1.2:
:release-date: 2021-06-28 16.15 P.M UTC+3:00 :release-by: Omer Katz
When chords fail, correctly call errbacks. (#6814)
We had a special case for calling errbacks when a chord failed which assumed they were old style. This change ensures that we call the proper errback dispatch method which understands new and old style errbacks, and adds test to confirm that things behave as one might expect now.
Avoid using the Event.isSet() deprecated alias. (#6824)
Reintroduce sys.argv default behaviour for Celery.start(). (#6825)
.. version-5.1.1:
:release-date: 2021-06-17 16.10 P.M UTC+3:00 :release-by: Omer Katz
--pool=threads support in command line options parsing. (#6787)LoggingProxy.write() return type. (#6791).. version-5.1.0:
:release-date: 2021-05-23 19.20 P.M UTC+3:00 :release-by: Omer Katz
celery -A app events -c camera now works as expected. (#6774).. _version-5.1.0rc1:
:release-date: 2021-05-02 16.06 P.M UTC+3:00 :release-by: Omer Katz
.. _version-5.1.0b2:
:release-date: 2021-05-02 16.06 P.M UTC+3:00 :release-by: Omer Katz
task.apply_async(ignore_result=True) now avoids persisting the results. (#6713)worker_cancel_long_running_tasks_on_connection_loss
to terminate tasks with late acknowledgement on connection loss. (#6654)task-revoked event and the task_revoked signal are not duplicated
when Request.on_failure is called. (#6654)Retry. (#6748)worker_pool setting is now respected correctly. (#6711).. _version-5.1.0b1:
:release-date: 2021-04-02 10.25 P.M UTC+6:00 :release-by: Asif Saif Uddin
autoregister from the Task class (#6624).azureblockblob_base_path config (#6669).