Releases: virtool/virtool-workflow
Releases · virtool/virtool-workflow
5.4.1
5.4.1 (2023-09-22)
Bug Fixes
- remove ping spam from stdout (745af7a)
5.4.0
5.4.0 (2023-09-05)
Features
5.3.2
5.3.2 (2023-07-07)
Bug Fixes
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.