v2.4.2
·
27 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Tasks can now be tagged at registration time.
- The task registration methods accept an optional
tagsargument. When
provided, the extra tags are merged into each task's own tags as it is
registered — applied acrossregister_task,register_from_module, and
register_from_dict.
(#102) - Bumped
python-json-loggerto>= 4.1.0and switched JSON logging to the
newpythonjsonlogger.jsonformatter path (the oldpythonjsonlogger.jsonlogger
module is deprecated).
(#102)