Skip to content

Commit a303ef8

Browse files
Merge branch 'master' into backport-mysql-version-warnings
2 parents 7f04c90 + 28e791b commit a303ef8

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

changelog/nextflow/v25.10.4.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Nextflow 25.10.4
3+
date: 2026-02-10
4+
tags: [nextflow]
5+
---
6+
7+
## Feature updates and improvements
8+
9+
### Language features
10+
11+
- Removed unnecessary runtime checks with strict syntax by @bentsherman in [#6539](https://github.com/nextflow-io/nextflow/pull/6539)
12+
13+
### AWS Batch
14+
15+
- Added `isCompleted` check in getNumSpotInterruptions by @munishchouhan in [#6806](https://github.com/nextflow-io/nextflow/pull/6806)
16+
17+
### Dependencies
18+
19+
- Bumped nf-amazon@3.4.4 by @pditommaso
20+
- Bumped nf-google@1.23.5 by @pditommaso
21+
- Bumped nf-tower@1.17.5 by @pditommaso
22+
23+
## Bug fixes
24+
25+
### Language features
26+
27+
- Fixed false error with optional param by @bentsherman in [#6811](https://github.com/nextflow-io/nextflow/pull/6811)
28+
- Fixed false error with multi-line tuple assignment in v2 parser by @bentsherman in [#6786](https://github.com/nextflow-io/nextflow/pull/6786)
29+
- Fixed false error in v2 parser when including config file from http url by @bentsherman in [#6753](https://github.com/nextflow-io/nextflow/pull/6753)
30+
31+
### General
32+
33+
- Fixed `LogsCheckpoint` thread blocking shutdown for up to 90 seconds by @pditommaso in [#6787](https://github.com/nextflow-io/nextflow/pull/6787)
34+
35+
**Full changelog**: https://github.com/nextflow-io/nextflow/releases/tag/v25.10.4

0 commit comments

Comments
 (0)