Skip to content

Releases: scipipe/scipipe

v0.12.0: Important bugfix. Minor API change.

14 Oct 09:11
Compare
Choose a tag to compare

This release contains an important bugfix, making sure that we properly handle all errors (#146).

It also contains a minor API change, that could affect custom components making use of the AtomizeIPs() method, which is now renamed to FinalizePaths().

v0.11.2-rc4: Properly handle errors when finalizing paths

14 Oct 08:06
Compare
Choose a tag to compare

This release fixes a bug where some errors were not properly handled and reported on finalizing paths.

v0.11.2-rc3: Fix wrong error message in concatenator component

11 Oct 22:29
Compare
Choose a tag to compare

This Release Candidate fixes an erroneous error message in the concatenator component, that might result in confusion when debugging.

v0.11.2-rc2: Fix behavior in globber

07 Oct 21:56
Compare
Choose a tag to compare
Pre-release

This release fixes a behavior in the globber component, making sure that it waits for all its dependencies to arrive before globbing.

v0.11.2-rc1: Try to fix #143: Fix problem with creating directories in concatenator

29 Sep 20:02
Compare
Choose a tag to compare

Try to fix #143: Fix problem with creating directories in concatenator

This is a pre-release, release candidate.

v0.11.1: Fix error about potential TempDir clashes

01 Sep 19:12
Compare
Choose a tag to compare

This is a small bugfix release, fixing bug #142 about a potential collision between TempDir paths.

v0.11.0: Better logging

29 Aug 00:02
Compare
Choose a tag to compare

This is a rather small release, which fixes issue #134 and improves logging, by making sure that more context information, such as process, task, workflow or file-IP name is included wherever applicable.

It increases more than the most minor part in the version since it contains some smaller breaking changes, in particular that the NewFileIP() constructor returns errors instead of failing the program locally (this is, as you might have guessed, part of the move towards logging errors in a place with more context available).

v0.10.2: Enhancement: Properly fail if not all ports are closed at the same time in IPSelectorSync

28 Jun 23:21
Compare
Choose a tag to compare

v0.10.1: Fix #131: Don't panic on erroneous path trimming

25 May 10:52
Compare
Choose a tag to compare

v0.10.0: Bugfix: Basename modifier should not include parent dir part

24 May 21:30
Compare
Choose a tag to compare

This release fixes bug #130. Read more in the bug description for info about this. We are bumping to 0.10.0 as this is potentially a breaking change for workflows already using the basename modifier.