Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions changelog/nextflow/v26.03.2-edge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: Nextflow 26.03.2-edge
date: 2026-04-07
tags: [nextflow]
---

## Feature updates and improvements

### Language features

- Added typed workflows by @bentsherman in [#6881](https://github.com/nextflow-io/nextflow/pull/6881)

### Modules

- Added `module create` subcommand by @pditommaso in [#6992](https://github.com/nextflow-io/nextflow/pull/6992)
- Added `module spec` command by @jorgee in [#6859](https://github.com/nextflow-io/nextflow/pull/6859)
- Added `module validate` subcommand by @pditommaso in [#6993](https://github.com/nextflow-io/nextflow/pull/6993)
- Replaced custom `ModuleRegistryClient` with `npr-client` API by @pditommaso in [#7012](https://github.com/nextflow-io/nextflow/pull/7012)

### General

- Added compute env ID and provider support to Seqera executor by @pditommaso in [#6906](https://github.com/nextflow-io/nextflow/pull/6906)
- Added `resourceAllocation` field to trace record by @pditommaso in [#6973](https://github.com/nextflow-io/nextflow/pull/6973)
- Replaced Auth0 with Platform OIDC PKCE for auth login by @pditommaso in [#6953](https://github.com/nextflow-io/nextflow/pull/6953)
- Used inline metadata from trace create response by @pditommaso in [#6976](https://github.com/nextflow-io/nextflow/pull/6976)

## Bug fixes

### General

- Fixed NPE in GitLab/Gitea `getGitCredentials` when password is null but token is set by @robsyme in [#7007](https://github.com/nextflow-io/nextflow/pull/7007)
- Fixed missing version for `junit-platform-launcher` dependency by @pditommaso in [#7011](https://github.com/nextflow-io/nextflow/pull/7011)

## Dependencies

- Bumped `nf-amazon@3.8.2`
- Bumped `nf-seqera@0.17.0`
- Bumped `nf-tower@1.24.0`

**Full changelog**: https://github.com/nextflow-io/nextflow/releases/tag/v26.03.2-edge
Loading