|
1 | 1 | NEXTFLOW CHANGE-LOG |
2 | 2 | =================== |
| 3 | +25.08.0-edge - 14 Sep 2025 |
| 4 | +- Add Claude Code GitHub Action integration (#6389) [1073a1da] |
| 5 | +- Add Value type for dataflow values (value channels) (#6372) [8de2339e] |
| 6 | +- Add descriptions to plugin MANIFEST.MF files (#6348) [d558ee33] |
| 7 | +- Add null checks in TowerClient onFlowComplete method (#6384) [de968f03] |
| 8 | +- Add plugins redirects (#6385) [3fb8a586] |
| 9 | +- Add test for prefetchMetadata call in pullPlugins method (#6396) [a5c19b89] |
| 10 | +- Add Type annotations (#6278) [0008707e] |
| 11 | +- Fix CLI param override in strict config parser (#6377) [e146b412] |
| 12 | +- Fix GString equality checks with String (#6330) [01e18883] |
| 13 | +- Fix GitHub Actions commit message parsing to use only first line [5bc91622] |
| 14 | +- Fix NPE when contributors omit contribution field in manifest (#6383) [dd2154ca] |
| 15 | +- Fix Platorm refresh token handling [ba78ef74] |
| 16 | +- Fix duplicate page and redirects in docs (#6386) [efba138f] |
| 17 | +- Fix false warning for map config options (#6359) [872d124c] |
| 18 | +- Fix groupTuple operator to handle GString vs String keys consistently (#6400) [206cc015] |
| 19 | +- Fix incorrect spelling in docs (#6336) [00150f2a] |
| 20 | +- Fix null reference error in workflow output (#6374) [d1f43c5d] |
| 21 | +- Fix typo in task config eval (#6392) [e60978f4] |
| 22 | +- Implement Process Execution with Command-Line Parameter Mapping (#6381) [experimental] [6d5a0bd0] |
| 23 | +- Improve secret loading documentation and rename ConfigNullProvider to EmptySecretProvider [9e4c975a] |
| 24 | +- Minor TowerClient improment (#6387) [d7436674] |
| 25 | +- New executor for Fujitsu Technical Computing Suite (TCS) (#5928) [dd87b2fb] |
| 26 | +- Preserve method parameter names in nf-lang JAR (#6355) [83160d66] |
| 27 | +- Refactor Wave and Tower client to use lib-httpx library (#6354) [148a8a13] |
| 28 | +- Replace custom JWT refresh logic with standardized HxClient (#6398) [c68c1e9e] |
| 29 | +- Replace custom retry strategy with HxClient in RepositoryProvider (#6351) [af8ba8c8] |
| 30 | +- Simplify plugin download implementation (#6349) [a3db0f88] |
| 31 | +- Support standard environment variables for ANSI terminal output (#6362) [ede13441] |
| 32 | +- Update core plugins to use Nextflow Gradle plugin (#6379) [a7e4ea86] |
| 33 | +- Warn when file() matches a collection of files (#5507) [726bf484] |
| 34 | +- Workflow params (#5929) [876d8052] |
| 35 | +- Bump netty deps to version 4.1.124.Final [9e8d5969] |
| 36 | + |
3 | 37 | 25.07.0-edge - 15 Aug 2025 |
4 | 38 | - Add `-template` option to plugin create command and improve class name normalization (#6334) [c2c879d7] |
5 | 39 | - Add read permissions to nextflow launcher (#6288) [3614aea1] |
|
0 commit comments