File tree Expand file tree Collapse file tree 8 files changed +22
-11
lines changed
modules/nextflow/src/main/resources/META-INF Expand file tree Collapse file tree 8 files changed +22
-11
lines changed Original file line number Diff line number Diff line change 1- 25.10.3
1+ 25.10.4
Original file line number Diff line number Diff line change 11NEXTFLOW 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+
31425.10.3 - 22 Jan 2026
415- Add Channel::mix(Value...) [a2bb57158]
516- Add spot interruption tracking to trace records (#6606) [f59137e6c]
Original file line number Diff line number Diff line change 11build =0
2- version =25.10.3
3- timestamp =1769091944098
4- commitId =298057501
2+ version =25.10.4
3+ timestamp =1770734263024
4+ commitId =e055867ae
Original file line number Diff line number Diff line change 1- nf-amazon@3.4.3
1+ nf-amazon@3.4.4
22nf-azure@1.20.2
33nf-cloudcache@0.5.0
44nf-codecommit@0.5.0
55nf-console@1.3.0
6- nf-google@1.23.4
6+ nf-google@1.23.5
77nf-k8s@1.2.2
8- nf-tower@1.17.4
8+ nf-tower@1.17.5
99nf-wave@1.16.1
Original file line number Diff line number Diff line change 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 ' }
1919NXF_ORG=${NXF_ORG:- ' nextflow-io' }
2020NXF_HOME=${NXF_HOME:- $HOME / .nextflow}
2121NXF_PROT=${NXF_PROT:- ' https' }
Original file line number Diff line number Diff line change 1- 0bc0e0ce5566b2e1648e9aec1a750b33
1+ c32675420daa3aff4f6dd92c7274f09b
Original file line number Diff line number Diff line change 1- b315bbb3fd97c8c165c9d9de288c21f9efbf167a
1+ ef7600f770f3de0916f672b243eafbf6117b7b82
Original file line number Diff line number Diff line change 1- 5a4da9d3f8e27392ec2b555fff9ac1265a5e6e7104f106ffccaabdc700da4ff8
1+ 968af86ff461c8c78a0704d46a0f0af0be52adf1dd15298b16f50a5463385456
You can’t perform that action at this time.
0 commit comments