Releases: ovh/celery-director
Releases · ovh/celery-director
v0.1.0
v0.0.6
Fixed
- Fix issue in transactions with periodic tasks and Celery queues
- Fix bad comma in documentation markdown
v0.0.5
Added
- Handle user authentication (database upgrade required:
director db upgrade
) - Support the Celery queues
- Add permalink for workflows
Changed
- Remove HTTP code from description
v0.0.4
v0.0.3
v0.0.2
Added
- Add Travis integration.
- Add the user documentation.
- Add the
db
command to offer the features from Flask Migrate. - Add version info in the CLI when using
--version
. - Add environment variables and information in the
.env
template. - Add
DIRECTOR_CONFIG
environment variable to customize.env
file. - Make the payload optional when using the
workflow run
command.
Changed
- Database migration has been overwritten to fix some issues.
- README includes badges, image, logo and link to the documentation.
Fixed
- Flower command is not using the
DIRECTOR_FLOWER_URL
anymore. - The
.env
file is optional, theDIRECTOR_*
can be exported as environment variables.