Skip to content

Releases: virtool/virtool-workflow

4.1.0

26 May 16:13
Compare
Choose a tag to compare

4.1.0 (2022-05-26)

Features

4.0.3

16 May 19:37
Compare
Choose a tag to compare

4.0.3 (2022-05-16)

Bug Fixes

  • don't log Redis connection information (753db26)

4.0.2

06 May 16:02
Compare
Choose a tag to compare

4.0.2 (2022-05-06)

Bug Fixes

  • wait longer to establish a redis connection (dc74370)

4.0.1

05 May 22:27
Compare
Choose a tag to compare

4.0.1 (2022-05-05)

Bug Fixes

  • initialize missing samples_provider (7f02dc5)
  • prevent exception related to current_step (3b03de4)

4.0.0

28 Apr 22:36
Compare
Choose a tag to compare

4.0.0 (2022-04-28)

Features

  • add on_error and on_terminated hooks (699d6fe)
  • add on_terminated hook that is triggered on SIGTERM (387f1dd)
  • exit gracefully on SIGTERM, timeout, and cancellation (061eecd)

BREAKING CHANGES

The on_failure hook is still triggered in any failure condition, but it doesn't require and error having been set and doesn't push a status update. The status push behavior is implemented using the on_error, on_terminated, and on_cancelled hooks.

Workflows may have to be updated to account for this change.

3.0.0

26 Apr 20:14
Compare
Choose a tag to compare

3.0.0 (2022-04-26)

chore

Features

  • exit gracefully when no job found or SIGTERM received (33386c6)
  • simplify command line interface (3e7bb4e)

BREAKING CHANGES

  • Trigger a release for previous release 2.3.0.

2.2.0

25 Mar 17:21
Compare
Choose a tag to compare

2.2.0 (2022-03-25)

Bug Fixes

  • use multiple processes for skewer command (d15a3c0)

Features

2.1.3

11 Mar 20:48
Compare
Choose a tag to compare

2.1.3 (2022-03-11)

Bug Fixes

  • prevent creation of broken caches (976199d)

2.1.2

25 Feb 01:04
Compare
Choose a tag to compare

2.1.2 (2022-02-25)

Bug Fixes

  • bump download chunk size to 20 MB (6ab1038)

2.1.1

24 Feb 23:34
Compare
Choose a tag to compare

2.1.1 (2022-02-24)

Bug Fixes

  • prevent excessive memory use when fetching input files (1c32a22)