File tree Expand file tree Collapse file tree 9 files changed +38
-16
lines changed
modules/nextflow/src/main/resources/META-INF Expand file tree Collapse file tree 9 files changed +38
-16
lines changed Original file line number Diff line number Diff line change 3838.dockerignore
3939.launch.classpath
4040plugins-prod
41- sandbox
42- wave-tests
43- x /*
41+ /minio
42+ /sandbox
43+ /wave-tests
44+ /test-sched
45+ /test-module
46+ /results
47+ /x /*
Original file line number Diff line number Diff line change 1- 26.01.1 -edge
1+ 26.02.0 -edge
Original file line number Diff line number Diff line change 11NEXTFLOW CHANGE-LOG
22===================
3+ 26.02.0-edge - 28 Feb 2026
4+ - Add agent output mode (NXF_AGENT_MODE) [eae9f7d09]
5+ - Allow boolean params to implicitly default to false (#6764) [775a0fb87]
6+ - Ensure main script is first in the WorkflowRun lineage record (#6845) [ef01581d5]
7+ - Fix AgentLogObserver println clash with Groovy GDK method [c6314d7b5]
8+ - Fix AnsiLogObserver sticky messages duplicated when lines wrap (#6852) [4a06f705a]
9+ - Fix missing space before revision in launch info (#6834) [f30d782f5]
10+ - Fix ResourcesAggregator deadlock with virtual thread executor (#6840) [7ac4f3ea9]
11+ - Fix S3 delete throwing DirectoryNotEmptyException due to eventual consistency (#6833) [f3ac49754]
12+ - Fix S3 lookup unbounded pagination with double call (#6851) [a2e67eb99]
13+ - Fix vertical alignment in timeline report (#6794) [bbe0a27c9]
14+ - Handle Azure Batch ActiveJobAndScheduleQuotaReached with retry (#6874) [6e66aaa58]
15+ - Report actual GCP zone in Google Batch trace records (#6855) [465791294]
16+ - Sched core implementation alpha1 (#6242) [870c858af]
17+ - Treat LSF job status UNKWN as HOLD (#5756) [63aae8933]
18+ - Update default Azure Batch VM image to Ubuntu 24.04 (#6844) [b621fc7cb]
19+ - Use explicit memory units for LSF executor (#5217) [a369d6f33]
20+
32126.01.1-edge - 11 Feb 2026
422- Add OSC 8 hyperlinks to task hashes in progress output (#6799) [8d266c76b]
523- Fix JGit resources not being closed in CLI commands (#6795) [908e4c70d]
Original file line number Diff line number Diff line change 11build =0
2- version =26.01.1 -edge
3- timestamp =1770843485305
4- commitId =8d266c76b
2+ version =26.02.0 -edge
3+ timestamp =1772281791838
4+ commitId =bb2340297
Original file line number Diff line number Diff line change 1- nf-amazon@3.7.0
2- nf-azure@1.21 .0
1+ nf-amazon@3.7.1
2+ nf-azure@1.22 .0
33nf-cloudcache@0.6.0
44nf-codecommit@0.5.0
55nf-console@1.3.0
6- nf-google@1.26.0
6+ nf-google@1.26.1
77nf-k8s@1.5.0
8- nf-seqera@0.6 .0
9- nf-tower@1.20 .0
8+ nf-seqera@0.12 .0
9+ nf-tower@1.21 .0
1010nf-wave@1.18.0
Original file line number Diff line number Diff line change 1616#
1717
1818[[ " $NXF_DEBUG " == ' x' ]] && set -x
19- NXF_VER=${NXF_VER:- ' 26.01.1 -edge' }
19+ NXF_VER=${NXF_VER:- ' 26.02.0 -edge' }
2020NXF_ORG=${NXF_ORG:- ' nextflow-io' }
2121NXF_HOME=${NXF_HOME:- $HOME / .nextflow}
2222NXF_PROT=${NXF_PROT:- ' https' }
Original file line number Diff line number Diff line change 1- 9a9a1e83bf69edc9301e014922ea8108
1+ 4b7b7661f9b9b8dfee17ea98988f770e
Original file line number Diff line number Diff line change 1- 958c9952ab0cfebc8bee6f347e1179291eabdcb5
1+ 5f85c6c3f5b5c0a8060275621e13b173e1bbf44b
Original file line number Diff line number Diff line change 1- 8016b47b71957fbaae8ee5751f366e505ddf907215df3e591a09e9b82f8894da
1+ 355d4a0c3d3c00356117b1fa5cfd8726d647ab8862645da75acf4bca9b1e9753
You can’t perform that action at this time.
0 commit comments