Skip to content

v0.3 (2020-01-29)

Compare
Choose a tag to compare
@clokep clokep released this 24 Feb 15:12
· 98 commits to main since this release

Improvements

  • Properly set the current_task when running Batch tasks. (#4)
  • Call the success signal after a successful run of the Batch task. (#6)
  • Support running tasks eagerly via the Task.apply() method. This causes the task to execute with a batch of a single item. Contributed by @scalen. (#16, #18)

Maintenance

  • Improved documentation. Contributed by @nijel. (#3, #7)
  • Support Celery 4.2, 4.3, and 4.4. (#12, #14, #19)
  • Support Python 3.7 and 3.8. (#19)
  • Drop support for Python 3.4. (#19)
  • CI improvements. (#5, #11, #13)