Changelog¶
0.0.3¶
- Multiple bugfixes and small refactor. PR #18 by @malvex
- Replace 'self: Task' magic with 'CURRENT_TASK' to fix issues with IDE typing. PR #13 by @malvex
- feat: add basic task chaining. PR #15 by @malvex
- refactor: remove intermediary TaskInternal model. PR #19 by @malvex
0.0.2¶
- Feat: Add documentation. PR #4 by @malvex
- fix: mypy errors. PR #16 by @malvex
- chore(ci): add support for python 3.14. PR #17 by @malvex
- feat(worker): add support for --max-prefetch. PR #12 by @malvex
- feat(models): Add exception name into task.error attribute. PR #11 by @malvex
- fix: Task exception was never retrieved if return annotation validation fails. PR #14 by @malvex
0.0.1¶
Initial release.