doit v0.34.0 Release Notes

Release Date: 2021-12-11 // over 2 years ago
    • ๐Ÿ‘ BACKWARD INCOMPATIBLE: Drop Python 3.5 support
    • ๐Ÿ‘ python 3.9 support
    • ๐Ÿ‘ python 3.10 support
    • ๐Ÿ›  Fix #381: Allow Delayed tasks to be executed multiple times in same process.
    • ๐Ÿ›  Fix #382: TaskResult make sure started include microsecond as decimal number.
    • ๐Ÿ›  Fix #387: Pass pickled attributes, err and out when a task fails in multi processes context.
    • ๐Ÿ›  Fix #398: Add setuptools asextras_require.
    • ๐Ÿ›  Fix #373: read DOIT_CONFIG from TOML.
    • ๐Ÿ›  Fix #405: Add Task attribute meta.
    • ๐Ÿ›  Fix #349: Handle passing task args in "single" task execution.
    • ๐Ÿ›  Fix #377: cmd forget, added options --disable-default and --all.
    • ๐Ÿ›  Fix #307: Allows create_after decorator to be used on methods.
    • ๐Ÿ›  Fix #311: Add @task_params decorator.