Skip to content

Commit d278275

Browse files
pditommasoclaude
andcommitted
[release] Nextflow version 25.10.4 [e2e prod]
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent e055867 commit d278275

File tree

8 files changed

+22
-11
lines changed

8 files changed

+22
-11
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.10.3
1+
25.10.4

changelog.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
NEXTFLOW CHANGE-LOG
22
===================
3+
25.10.4 - 10 Feb 2026
4+
- Add isCompleted check in getNumSpotInterruptions (#6806) [21390a1fb]
5+
- Fix false error with optional param (#6811) [f3816365e]
6+
- Fix false error with multi-line tuple assignment in v2 parser (#6786) [39e4c42cf]
7+
- Fix false error in v2 parser when including config file from http url (#6753) [473850c3c]
8+
- Fix LogsCheckpoint thread blocking shutdown for up to 90 seconds (#6787) [118e1dca8]
9+
- Remove unnecessary runtime checks with strict syntax (#6539) [408e45994]
10+
- Bump nf-amazon@3.4.4
11+
- Bump nf-google@1.23.5
12+
- Bump nf-tower@1.17.5
13+
314
25.10.3 - 22 Jan 2026
415
- Add Channel::mix(Value...) [a2bb57158]
516
- Add spot interruption tracking to trace records (#6606) [f59137e6c]
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build=0
2-
version=25.10.3
3-
timestamp=1769091944098
4-
commitId=298057501
2+
version=25.10.4
3+
timestamp=1770734263024
4+
commitId=e055867ae
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
nf-amazon@3.4.3
1+
nf-amazon@3.4.4
22
nf-azure@1.20.2
33
nf-cloudcache@0.5.0
44
nf-codecommit@0.5.0
55
nf-console@1.3.0
6-
nf-google@1.23.4
6+
nf-google@1.23.5
77
nf-k8s@1.2.2
8-
nf-tower@1.17.4
8+
nf-tower@1.17.5
99
nf-wave@1.16.1

nextflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
[[ "$NXF_DEBUG" == 'x' ]] && set -x
18-
NXF_VER=${NXF_VER:-'25.10.3'}
18+
NXF_VER=${NXF_VER:-'25.10.4'}
1919
NXF_ORG=${NXF_ORG:-'nextflow-io'}
2020
NXF_HOME=${NXF_HOME:-$HOME/.nextflow}
2121
NXF_PROT=${NXF_PROT:-'https'}

nextflow.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0bc0e0ce5566b2e1648e9aec1a750b33
1+
c32675420daa3aff4f6dd92c7274f09b

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b315bbb3fd97c8c165c9d9de288c21f9efbf167a
1+
ef7600f770f3de0916f672b243eafbf6117b7b82

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5a4da9d3f8e27392ec2b555fff9ac1265a5e6e7104f106ffccaabdc700da4ff8
1+
968af86ff461c8c78a0704d46a0f0af0be52adf1dd15298b16f50a5463385456

0 commit comments

Comments
 (0)