Releases
v0.7
clokep
released this
02 May 14:28
Improvements
Support passing multiple or keyword arguments by disabling Celery's typing
feature for Batches
tasks. (#39 )
Support using a custom Request
class for Batches
tasks. (#63 )
Support calling tasks with an eta
or countdown
specified. Contributed by @weetster . (#59 )
Bugfixes
Handle "hybrid" messages that have moved between Celery versions. Port celery/celery#4358 to celery-batches. (#64 )
Fix task ETA issues when timezone is defined in configuration. Port celery/celery#3867 to celery-batches. (#64 )
Maintenance
Fix running of tests via tox. (#40 , #58 )
Simplify tests. (#56 , #60 )
Improve PyPI metadata. (#43 , #52 )
Ignore virtualenvs in .gitignore
. Contributed by Tony Narlock . (#44 )
Update README badges to include PyPI and GitHub Actions (instead of Travis CI). Contributed by Tony Narlock . (#47 )
Update copyright information. Contributed by Tony Narlock . (#46 )
Improve documentation. Contributed by Tony Narlock . (#45 , #49 , #50 , #55 )
Document use-cases and include more examples. (#65 )
Run the unit tests against RabbitMQ & Redis brokers/backends. (#57 )
Run black , isort , flake8 , pyupgrade , and mypy . (#61 , #62 )
You can’t perform that action at this time.