File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -208,6 +208,20 @@ Implemented a proper way of caching dependency repositories. The cache is stored
208208
209209* `viash test`: Fix an issue where the tests would not copy package config settings to determine the docker image name (PR # 767).
210210
211+ # Viash 0.8.7 (2025-04-01): Backport support upcoming version of Nextflow
212+
213+ The upcoming release of Nextflow introduces a new class for loading scripts and renamed the old class.
214+ This release supports this change by using reflection to detect the available class.
215+
216+ # # BUG FIXES
217+
218+ * `viash build`: Fix error handling of non-generic errors in the build process or while pushing docker containers (PR # 696).
219+
220+ * `NextflowRunner`: ScriptParser was renamed to ScriptLoaderV1 in Nextflow 25.02.0-edge (PR # 817). Backport from Viash 0.9.3 (PR #812).
221+ This fix uses reflection to detect whether ScriptParser exists -- if not the ScriptLoaderFactory is used instead.
222+
223+ * `NextflowRunner`: Backport path handling for `meta.resources_dir` for when symlinks are used (PR # 817).
224+
211225# Viash 0.8.6 (2024-04-26): Bug fixes and improvements for CI
212226
213227Fix some issues in some edge cases.
You can’t perform that action at this time.
0 commit comments