celery v4.4.0.rc1 Release Notes

Release Date: 2019-06-06 // almost 5 years ago
  • ๐Ÿš€ :release-date: 2019-06-06 1:00 P.M UTC+6:00 ๐Ÿš€ :release-by: Asif Saif Uddin

    • Python 3.4 drop

    • Kombu 4.6.1

    • ๐Ÿ—„ Replace deprecated PyMongo methods usage (#5443)

    • โšก๏ธ Pass task request when calling update_state (#5474)

    • ๐Ÿ›  Fix bug in remaining time calculation in case of DST time change (#5411)

    • ๐Ÿ›  Fix missing task name when requesting extended result (#5439)

    • ๐Ÿ›  Fix collections import issue on Python 2.7 (#5428)

    • ๐Ÿ‘ป handle AttributeError in base backend exception deserializer (#5435)

    • Make AsynPool's proc_alive_timeout configurable (#5476)

    • ๐Ÿ‘ AMQP Support for extended result (#5495)

    • ๐Ÿ›  Fix SQL Alchemy results backend to work with extended result (#5498)

    • ๐Ÿ›  Fix restoring of exceptions with required param (#5500)

    • ๐Ÿ‘ป Django: Re-raise exception if ImportError not caused by missing tasks module (#5211)

    • ๐Ÿ›  Django: fixed a regression putting DB connections in invalid state when CONN_MAX_AGE != 0 (#5515)

    • ๐Ÿ›  Fixed OSError leading to lost connection to broker (#4457)

    • ๐Ÿ›  Fixed an issue with inspect API unable get details of Request

    • ๐Ÿ›  Fix mogodb backend authentication (#5527)

    • ๐Ÿ”„ Change column type for Extended Task Meta args/kwargs to LargeBinary

    • ๐Ÿ– Handle http_auth in Elasticsearch backend results (#5545)

    • Fix task serializer being ignored with task_always_eager=True (#5549)

    • ๐Ÿ›  Fix task.replace to work in .apply() as well as.apply_async()` (#5540)

    • ๐Ÿ–จ Fix sending of worker_process_init signal for solo worker (#5562)

    • ๐Ÿ›  Fix exception message upacking (#5565)

    • โž• Add delay parameter function to beat_schedule (#5558)

    • ๐Ÿ“š Multiple documentation updates