huey v2.1.1 Release Notes

Release Date: 2019-08-07 // over 4 years ago
    • ๐Ÿ“„ Ensure that task()-decorated functions retain their docstrings.
    • ๐Ÿ›  Fix logger setup so that the consumer log configuration is only applied to the huey namespace, rather than the root logger.
    • ๐Ÿ”ฆ Expose result, signal and disconnect_signal in the Django huey extension.
    • โž• Add SignedSerializer, which signs and validates task messages.
    • ๐Ÿ”จ Refactor the SqliteStorage so that it can be more easily extended to support other databases.

    View commits