Skip to content

Releases: virtool/virtool-workflow

5.4.1

22 Sep 22:21
745af7a
Compare
Choose a tag to compare

5.4.1 (2023-09-22)

Bug Fixes

  • remove ping spam from stdout (745af7a)

5.4.0

05 Sep 22:36
2fc06d0
Compare
Choose a tag to compare

5.4.0 (2023-09-05)

Features

5.3.2

07 Jul 03:22
34e7a33
Compare
Choose a tag to compare

5.3.2 (2023-07-07)

Bug Fixes

5.3.1

05 Jul 20:21
6ecd6e0
Compare
Choose a tag to compare

5.3.1 (2023-07-05)

Bug Fixes

  • improve error visibility (6ecd6e0)

5.3.0

09 Feb 05:12
47c6c43
Compare
Choose a tag to compare

5.3.0 (2023-02-09)

Features

  • make ping requests to server while running (47c6c43)

5.2.1

30 Nov 21:04
b5824a3
Compare
Choose a tag to compare

5.2.1 (2022-11-30)

Bug Fixes

  • prevent error when accessing index data_type value (b5824a3)

5.2.0

24 Nov 22:55
Compare
Choose a tag to compare

5.2.0 (2022-11-24)

Features

  • add reference field to workflow index objects (27485b9)
  • log framework version on start (db7eb60)

5.1.0

24 Nov 00:21
Compare
Choose a tag to compare

5.1.0 (2022-11-24)

Features

  • add id and manifest fields to workflow index objects (bc500b2)

5.0.1

23 Nov 22:09
Compare
Choose a tag to compare

5.0.1 (2022-11-23)

Bug Fixes

  • shorten subprocess logging messages (247cf2f)

5.0.0

23 Nov 21:28
Compare
Choose a tag to compare

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.