Releases: virtool/virtool-workflow
Releases · virtool/virtool-workflow
5.3.1
5.3.1 (2023-07-05)
Bug Fixes
5.3.0
5.3.0 (2023-02-09)
Features
- make ping requests to server while running (47c6c43)
5.2.1
5.2.1 (2022-11-30)
Bug Fixes
- prevent error when accessing index data_type value (b5824a3)
5.2.0
5.2.0 (2022-11-24)
Features
- add reference field to workflow index objects (27485b9)
- log framework version on start (db7eb60)
5.1.0
5.1.0 (2022-11-24)
Features
- add id and manifest fields to workflow index objects (bc500b2)
5.0.1
5.0.1 (2022-11-23)
Bug Fixes
- shorten subprocess logging messages (247cf2f)
5.0.0
5.0.0 (2022-11-23)
Bug Fixes
- remove --fixture-file option (c26a257)
- remove --workflow-file option (86ec137)
Features
BREAKING CHANGES
- Only
workflow.py
files in the workflow root directory are accepted as an input workflows.
- Fixture files must now be in the workflow root directory and be named
fixtures.py
.
- Compatible only with API versions >= 12.0.0.
- May break functionality not supported in Python 3.10 or higher.
4.2.2
4.2.2 (2022-07-11)
Bug Fixes
- retry requests on when connection refused (2446a10)
- retry requests that encounter server disconnections (d5a29f5)
4.2.1
4.2.1 (2022-06-02)
Bug Fixes
- set name using step decorator parameters (db62f2c)
4.2.0
4.2.0 (2022-05-26)
Bug Fixes
- avoid logging JSON responses (7ca610e)
Features
- raise an error when a subprocess fails (9440285)