Skip to content

v0.5.0

Compare
Choose a tag to compare
@joaomdmoura joaomdmoura released this 04 Feb 20:13
· 1489 commits to main since this release

This new version bring a lot of new features and improvements to the library.

Features

  • Adding Task Callbacks.
  • Adding support for Hierarchical process.
  • Adding ability to references specific tasks in another task.
  • Adding ability to parallel task execution.

Improvements

  • Revamping Max Iterations and Max Requests per Minute.
  • Developer experience improvements, docstrings and such.
  • Small improvements and TYPOs.
  • Fix static typing errors.
  • Updated README and Docs.

New Contributors