4. Changes¶
4.1. Version 0.5.0 (2019-04-23)¶
- Adds support to create interactive sessions so the workspace can be explored and modified through a Jupyter notebook.
- Creates workflow engine instances on demand for each user and makes CVMFS available inside of them.
- Adds new endpoint to compare two workflows. The output is a
gitlike diff which can be configured to show differences at metadata level, workspace level or both. - Adds new endpoint to delete workflows including the stopped ones.
- Adds new endpoints to delete and move files whithin the workspace. The deletion can be also done recursively with a wildcard.
- Adds new endpoint which returns workflow parameters.
- Adds new endpoint to query the disk usage of a given workspace.
- Makes docker image slimmer by using
python:3.6-slim. - Centralises log level and log format configuration.
4.2. Version 0.4.0 (2018-11-06)¶
- Improves AMQP re-connection handling. Switches from
pikatokombu. - Improves REST API documentation rendering.
- Changes license to MIT.
4.3. Version 0.3.2 (2018-09-25)¶
- Modifies job input identification process for caching purposes, adding compatibility with CephFS storage volumes.
4.4. Version 0.3.1 (2018-09-07)¶
- Harmonises date and time outputs amongst various REST API endpoints.
- Separates workflow parameters and engine parameters when running Serial workflows.
- Pins REANA-Commons and REANA-DB dependencies.
4.5. Version 0.3.0 (2018-08-10)¶
- Adds support for Serial workflows.
- Tracks progress of workflow runs.
- Adds uwsgi for production deployments.
- Allows downloading of any file from a workflow workspace.
4.6. Version 0.2.0 (2018-04-19)¶
- Adds support for Common Workflow Language workflows.
- Adds support for specifying workflow names in REST API requests.
- Adds sequential incrementing of workflow run numbers.
- Adds support for nested inputs and runtime code directory uploads.
- Improves error messages and information.
- Prevents multiple starts of the same workflow.
4.7. Version 0.1.0 (2018-01-30)¶
- Initial public release.
Please beware
Please note that REANA is in an early alpha stage of its development. The developer preview releases are meant for early adopters and testers. Please don’t rely on released versions for any production purposes yet.