celery v4.4.7 Release Notes

Release Date: 2020-07-31 // over 3 years ago
  • 4.4.7

    ๐Ÿš€ :release-date: 2020-07-31 11.45 P.M UTC+6:00
    ๐Ÿš€ :release-by: Asif Saif Uddin

    • Add task_received, task_rejected and task_unknown to signals module.
    • [ES backend] add 401 as safe for retry.
    • treat internal errors as failure.
    • โœ‚ Remove redis fanout caveats.
    • ๐Ÿ›  FIX: -A and --args should behave the same. (#6223)
    • Class-based tasks autoretry (#6233)
    • Preserve order of group results with Redis result backend (#6218)
    • ๐Ÿ›  Replace future with celery.five Fixes #6250, and reraise to include
    • ๐Ÿ›  Fix REMAP_SIGTERM=SIGQUIT not working
    • ๐Ÿ›  (Fixes#6258) MongoDB: fix for serialization issue (#6259)
    • ๐Ÿ‘‰ Make use of ordered sets in Redis opt-in
    • ๐Ÿ’… Test, CI, Docker, style and minor doc impovements.