Skip to content

Commit 3a53ba4

Browse files
committed
[release] Nextflow version 25.09.0-edge
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent be01d3f commit 3a53ba4

File tree

6 files changed

+34
-5
lines changed

6 files changed

+34
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.08.0-edge
1+
25.09.0-edge

changelog.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
NEXTFLOW CHANGE-LOG
22
===================
3+
25.09.0-edge - 8 Oct 2025
4+
- Add listDirectory traversal API to RepositoryProvider abstraction (#6430) [1449fdfec]
5+
- Add step to claim plugin in Gradle plugin migration docs (#6450) [3b709004b]
6+
- Add support for comma-separated file paths in ProcessEntryHandler (#6434) [fe627644d]
7+
- Add support for Java 25 (#6419) [dc8d474d6]
8+
- Add unit test for invalid workflow entry name error handling (#6409) [249eb1aaa]
9+
- Fix cache command to check session cloudCachePath [a88e2cdf2]
10+
- Fix cache command to use SysEnv for cloudcache path check (#6432) [771b8b60e]
11+
- Fix cookie policy for Seqera Platform JWT token refresh (#6411) [c3959cfc3]
12+
- Fix CVE-2025-55163 in nf-google plugin [7d7061797]
13+
- Fix default fields in trace config (#6403) [3eddfad68]
14+
- Fix pod log warning with Fusion enabled (#6449) [8c78b3126]
15+
- Fix SIGTERM forwarding in AWS Batch jobs (#6414) [abbef79b7]
16+
- Fix "Strings must not be null" error message (#6404) [24314b112]
17+
- Fix unstage controls in command.run when using storeDir (#6364) [a5756da3e]
18+
- Generate plugin spec (#6361) [ed6bb6037]
19+
- Get exit code from pod to manage OOM in k8s (#6442) [f258a758e]
20+
- Limit S3 concurrent downloads to fix Java Heap OOM (#6402) [fd71d0e8c]
21+
- Update Gradle build system to version 9.1.0 (#6418) [e2bb2f083]
22+
- Bump Google Cloud libraries to latest versions (#6438) [59a63f1ae]
23+
- Bump nextflow-gradle-plugin version 1.0.0-beta.10 [812ed7f9f]
24+
- Bump [email protected] [3561c26e9]
25+
- Bump [email protected] [fae3c2d58]
26+
- Bump [email protected] [91514a6f6]
27+
- Bump [email protected] [153745a16]
28+
- Bump [email protected] [c4f4eca9b]
29+
- Bump [email protected] [ef9110407]
30+
- Bump [email protected] [be01d3f96]
31+
332
25.08.0-edge - 14 Sep 2025
433
- Add Claude Code GitHub Action integration (#6389) [1073a1da]
534
- Add Value type for dataflow values (value channels) (#6372) [8de2339e]

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.08.0-edge'}
18+
NXF_VER=${NXF_VER:-'25.09.0-edge'}
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-
006ec70e2c2c997a42353c2159df20d6
1+
fbe95b3e7e240a05561647e4209ad54b

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7b2a7de07a14bb8961a43e4c26894a764b33a0fe
1+
1a350c083be9a68cd65f7a921a303f1f847be93a

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5e25a2ec208767e12c8c91f6148e651cfde3994451b3a5bbe3ef12b97d5b47ee
1+
e3eedc5610248de961c72866f2f1be70486b9c126607d1c6984352ccf8dcf6e9

0 commit comments

Comments
 (0)