Skip to content

Commit 6771d1f

Browse files
committed
Update warning in migration docs, now that 26.04 is released
1 parent 656ff4e commit 6771d1f

1 file changed

Lines changed: 9 additions & 13 deletions

File tree

docs/migrations/26-04.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
# Migrating to 26.04 (preview)
44

5-
This page summarizes the upcoming changes in Nextflow 26.04, which will be released in April 2026.
6-
7-
:::{note}
8-
This page is a work in progress and will be updated as features are finalized. It should not be considered complete until the 26.04 release.
9-
:::
5+
This page summarizes the changes in Nextflow 26.04, [released](https://github.com/nextflow-io/nextflow/releases/tag/v26.04.0) April 29th 2026.
106

117
## New features
128

@@ -164,15 +160,15 @@ Breaking changes from the {ref}`first preview <static-typing-first-preview>`:
164160

165161
- The syntax for process tuple inputs has been updated:
166162

167-
```nextflow
168-
// 25.10
169-
input:
170-
(id, fastq_1, fastq_2): Tuple<String,Path,Path>
163+
```nextflow
164+
// 25.10
165+
input:
166+
(id, fastq_1, fastq_2): Tuple<String,Path,Path>
171167
172-
// 26.04
173-
input:
174-
tuple(id: String, fastq_1: Path, fastq_2: Path)
175-
```
168+
// 26.04
169+
input:
170+
tuple(id: String, fastq_1: Path, fastq_2: Path)
171+
```
176172
177173
- The method signature for the `stageAs` directive was changed from `(filePattern, value)` to `(value, filePattern)`.
178174

0 commit comments

Comments
 (0)