Version 2.6.0
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
- Removed Java 11 support, it might still work, but we don't test for that version anymore.
- Added support for Java 25, which is supported starting from Nextflow 25.10.0.
Bug fixes
- Fixed a bug where the
existsevaluator would fail on globbing patterns. Theexistsevaluator will now correctly validate globbing patterns.