- removed `async-timeout` requirement - added batching mechanism to the `Worker` class - changed `handle` method of the `BaseTaskHandler` class for tasks batch handling - tests refactoring
0.9.0
- fixed segfault error - added shared fields support in the BaseTask - removed `to_dict` BaseTask method
0.8.1
- fixed segmentation fault problems due to task update
0.8.0
- source task now updating with result - process() method returns True if work on task completed
0.7.4
- `need_collect_task_timers` Flow property changed to cached_property - added the ability to disable the collecting metrics