Skip to content

Version 2.6.0

Choose a tag to compare

@nvnieuwk nvnieuwk released this 24 Oct 09:35
· 42 commits to master since this release
44c1b99

This is a small release to enable compatibility with Nextflow 25.10.0 and thus the minimal compatible Nextflow version is 25.10.0 now.

Changes

  1. Removed Java 11 support, it might still work, but we don't test for that version anymore.
  2. Added support for Java 25, which is supported starting from Nextflow 25.10.0.

Bug fixes

  1. Fixed a bug where the exists evaluator would fail on globbing patterns. The exists evaluator will now correctly validate globbing patterns.