celery v5.1.1 Release Notes

  • ๐Ÿš€ :release-date: 2021-06-17 16.10 P.M UTC+3:00 ๐Ÿš€ :release-by: Omer Katz

    • ๐Ÿ›  Fix --pool=threads support in command line options parsing. (#6787)
    • ๐Ÿ›  Fix LoggingProxy.write() return type. (#6791)
    • Couchdb key is now always coerced into a string. (#6781)
    • grp is no longer imported unconditionally. (#6804) This fixes a regression in 5.1.0 when running Celery in non-unix systems.
    • Ensure regen utility class gets marked as done when concertised. (#6789)
    • Preserve call/errbacks of replaced tasks. (#6770)
    • ๐Ÿ‘‰ Use single-lookahead for regen consumption. (#6799)
    • Revoked tasks are no longer incorrectly marked as retried. (#6812, #6816)

    .. version-5.1.0: