<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Seqera Changelog</title>
        <link>https://docs.seqera.io/changelog</link>
        <description>Stay updated with our blog posts!</description>
        <lastBuildDate>Tue, 07 Apr 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>Copyright © 2026 Seqera</copyright>
        <item>
            <title><![CDATA[Nextflow 26.03.2-edge]]></title>
            <link>https://docs.seqera.io/changelog/nextflow/v26.03.2-edge</link>
            <guid>https://docs.seqera.io/changelog/nextflow/v26.03.2-edge</guid>
            <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Feature updates and improvements]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feature-updates-and-improvements">Feature updates and improvements<a href="https://docs.seqera.io/changelog/nextflow/v26.03.2-edge#feature-updates-and-improvements" class="hash-link" aria-label="Direct link to Feature updates and improvements" title="Direct link to Feature updates and improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="language-features">Language features<a href="https://docs.seqera.io/changelog/nextflow/v26.03.2-edge#language-features" class="hash-link" aria-label="Direct link to Language features" title="Direct link to Language features" translate="no">​</a></h3>
<ul>
<li class="">Added typed workflows by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6881" target="_blank" rel="noopener noreferrer" class="">#6881</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="modules">Modules<a href="https://docs.seqera.io/changelog/nextflow/v26.03.2-edge#modules" class="hash-link" aria-label="Direct link to Modules" title="Direct link to Modules" translate="no">​</a></h3>
<ul>
<li class="">Added <code>module create</code> subcommand by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6992" target="_blank" rel="noopener noreferrer" class="">#6992</a></li>
<li class="">Added <code>module spec</code> command by @jorgee in <a href="https://github.com/nextflow-io/nextflow/pull/6859" target="_blank" rel="noopener noreferrer" class="">#6859</a></li>
<li class="">Added <code>module validate</code> subcommand by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6993" target="_blank" rel="noopener noreferrer" class="">#6993</a></li>
<li class="">Replaced custom <code>ModuleRegistryClient</code> with <code>npr-client</code> API by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/7012" target="_blank" rel="noopener noreferrer" class="">#7012</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general">General<a href="https://docs.seqera.io/changelog/nextflow/v26.03.2-edge#general" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Added compute env ID and provider support to Seqera executor by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6906" target="_blank" rel="noopener noreferrer" class="">#6906</a></li>
<li class="">Added <code>resourceAllocation</code> field to trace record by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6973" target="_blank" rel="noopener noreferrer" class="">#6973</a></li>
<li class="">Replaced Auth0 with Platform OIDC PKCE for auth login by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6953" target="_blank" rel="noopener noreferrer" class="">#6953</a></li>
<li class="">Used inline metadata from trace create response by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6976" target="_blank" rel="noopener noreferrer" class="">#6976</a></li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="bug-fixes">Bug fixes<a href="https://docs.seqera.io/changelog/nextflow/v26.03.2-edge#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general-1">General<a href="https://docs.seqera.io/changelog/nextflow/v26.03.2-edge#general-1" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Fixed NPE in GitLab/Gitea <code>getGitCredentials</code> when password is null but token is set by @robsyme in <a href="https://github.com/nextflow-io/nextflow/pull/7007" target="_blank" rel="noopener noreferrer" class="">#7007</a></li>
<li class="">Fixed missing version for <code>junit-platform-launcher</code> dependency by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/7011" target="_blank" rel="noopener noreferrer" class="">#7011</a></li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="dependencies">Dependencies<a href="https://docs.seqera.io/changelog/nextflow/v26.03.2-edge#dependencies" class="hash-link" aria-label="Direct link to Dependencies" title="Direct link to Dependencies" translate="no">​</a></h2>
<ul>
<li class="">Bumped <code>nf-amazon@3.8.2</code></li>
<li class="">Bumped <code>nf-seqera@0.17.0</code></li>
<li class="">Bumped <code>nf-tower@1.24.0</code></li>
</ul>
<p><strong>Full changelog</strong>: <a href="https://github.com/nextflow-io/nextflow/releases/tag/v26.03.2-edge" target="_blank" rel="noopener noreferrer" class="">https://github.com/nextflow-io/nextflow/releases/tag/v26.03.2-edge</a></p>]]></content:encoded>
            <category>nextflow</category>
        </item>
        <item>
            <title><![CDATA[Wave v1.33.1]]></title>
            <link>https://docs.seqera.io/changelog/wave/v1.33.1</link>
            <guid>https://docs.seqera.io/changelog/wave/v1.33.1</guid>
            <pubDate>Sun, 29 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Feature updates and improvements]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feature-updates-and-improvements">Feature updates and improvements<a href="https://docs.seqera.io/changelog/wave/v1.33.1#feature-updates-and-improvements" class="hash-link" aria-label="Direct link to Feature updates and improvements" title="Direct link to Feature updates and improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="container-building">Container building<a href="https://docs.seqera.io/changelog/wave/v1.33.1#container-building" class="hash-link" aria-label="Direct link to Container building" title="Direct link to Container building" translate="no">​</a></h3>
<ul>
<li class="">Refactored build vs cache IAM permission structure by @gwright99 in <a href="https://github.com/seqeralabs/wave/pull/999" target="_blank" rel="noopener noreferrer" class="">#999</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="uiux">UI/UX<a href="https://docs.seqera.io/changelog/wave/v1.33.1#uiux" class="hash-link" aria-label="Direct link to UI/UX" title="Direct link to UI/UX" translate="no">​</a></h3>
<ul>
<li class="">Updated list to cards on tutorials page by @christopher-hakkaart in <a href="https://github.com/seqeralabs/wave/pull/993" target="_blank" rel="noopener noreferrer" class="">#993</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general">General<a href="https://docs.seqera.io/changelog/wave/v1.33.1#general" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Updated index page by @christopher-hakkaart in <a href="https://github.com/seqeralabs/wave/pull/1004" target="_blank" rel="noopener noreferrer" class="">#1004</a></li>
<li class="">Updated copyright to 2026 by @munishchouhan in <a href="https://github.com/seqeralabs/wave/pull/1003" target="_blank" rel="noopener noreferrer" class="">#1003</a></li>
<li class="">Updated token cache duration and clarified public repository documentation by @munishchouhan in <a href="https://github.com/seqeralabs/wave/pull/1007" target="_blank" rel="noopener noreferrer" class="">#1007</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="dependencies">Dependencies<a href="https://docs.seqera.io/changelog/wave/v1.33.1#dependencies" class="hash-link" aria-label="Direct link to Dependencies" title="Direct link to Dependencies" translate="no">​</a></h3>
<ul>
<li class="">Migrated dependencies to Gradle version catalog (<code>libs.versions.toml</code>) by @cristianrcv in <a href="https://github.com/seqeralabs/wave/pull/996" target="_blank" rel="noopener noreferrer" class="">#996</a></li>
<li class="">Bumped Netty to <code>4.2.10.Final</code> and Micronaut to <code>4.10.10</code> by @pditommaso in <a href="https://github.com/seqeralabs/wave/pull/1001" target="_blank" rel="noopener noreferrer" class="">#1001</a></li>
</ul>
<p><strong>Full changelog</strong>: <a href="https://github.com/seqeralabs/wave/compare/v1.33.0...v1.33.1" target="_blank" rel="noopener noreferrer" class="">https://github.com/seqeralabs/wave/compare/v1.33.0...v1.33.1</a></p>]]></content:encoded>
            <category>wave</category>
        </item>
        <item>
            <title><![CDATA[Nextflow 26.03.1-edge]]></title>
            <link>https://docs.seqera.io/changelog/nextflow/v26.03.1-edge</link>
            <guid>https://docs.seqera.io/changelog/nextflow/v26.03.1-edge</guid>
            <pubDate>Thu, 26 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Feature updates and improvements]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feature-updates-and-improvements">Feature updates and improvements<a href="https://docs.seqera.io/changelog/nextflow/v26.03.1-edge#feature-updates-and-improvements" class="hash-link" aria-label="Direct link to Feature updates and improvements" title="Direct link to Feature updates and improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="language-features">Language features<a href="https://docs.seqera.io/changelog/nextflow/v26.03.1-edge#language-features" class="hash-link" aria-label="Direct link to Language features" title="Direct link to Language features" translate="no">​</a></h3>
<ul>
<li class="">Hardened <code>ProcessEntryHandler</code> types and added test for dot-notation conflicts by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6966" target="_blank" rel="noopener noreferrer" class="">#6966</a></li>
<li class="">Added print workflow outputs on run completion by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6875" target="_blank" rel="noopener noreferrer" class="">#6875</a></li>
<li class="">Used destructuring syntax for process record/tuple inputs by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6912" target="_blank" rel="noopener noreferrer" class="">#6912</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general">General<a href="https://docs.seqera.io/changelog/nextflow/v26.03.1-edge#general" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Added <code>-project-dir</code> option to <code>lint</code> command by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6728" target="_blank" rel="noopener noreferrer" class="">#6728</a></li>
<li class="">Added platform-related metadata to <code>WorkflowRun</code> lineage record by @jorgee in <a href="https://github.com/nextflow-io/nextflow/pull/6545" target="_blank" rel="noopener noreferrer" class="">#6545</a></li>
<li class="">Added request timeout to tower client by @jorgee in <a href="https://github.com/nextflow-io/nextflow/pull/6950" target="_blank" rel="noopener noreferrer" class="">#6950</a></li>
<li class="">Added support for Java 26 by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6969" target="_blank" rel="noopener noreferrer" class="">#6969</a></li>
<li class="">Improved module command: enabled logging for module run, fixed info URL and search output by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6961" target="_blank" rel="noopener noreferrer" class="">#6961</a></li>
<li class="">Skipped launch metadata fetch for CLI-submitted runs by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6975" target="_blank" rel="noopener noreferrer" class="">#6975</a></li>
<li class="">Used <code>-d</code> flag for <code>bkill</code> in LSF executor by @cgoina in <a href="https://github.com/nextflow-io/nextflow/pull/6784" target="_blank" rel="noopener noreferrer" class="">#6784</a></li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="bug-fixes">Bug fixes<a href="https://docs.seqera.io/changelog/nextflow/v26.03.1-edge#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="language-features-1">Language features<a href="https://docs.seqera.io/changelog/nextflow/v26.03.1-edge#language-features-1" class="hash-link" aria-label="Direct link to Language features" title="Direct link to Language features" translate="no">​</a></h3>
<ul>
<li class="">Fixed handling of empty <code>publishedValues</code> in <code>PublishOp.onComplete</code> for optional outputs by @jorgee in <a href="https://github.com/nextflow-io/nextflow/pull/6979" target="_blank" rel="noopener noreferrer" class="">#6979</a></li>
<li class="">Fixed incorrect evaluation of <code>secret</code> process directive by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6934" target="_blank" rel="noopener noreferrer" class="">#6934</a></li>
<li class="">Fixed <code>params</code> block in included module by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6940" target="_blank" rel="noopener noreferrer" class="">#6940</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="s3">S3<a href="https://docs.seqera.io/changelog/nextflow/v26.03.1-edge#s3" class="hash-link" aria-label="Direct link to S3" title="Direct link to S3" translate="no">​</a></h3>
<ul>
<li class="">Fixed download of empty files in old MinIO-based S3 transfers by @jorgee in <a href="https://github.com/nextflow-io/nextflow/pull/6944" target="_blank" rel="noopener noreferrer" class="">#6944</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="aws-batch">AWS Batch<a href="https://docs.seqera.io/changelog/nextflow/v26.03.1-edge#aws-batch" class="hash-link" aria-label="Direct link to AWS Batch" title="Direct link to AWS Batch" translate="no">​</a></h3>
<ul>
<li class="">Fixed AWS Batch machine type trace for new instance families by @FloWuenne in <a href="https://github.com/nextflow-io/nextflow/pull/6952" target="_blank" rel="noopener noreferrer" class="">#6952</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="plugins">Plugins<a href="https://docs.seqera.io/changelog/nextflow/v26.03.1-edge#plugins" class="hash-link" aria-label="Direct link to Plugins" title="Direct link to Plugins" translate="no">​</a></h3>
<ul>
<li class="">Fixed <code>jackson-databind</code> dependency in <code>nf-amazon</code> by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6941" target="_blank" rel="noopener noreferrer" class="">#6941</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="dependencies">Dependencies<a href="https://docs.seqera.io/changelog/nextflow/v26.03.1-edge#dependencies" class="hash-link" aria-label="Direct link to Dependencies" title="Direct link to Dependencies" translate="no">​</a></h3>
<ul>
<li class="">Fixed netty and jackson vulnerabilities by @jorgee in <a href="https://github.com/nextflow-io/nextflow/pull/6955" target="_blank" rel="noopener noreferrer" class="">#6955</a></li>
<li class="">Fixed security vulnerabilities by @jorgee in <a href="https://github.com/nextflow-io/nextflow/pull/6938" target="_blank" rel="noopener noreferrer" class="">#6938</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general-1">General<a href="https://docs.seqera.io/changelog/nextflow/v26.03.1-edge#general-1" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Fixed <code>AgentLogObserver</code> printing <code>[SUCCESS]</code> on failed runs by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6962" target="_blank" rel="noopener noreferrer" class="">#6962</a></li>
<li class="">Fixed <code>LogsCheckpoint</code> thread interrupt race condition by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6939" target="_blank" rel="noopener noreferrer" class="">#6939</a></li>
<li class="">Fixed module run CLI params cast to declared <code>meta.yml</code> input types by @jorgee in <a href="https://github.com/nextflow-io/nextflow/pull/6968" target="_blank" rel="noopener noreferrer" class="">#6968</a></li>
<li class="">Fixed typo in <code>TowerRetryPolicy</code>: <code>maxAttemps</code> → <code>maxAttempts</code> by @robsyme in <a href="https://github.com/nextflow-io/nextflow/pull/6949" target="_blank" rel="noopener noreferrer" class="">#6949</a></li>
</ul>
<p><strong>Full changelog</strong>: <a href="https://github.com/nextflow-io/nextflow/releases/tag/v26.03.1-edge" target="_blank" rel="noopener noreferrer" class="">https://github.com/nextflow-io/nextflow/releases/tag/v26.03.1-edge</a></p>]]></content:encoded>
            <category>nextflow</category>
        </item>
        <item>
            <title><![CDATA[Nextflow 26.03.0-edge]]></title>
            <link>https://docs.seqera.io/changelog/nextflow/v26.03.0-edge</link>
            <guid>https://docs.seqera.io/changelog/nextflow/v26.03.0-edge</guid>
            <pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Feature updates and improvements]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feature-updates-and-improvements">Feature updates and improvements<a href="https://docs.seqera.io/changelog/nextflow/v26.03.0-edge#feature-updates-and-improvements" class="hash-link" aria-label="Direct link to Feature updates and improvements" title="Direct link to Feature updates and improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="language-features">Language features<a href="https://docs.seqera.io/changelog/nextflow/v26.03.0-edge#language-features" class="hash-link" aria-label="Direct link to Language features" title="Direct link to Language features" translate="no">​</a></h3>
<ul>
<li class="">Added module system by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6650" target="_blank" rel="noopener noreferrer" class="">#6650</a></li>
<li class="">Added multi-arch support to <code>arch</code> process directive by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6897" target="_blank" rel="noopener noreferrer" class="">#6897</a></li>
<li class="">Added record types by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6679" target="_blank" rel="noopener noreferrer" class="">#6679</a></li>
<li class="">Propagated errors from workflow outputs by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6876" target="_blank" rel="noopener noreferrer" class="">#6876</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="configuration">Configuration<a href="https://docs.seqera.io/changelog/nextflow/v26.03.0-edge#configuration" class="hash-link" aria-label="Direct link to Configuration" title="Direct link to Configuration" translate="no">​</a></h3>
<ul>
<li class="">Added <code>provider</code> option to Seqera executor config by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6908" target="_blank" rel="noopener noreferrer" class="">#6908</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="google-batch">Google Batch<a href="https://docs.seqera.io/changelog/nextflow/v26.03.0-edge#google-batch" class="hash-link" aria-label="Direct link to Google Batch" title="Direct link to Google Batch" translate="no">​</a></h3>
<ul>
<li class="">Added support for GCP Ops Agent by @ejseqera in <a href="https://github.com/nextflow-io/nextflow/pull/6608" target="_blank" rel="noopener noreferrer" class="">#6608</a></li>
<li class="">Added support for latest-generation Google Cloud machine families by @sosoihd in <a href="https://github.com/nextflow-io/nextflow/pull/6841" target="_blank" rel="noopener noreferrer" class="">#6841</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="fusion">Fusion<a href="https://docs.seqera.io/changelog/nextflow/v26.03.0-edge#fusion" class="hash-link" aria-label="Direct link to Fusion" title="Direct link to Fusion" translate="no">​</a></h3>
<ul>
<li class="">Defaulted Fusion to v2.6 for Seqera executor by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6933" target="_blank" rel="noopener noreferrer" class="">#6933</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general">General<a href="https://docs.seqera.io/changelog/nextflow/v26.03.0-edge#general" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Added NVMe disk allocation and <code>diskMountPath</code> support by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6879" target="_blank" rel="noopener noreferrer" class="">#6879</a></li>
<li class="">Added <code>logStreamId</code> to Tower task record by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6877" target="_blank" rel="noopener noreferrer" class="">#6877</a></li>
<li class="">Excluded container from task trace when containers are not enabled by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6824" target="_blank" rel="noopener noreferrer" class="">#6824</a></li>
<li class="">Increased <code>tasks.cloudZone</code> width from 15 to 25 by @ramonamela in <a href="https://github.com/nextflow-io/nextflow/pull/6907" target="_blank" rel="noopener noreferrer" class="">#6907</a></li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="bug-fixes">Bug fixes<a href="https://docs.seqera.io/changelog/nextflow/v26.03.0-edge#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="language-features-1">Language features<a href="https://docs.seqera.io/changelog/nextflow/v26.03.0-edge#language-features-1" class="hash-link" aria-label="Direct link to Language features" title="Direct link to Language features" translate="no">​</a></h3>
<ul>
<li class="">Fixed formatting bug with map key expression by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6893" target="_blank" rel="noopener noreferrer" class="">#6893</a></li>
<li class="">Fixed path traversal, resource leak, and race condition in module system by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6929" target="_blank" rel="noopener noreferrer" class="">#6929</a></li>
<li class="">Fixed remote modules when base dir is not the current working directory by @jorgee in <a href="https://github.com/nextflow-io/nextflow/pull/6932" target="_blank" rel="noopener noreferrer" class="">#6932</a></li>
<li class="">Fixed <code>stageAs</code> method signature in typed process by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6915" target="_blank" rel="noopener noreferrer" class="">#6915</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="configuration-1">Configuration<a href="https://docs.seqera.io/changelog/nextflow/v26.03.0-edge#configuration-1" class="hash-link" aria-label="Direct link to Configuration" title="Direct link to Configuration" translate="no">​</a></h3>
<ul>
<li class="">Fixed type detection of CLI params in v2 config parser by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6765" target="_blank" rel="noopener noreferrer" class="">#6765</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="google-batch-1">Google Batch<a href="https://docs.seqera.io/changelog/nextflow/v26.03.0-edge#google-batch-1" class="hash-link" aria-label="Direct link to Google Batch" title="Direct link to Google Batch" translate="no">​</a></h3>
<ul>
<li class="">Fixed Google Batch exit code when spot claim is successfully retried by @jorgee in <a href="https://github.com/nextflow-io/nextflow/pull/6926" target="_blank" rel="noopener noreferrer" class="">#6926</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="kubernetes">Kubernetes<a href="https://docs.seqera.io/changelog/nextflow/v26.03.0-edge#kubernetes" class="hash-link" aria-label="Direct link to Kubernetes" title="Direct link to Kubernetes" translate="no">​</a></h3>
<ul>
<li class="">Fixed K8s token refresh by caching <code>K8sClient</code> at executor level by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6925" target="_blank" rel="noopener noreferrer" class="">#6925</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="plugins">Plugins<a href="https://docs.seqera.io/changelog/nextflow/v26.03.0-edge#plugins" class="hash-link" aria-label="Direct link to Plugins" title="Direct link to Plugins" translate="no">​</a></h3>
<ul>
<li class="">Fixed <code>HttpPluginRepository</code> empty plugin list check by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6650" target="_blank" rel="noopener noreferrer" class="">#6650</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general-1">General<a href="https://docs.seqera.io/changelog/nextflow/v26.03.0-edge#general-1" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Fixed <code>TraceFileObserver</code> NPE when trace file already exists by @robsyme in <a href="https://github.com/nextflow-io/nextflow/pull/6891" target="_blank" rel="noopener noreferrer" class="">#6891</a></li>
</ul>
<p><strong>Full changelog</strong>: <a href="https://github.com/nextflow-io/nextflow/releases/tag/v26.03.0-edge" target="_blank" rel="noopener noreferrer" class="">https://github.com/nextflow-io/nextflow/releases/tag/v26.03.0-edge</a></p>]]></content:encoded>
            <category>nextflow</category>
        </item>
        <item>
            <title><![CDATA[Wave v1.33.0]]></title>
            <link>https://docs.seqera.io/changelog/wave/v1.33.0</link>
            <guid>https://docs.seqera.io/changelog/wave/v1.33.0</guid>
            <pubDate>Tue, 17 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Feature updates and improvements]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feature-updates-and-improvements">Feature updates and improvements<a href="https://docs.seqera.io/changelog/wave/v1.33.0#feature-updates-and-improvements" class="hash-link" aria-label="Direct link to Feature updates and improvements" title="Direct link to Feature updates and improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="container-building">Container building<a href="https://docs.seqera.io/changelog/wave/v1.33.0#container-building" class="hash-link" aria-label="Direct link to Container building" title="Direct link to Container building" translate="no">​</a></h3>
<ul>
<li class="">Added multi-platform container builds for amd64 and arm64 by @pditommaso in <a href="https://github.com/seqeralabs/wave/pull/985" target="_blank" rel="noopener noreferrer" class="">#985</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="dependencies">Dependencies<a href="https://docs.seqera.io/changelog/wave/v1.33.0#dependencies" class="hash-link" aria-label="Direct link to Dependencies" title="Direct link to Dependencies" translate="no">​</a></h3>
<ul>
<li class="">Externalized lib-pairing module to libseqera by @pditommaso in <a href="https://github.com/seqeralabs/wave/pull/958" target="_blank" rel="noopener noreferrer" class="">#958</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general">General<a href="https://docs.seqera.io/changelog/wave/v1.33.0#general" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Added validation and documentation for commands in the container API by @munishchouhan in <a href="https://github.com/seqeralabs/wave/pull/961" target="_blank" rel="noopener noreferrer" class="">#961</a></li>
<li class="">Added support for cross AWS account IAM role authentication by @munishchouhan in <a href="https://github.com/seqeralabs/wave/pull/979" target="_blank" rel="noopener noreferrer" class="">#979</a></li>
<li class="">Added Server-Side Request Forgery (SSRF) protection to the validate-creds API by @munishchouhan in <a href="https://github.com/seqeralabs/wave/pull/962" target="_blank" rel="noopener noreferrer" class="">#962</a></li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="bug-fixes">Bug fixes<a href="https://docs.seqera.io/changelog/wave/v1.33.0#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general-1">General<a href="https://docs.seqera.io/changelog/wave/v1.33.0#general-1" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Fixed error messages by @munishchouhan in <a href="https://github.com/seqeralabs/wave/pull/957" target="_blank" rel="noopener noreferrer" class="">#957</a></li>
<li class="">Added explicit type casts for ECR auth token requests by @pditommaso in <a href="https://github.com/seqeralabs/wave/pull/992" target="_blank" rel="noopener noreferrer" class="">#992</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/seqeralabs/wave/compare/v1.32.6...v1.33.0" target="_blank" rel="noopener noreferrer" class="">https://github.com/seqeralabs/wave/compare/v1.32.6...v1.33.0</a></p>]]></content:encoded>
            <category>wave</category>
        </item>
        <item>
            <title><![CDATA[Wave v1.32.7]]></title>
            <link>https://docs.seqera.io/changelog/wave/v1.32.7</link>
            <guid>https://docs.seqera.io/changelog/wave/v1.32.7</guid>
            <pubDate>Thu, 12 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Feature updates and improvements]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feature-updates-and-improvements">Feature updates and improvements<a href="https://docs.seqera.io/changelog/wave/v1.32.7#feature-updates-and-improvements" class="hash-link" aria-label="Direct link to Feature updates and improvements" title="Direct link to Feature updates and improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="dependencies">Dependencies<a href="https://docs.seqera.io/changelog/wave/v1.32.7#dependencies" class="hash-link" aria-label="Direct link to Dependencies" title="Direct link to Dependencies" translate="no">​</a></h3>
<ul>
<li class="">Bumped s5cmd to 2.3.0 by @pditommaso in <a href="https://github.com/seqeralabs/wave/commit/80cafbc7b47e5b69e9e697b5b8e2cd70620aa51a" target="_blank" rel="noopener noreferrer" class="">80cafbc7b</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/seqeralabs/wave/compare/v1.32.6...v1.32.7" target="_blank" rel="noopener noreferrer" class="">https://github.com/seqeralabs/wave/compare/v1.32.6...v1.32.7</a></p>]]></content:encoded>
            <category>wave</category>
        </item>
        <item>
            <title><![CDATA[Wave v1.32.6]]></title>
            <link>https://docs.seqera.io/changelog/wave/v1.32.6</link>
            <guid>https://docs.seqera.io/changelog/wave/v1.32.6</guid>
            <pubDate>Fri, 06 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Feature updates and improvements]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feature-updates-and-improvements">Feature updates and improvements<a href="https://docs.seqera.io/changelog/wave/v1.32.6#feature-updates-and-improvements" class="hash-link" aria-label="Direct link to Feature updates and improvements" title="Direct link to Feature updates and improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general">General<a href="https://docs.seqera.io/changelog/wave/v1.32.6#general" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Removed all SurrealDB references by @pditommaso in <a href="https://github.com/seqeralabs/wave/pull/986" target="_blank" rel="noopener noreferrer" class="">#986</a></li>
<li class="">Simplifed <code>inspect.js</code> code by @pditommaso in <a href="https://github.com/seqeralabs/wave/pull/990" target="_blank" rel="noopener noreferrer" class="">#990</a></li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="bug-fixes">Bug fixes<a href="https://docs.seqera.io/changelog/wave/v1.32.6#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general-1">General<a href="https://docs.seqera.io/changelog/wave/v1.32.6#general-1" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Fixed no user in Docker container when using the Conda/Pixi v1 build template by @munishchouhan in <a href="https://github.com/seqeralabs/wave/pull/974" target="_blank" rel="noopener noreferrer" class="">#974</a></li>
<li class="">Fixed Wave and Seqera logo in email in mobile view by @munishchouhan in <a href="https://github.com/seqeralabs/wave/pull/987" target="_blank" rel="noopener noreferrer" class="">#987</a></li>
<li class="">Fixed inspect view by @munishchouhan in <a href="https://github.com/seqeralabs/wave/pull/988" target="_blank" rel="noopener noreferrer" class="">#988</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/seqeralabs/wave/compare/v1.32.5...v1.32.6" target="_blank" rel="noopener noreferrer" class="">https://github.com/seqeralabs/wave/compare/v1.32.5...v1.32.6</a></p>]]></content:encoded>
            <category>wave</category>
        </item>
        <item>
            <title><![CDATA[Seqera Enterprise v25.3.4]]></title>
            <link>https://docs.seqera.io/changelog/seqera-enterprise/v25.3.4</link>
            <guid>https://docs.seqera.io/changelog/seqera-enterprise/v25.3.4</guid>
            <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Feature updates and improvements]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feature-updates-and-improvements">Feature updates and improvements<a href="https://docs.seqera.io/changelog/seqera-enterprise/v25.3.4#feature-updates-and-improvements" class="hash-link" aria-label="Direct link to Feature updates and improvements" title="Direct link to Feature updates and improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="compute-environments">Compute environments<a href="https://docs.seqera.io/changelog/seqera-enterprise/v25.3.4#compute-environments" class="hash-link" aria-label="Direct link to Compute environments" title="Direct link to Compute environments" translate="no">​</a></h3>
<ul>
<li class="">Added support for <code>${username}</code> dynamic notation in resource labels.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="studios">Studios<a href="https://docs.seqera.io/changelog/seqera-enterprise/v25.3.4#studios" class="hash-link" aria-label="Direct link to Studios" title="Direct link to Studios" translate="no">​</a></h3>
<ul>
<li class="">Added configurable SSH timeout parameters for Studios connections.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="pipelines">Pipelines<a href="https://docs.seqera.io/changelog/seqera-enterprise/v25.3.4#pipelines" class="hash-link" aria-label="Direct link to Pipelines" title="Direct link to Pipelines" translate="no">​</a></h3>
<ul>
<li class="">Improved workflow status transitions so that workflows in an unknown state correctly transition to running when a begin trace is received.</li>
<li class="">Updated schema radio control labels for clarity.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="bug-fixes">Bug fixes<a href="https://docs.seqera.io/changelog/seqera-enterprise/v25.3.4#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="compute-environments-1">Compute environments<a href="https://docs.seqera.io/changelog/seqera-enterprise/v25.3.4#compute-environments-1" class="hash-link" aria-label="Direct link to Compute environments" title="Direct link to Compute environments" translate="no">​</a></h3>
<ul>
<li class="">Fixed an issue where <code>resourceLabelIds</code> was incorrectly tracked as a versionable compute environment control.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="pipelines-1">Pipelines<a href="https://docs.seqera.io/changelog/seqera-enterprise/v25.3.4#pipelines-1" class="hash-link" aria-label="Direct link to Pipelines" title="Direct link to Pipelines" translate="no">​</a></h3>
<ul>
<li class="">Fixed job scheduler transaction rollback handling to prevent data inconsistency when an exception occurs while saving job status.</li>
<li class="">Fixed implicit default version resolution for pipelines.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="platform-api">Platform API<a href="https://docs.seqera.io/changelog/seqera-enterprise/v25.3.4#platform-api" class="hash-link" aria-label="Direct link to Platform API" title="Direct link to Platform API" translate="no">​</a></h3>
<ul>
<li class="">Fixed <code>Task.getExit()</code> return type alignment to <code>Integer</code> in the API.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="monitoring-and-observability">Monitoring and observability<a href="https://docs.seqera.io/changelog/seqera-enterprise/v25.3.4#monitoring-and-observability" class="hash-link" aria-label="Direct link to Monitoring and observability" title="Direct link to Monitoring and observability" translate="no">​</a></h3>
<ul>
<li class="">Fixed cookie banner visibility logic for enterprise deployments to correctly hide the banner when no non-essential cookies are configured.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="upgrade-notes">Upgrade notes<a href="https://docs.seqera.io/changelog/seqera-enterprise/v25.3.4#upgrade-notes" class="hash-link" aria-label="Direct link to Upgrade notes" title="Direct link to Upgrade notes" translate="no">​</a></h2>
<p>No breaking changes. Standard upgrade procedure applies.</p>]]></content:encoded>
            <category>seqera enterprise</category>
        </item>
        <item>
            <title><![CDATA[Seqera Cloud v26.1.0_cycle44]]></title>
            <link>https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle44</link>
            <guid>https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle44</guid>
            <pubDate>Tue, 03 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Feature updates and improvements]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feature-updates-and-improvements">Feature updates and improvements<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle44#feature-updates-and-improvements" class="hash-link" aria-label="Direct link to Feature updates and improvements" title="Direct link to Feature updates and improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="data-explorer">Data Explorer<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle44#data-explorer" class="hash-link" aria-label="Direct link to Data Explorer" title="Direct link to Data Explorer" translate="no">​</a></h3>
<ul>
<li class="">Added Molstar 3D viewer for PDB and CIF file preview.</li>
<li class="">Added Molstar PDB viewer component.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="compute-environments">Compute environments<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle44#compute-environments" class="hash-link" aria-label="Direct link to Compute environments" title="Direct link to Compute environments" translate="no">​</a></h3>
<ul>
<li class="">Added AWS credential modes (key-based access and role-based access).</li>
<li class="">Improved compute environment form warning display with individual stacked alerts.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="pipelines">Pipelines<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle44#pipelines" class="hash-link" aria-label="Direct link to Pipelines" title="Direct link to Pipelines" translate="no">​</a></h3>
<ul>
<li class="">Redesigned workflow notification email template.</li>
<li class="">Redesigned report preview modal header layout.</li>
<li class="">Improved clipboard UX in workflow details header.</li>
<li class="">Updated schema radio control copy.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="access-control">Access control<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle44#access-control" class="hash-link" aria-label="Direct link to Access control" title="Direct link to Access control" translate="no">​</a></h3>
<ul>
<li class="">Refined custom roles UI and added required description field.</li>
<li class="">Improved admin workspace list toolbar responsiveness.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general">General<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle44#general" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Applied new status icons across Platform components.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="bug-fixes">Bug fixes<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle44#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="studios">Studios<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle44#studios" class="hash-link" aria-label="Direct link to Studios" title="Direct link to Studios" translate="no">​</a></h3>
<ul>
<li class="">Removed and renamed outstanding references to <code>rstudio</code>.</li>
<li class="">Added backwards compatibility handling for persisted <code>rstudio</code> tool and icon fields.</li>
<li class="">Added workspace existence check before creating Studios workspace settings.</li>
<li class="">Removed Wave call for Studios version label.</li>
<li class="">Fixed R-IDE icon style.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="compute-environments-1">Compute environments<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle44#compute-environments-1" class="hash-link" aria-label="Direct link to Compute environments" title="Direct link to Compute environments" translate="no">​</a></h3>
<ul>
<li class="">Fixed compute environment error handling in forge delegates for <code>createResources</code> and <code>disposeResources</code>.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="pipelines-1">Pipelines<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle44#pipelines-1" class="hash-link" aria-label="Direct link to Pipelines" title="Direct link to Pipelines" translate="no">​</a></h3>
<ul>
<li class="">Fixed pipeline implicit default version.</li>
<li class="">Removed <code>resourceLabelIds</code> control from versionable controls tracking.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="monitoring">Monitoring<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle44#monitoring" class="hash-link" aria-label="Direct link to Monitoring" title="Direct link to Monitoring" translate="no">​</a></h3>
<ul>
<li class="">Fixed dashboard drop-down scrolling and character overflow.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="datasets">Datasets<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle44#datasets" class="hash-link" aria-label="Direct link to Datasets" title="Direct link to Datasets" translate="no">​</a></h3>
<ul>
<li class="">Fixed <code>LazyInitializationException</code> in avatar resolution during dataset creation.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general-1">General<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle44#general-1" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Fixed side navigation width not updating in Safari when toggling collapse state.</li>
<li class="">Fixed credits banner showing during page load.</li>
</ul>]]></content:encoded>
            <category>seqera cloud</category>
        </item>
        <item>
            <title><![CDATA[Wave v1.32.5]]></title>
            <link>https://docs.seqera.io/changelog/wave/v1.32.5</link>
            <guid>https://docs.seqera.io/changelog/wave/v1.32.5</guid>
            <pubDate>Tue, 03 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Feature updates and improvements]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feature-updates-and-improvements">Feature updates and improvements<a href="https://docs.seqera.io/changelog/wave/v1.32.5#feature-updates-and-improvements" class="hash-link" aria-label="Direct link to Feature updates and improvements" title="Direct link to Feature updates and improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general">General<a href="https://docs.seqera.io/changelog/wave/v1.32.5#general" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Updated Seqera logo in Wave reports and mail by @munishchouhan in <a href="https://github.com/seqeralabs/wave/pull/981" target="_blank" rel="noopener noreferrer" class="">#981</a></li>
<li class="">Updated Wave logo and icon by @munishchouhan in <a href="https://github.com/seqeralabs/wave/pull/984" target="_blank" rel="noopener noreferrer" class="">984</a></li>
</ul>
<p><strong>Full changelog</strong>: <a href="https://github.com/seqeralabs/wave/compare/v1.32.4...v1.32.5" target="_blank" rel="noopener noreferrer" class="">https://github.com/seqeralabs/wave/compare/v1.32.4...v1.32.5</a></p>]]></content:encoded>
            <category>wave</category>
        </item>
        <item>
            <title><![CDATA[Nextflow 26.02.0-edge]]></title>
            <link>https://docs.seqera.io/changelog/nextflow/v26.02.0-edge</link>
            <guid>https://docs.seqera.io/changelog/nextflow/v26.02.0-edge</guid>
            <pubDate>Sat, 28 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Feature updates and improvements]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feature-updates-and-improvements">Feature updates and improvements<a href="https://docs.seqera.io/changelog/nextflow/v26.02.0-edge#feature-updates-and-improvements" class="hash-link" aria-label="Direct link to Feature updates and improvements" title="Direct link to Feature updates and improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="language-features">Language features<a href="https://docs.seqera.io/changelog/nextflow/v26.02.0-edge#language-features" class="hash-link" aria-label="Direct link to Language features" title="Direct link to Language features" translate="no">​</a></h3>
<ul>
<li class="">Allowed boolean params to implicitly default to false by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6764" target="_blank" rel="noopener noreferrer" class="">#6764</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="azure-batch">Azure Batch<a href="https://docs.seqera.io/changelog/nextflow/v26.02.0-edge#azure-batch" class="hash-link" aria-label="Direct link to Azure Batch" title="Direct link to Azure Batch" translate="no">​</a></h3>
<ul>
<li class="">Handled Azure Batch <code>ActiveJobAndScheduleQuotaReached</code> with retry by @adamrtalbot in <a href="https://github.com/nextflow-io/nextflow/pull/6874" target="_blank" rel="noopener noreferrer" class="">#6874</a></li>
<li class="">Updated default Azure Batch VM image to Ubuntu 24.04 by @adamrtalbot in <a href="https://github.com/nextflow-io/nextflow/pull/6844" target="_blank" rel="noopener noreferrer" class="">#6844</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="google-batch">Google Batch<a href="https://docs.seqera.io/changelog/nextflow/v26.02.0-edge#google-batch" class="hash-link" aria-label="Direct link to Google Batch" title="Direct link to Google Batch" translate="no">​</a></h3>
<ul>
<li class="">Reported actual GCP zone in Google Batch trace records by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6855" target="_blank" rel="noopener noreferrer" class="">#6855</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="lsf">LSF<a href="https://docs.seqera.io/changelog/nextflow/v26.02.0-edge#lsf" class="hash-link" aria-label="Direct link to LSF" title="Direct link to LSF" translate="no">​</a></h3>
<ul>
<li class="">Treated LSF job status <code>UNKWN</code> as <code>HOLD</code> by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/5756" target="_blank" rel="noopener noreferrer" class="">#5756</a></li>
<li class="">Used explicit memory units for LSF executor by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/5217" target="_blank" rel="noopener noreferrer" class="">#5217</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general">General<a href="https://docs.seqera.io/changelog/nextflow/v26.02.0-edge#general" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Added agent output mode (<code>NXF_AGENT_MODE</code>) by @edmundmiller in <a href="https://github.com/nextflow-io/nextflow/commit/eae9f7d09" target="_blank" rel="noopener noreferrer" class="">eae9f7d</a></li>
<li class="">Ensured main script is first in the <code>WorkflowRun</code> lineage record by @jorgee in <a href="https://github.com/nextflow-io/nextflow/pull/6845" target="_blank" rel="noopener noreferrer" class="">#6845</a></li>
<li class="">Implemented sched core (alpha1) by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6242" target="_blank" rel="noopener noreferrer" class="">#6242</a></li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="bug-fixes">Bug fixes<a href="https://docs.seqera.io/changelog/nextflow/v26.02.0-edge#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="s3">S3<a href="https://docs.seqera.io/changelog/nextflow/v26.02.0-edge#s3" class="hash-link" aria-label="Direct link to S3" title="Direct link to S3" translate="no">​</a></h3>
<ul>
<li class="">Fixed S3 delete throwing <code>DirectoryNotEmptyException</code> due to eventual consistency by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6833" target="_blank" rel="noopener noreferrer" class="">#6833</a></li>
<li class="">Fixed S3 lookup unbounded pagination with double call by @jorgee in <a href="https://github.com/nextflow-io/nextflow/pull/6851" target="_blank" rel="noopener noreferrer" class="">#6851</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general-1">General<a href="https://docs.seqera.io/changelog/nextflow/v26.02.0-edge#general-1" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Fixed <code>AgentLogObserver</code> <code>println</code> clash with Groovy GDK method by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/commit/c6314d7b5" target="_blank" rel="noopener noreferrer" class="">c6314d7</a></li>
<li class="">Fixed <code>AnsiLogObserver</code> sticky messages duplicated when lines wrap by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6852" target="_blank" rel="noopener noreferrer" class="">#6852</a></li>
<li class="">Fixed missing space before revision in launch info by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6834" target="_blank" rel="noopener noreferrer" class="">#6834</a></li>
<li class="">Fixed <code>ResourcesAggregator</code> deadlock with virtual thread executor by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6840" target="_blank" rel="noopener noreferrer" class="">#6840</a></li>
<li class="">Fixed vertical alignment in timeline report by @PeterKneale in <a href="https://github.com/nextflow-io/nextflow/pull/6794" target="_blank" rel="noopener noreferrer" class="">#6794</a></li>
</ul>
<p><strong>Full changelog</strong>: <a href="https://github.com/nextflow-io/nextflow/releases/tag/v26.02.0-edge" target="_blank" rel="noopener noreferrer" class="">https://github.com/nextflow-io/nextflow/releases/tag/v26.02.0-edge</a></p>]]></content:encoded>
            <category>nextflow</category>
        </item>
        <item>
            <title><![CDATA[Wave v1.32.4]]></title>
            <link>https://docs.seqera.io/changelog/wave/v1.32.4</link>
            <guid>https://docs.seqera.io/changelog/wave/v1.32.4</guid>
            <pubDate>Wed, 25 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Feature updates and improvements]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feature-updates-and-improvements">Feature updates and improvements<a href="https://docs.seqera.io/changelog/wave/v1.32.4#feature-updates-and-improvements" class="hash-link" aria-label="Direct link to Feature updates and improvements" title="Direct link to Feature updates and improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general">General<a href="https://docs.seqera.io/changelog/wave/v1.32.4#general" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Added HttpClientAddressResolver in RateLimiterFilter by @munishchouhan in <a href="https://github.com/seqeralabs/wave/pull/966" target="_blank" rel="noopener noreferrer" class="">#966</a></li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="bug-fixes">Bug fixes<a href="https://docs.seqera.io/changelog/wave/v1.32.4#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general-1">General<a href="https://docs.seqera.io/changelog/wave/v1.32.4#general-1" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Fixed configuration reference discrepancies by @robsyme in <a href="https://github.com/seqeralabs/wave/pull/976" target="_blank" rel="noopener noreferrer" class="">#976</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/seqeralabs/wave/compare/v1.32.3...v1.32.4" target="_blank" rel="noopener noreferrer" class="">https://github.com/seqeralabs/wave/compare/v1.32.3...v1.32.4</a></p>]]></content:encoded>
            <category>wave</category>
        </item>
        <item>
            <title><![CDATA[Seqera Cloud v26.1.0_cycle43]]></title>
            <link>https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle43</link>
            <guid>https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle43</guid>
            <pubDate>Tue, 24 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Feature updates and improvements]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feature-updates-and-improvements">Feature updates and improvements<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle43#feature-updates-and-improvements" class="hash-link" aria-label="Direct link to Feature updates and improvements" title="Direct link to Feature updates and improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="compute-environments">Compute environments<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle43#compute-environments" class="hash-link" aria-label="Direct link to Compute environments" title="Direct link to Compute environments" translate="no">​</a></h3>
<ul>
<li class="">Added External ID support for IAM Role assumption.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="studios">Studios<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle43#studios" class="hash-link" aria-label="Direct link to Studios" title="Direct link to Studios" translate="no">​</a></h3>
<ul>
<li class="">Added default privacy setting to the Studio workspace settings form.</li>
<li class="">Implemented private Studio by default setting.</li>
<li class="">Added dedicated service for handling Studio data-link mappings.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="pipelines">Pipelines<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle43#pipelines" class="hash-link" aria-label="Direct link to Pipelines" title="Direct link to Pipelines" translate="no">​</a></h3>
<ul>
<li class="">Improved optimization profile modal workflow run select responsiveness.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="bug-fixes">Bug fixes<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle43#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="studios-1">Studios<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle43#studios-1" class="hash-link" aria-label="Direct link to Studios" title="Direct link to Studios" translate="no">​</a></h3>
<ul>
<li class="">Fixed Studio quota limit check for Studios building created with autostart.</li>
</ul>]]></content:encoded>
            <category>seqera cloud</category>
        </item>
        <item>
            <title><![CDATA[Seqera Cloud v26.1.0_cycle42]]></title>
            <link>https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle42</link>
            <guid>https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle42</guid>
            <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Feature updates and improvements]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feature-updates-and-improvements">Feature updates and improvements<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle42#feature-updates-and-improvements" class="hash-link" aria-label="Direct link to Feature updates and improvements" title="Direct link to Feature updates and improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="pipelines">Pipelines<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle42#pipelines" class="hash-link" aria-label="Direct link to Pipelines" title="Direct link to Pipelines" translate="no">​</a></h3>
<ul>
<li class="">Showed wall time for running workflows with periodic updates.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="access-control">Access control<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle42#access-control" class="hash-link" aria-label="Direct link to Access control" title="Direct link to Access control" translate="no">​</a></h3>
<ul>
<li class="">Added visibility toggle button to secrets in <strong>Secrets</strong> table.</li>
<li class="">Added secrets list filtering by type.</li>
<li class="">Added ability to hide secret inline in <strong>Manage Secrets</strong> table.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="compute-environments">Compute environments<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle42#compute-environments" class="hash-link" aria-label="Direct link to Compute environments" title="Direct link to Compute environments" translate="no">​</a></h3>
<ul>
<li class="">Added warning when Azure Batch default VM image was upgraded from Ubuntu 20.04 to 24.04.</li>
<li class="">Updated default Azure Batch VM image from Ubuntu 20.04 to 24.04.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general">General<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle42#general" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Added pipeline version tracking to <strong>Runs</strong> table.</li>
</ul>]]></content:encoded>
            <category>seqera cloud</category>
        </item>
        <item>
            <title><![CDATA[Nextflow 26.01.1-edge]]></title>
            <link>https://docs.seqera.io/changelog/nextflow/v26.01.1-edge</link>
            <guid>https://docs.seqera.io/changelog/nextflow/v26.01.1-edge</guid>
            <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Feature updates and improvements]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feature-updates-and-improvements">Feature updates and improvements<a href="https://docs.seqera.io/changelog/nextflow/v26.01.1-edge#feature-updates-and-improvements" class="hash-link" aria-label="Direct link to Feature updates and improvements" title="Direct link to Feature updates and improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general">General<a href="https://docs.seqera.io/changelog/nextflow/v26.01.1-edge#general" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Added OSC 8 hyperlinks to task hashes in progress output by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6799" target="_blank" rel="noopener noreferrer" class="">#6799</a></li>
<li class="">Improved documentation of workflow outputs by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6822" target="_blank" rel="noopener noreferrer" class="">#6822</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="dependencies">Dependencies<a href="https://docs.seqera.io/changelog/nextflow/v26.01.1-edge#dependencies" class="hash-link" aria-label="Direct link to Dependencies" title="Direct link to Dependencies" translate="no">​</a></h3>
<ul>
<li class="">Bumped ch.qos.logback@1.5.26 to fix false version mismatch warning in shadow JAR by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/commit/0b97f4a84" target="_blank" rel="noopener noreferrer" class="">0b97f4a</a></li>
<li class="">Bumped ch.qos.logback@1.5.25 (CVE-2026-1225) by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/commit/97dec3af6" target="_blank" rel="noopener noreferrer" class="">97dec3a</a></li>
<li class="">Bumped com.gradleup.shadow@9.3.1 (CVE-2025-68161) by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/commit/d31e6edc7" target="_blank" rel="noopener noreferrer" class="">d31e6ed</a></li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="bug-fixes">Bug fixes<a href="https://docs.seqera.io/changelog/nextflow/v26.01.1-edge#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="language-features">Language features<a href="https://docs.seqera.io/changelog/nextflow/v26.01.1-edge#language-features" class="hash-link" aria-label="Direct link to Language features" title="Direct link to Language features" translate="no">​</a></h3>
<ul>
<li class="">Fixed <code>listDirectory()</code> to follow symbolic links by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6821" target="_blank" rel="noopener noreferrer" class="">#6821</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general-1">General<a href="https://docs.seqera.io/changelog/nextflow/v26.01.1-edge#general-1" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Fixed JGit resources not being closed in CLI commands by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6795" target="_blank" rel="noopener noreferrer" class="">#6795</a></li>
</ul>
<p><strong>Full changelog</strong>: <a href="https://github.com/nextflow-io/nextflow/releases/tag/v26.01.1-edge" target="_blank" rel="noopener noreferrer" class="">https://github.com/nextflow-io/nextflow/releases/tag/v26.01.1-edge</a></p>]]></content:encoded>
            <category>nextflow</category>
        </item>
        <item>
            <title><![CDATA[Seqera Enterprise v25.3.3]]></title>
            <link>https://docs.seqera.io/changelog/seqera-enterprise/v25.3.3</link>
            <guid>https://docs.seqera.io/changelog/seqera-enterprise/v25.3.3</guid>
            <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Feature updates and improvements]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feature-updates-and-improvements">Feature updates and improvements<a href="https://docs.seqera.io/changelog/seqera-enterprise/v25.3.3#feature-updates-and-improvements" class="hash-link" aria-label="Direct link to Feature updates and improvements" title="Direct link to Feature updates and improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="studios">Studios<a href="https://docs.seqera.io/changelog/seqera-enterprise/v25.3.3#studios" class="hash-link" aria-label="Direct link to Studios" title="Direct link to Studios" translate="no">​</a></h3>
<ul>
<li class="">(Public preview) Added SSH connectivity to Studios which enables direct connection to running Studio sessions using standard SSH clients, supporting VS Code Remote SSH and terminal access. See <a href="https://docs.seqera.io/platform-enterprise/enterprise/studios-ssh" target="_blank" rel="noopener noreferrer" class="">Studios SSH configuration</a> for more information.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="pipelines">Pipelines<a href="https://docs.seqera.io/changelog/seqera-enterprise/v25.3.3#pipelines" class="hash-link" aria-label="Direct link to Pipelines" title="Direct link to Pipelines" translate="no">​</a></h3>
<ul>
<li class="">Added custom schema support to pipeline versions.</li>
<li class="">Added edit launch pipeline.</li>
<li class="">Enabled custom schema retrieval for pipeline versions.</li>
</ul>
<p>See <a href="https://docs.seqera.io/platform-enterprise/pipelines/versioning" target="_blank" rel="noopener noreferrer" class="">Pipeline versioning</a> for more information.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="access-control">Access Control<a href="https://docs.seqera.io/changelog/seqera-enterprise/v25.3.3#access-control" class="hash-link" aria-label="Direct link to Access Control" title="Direct link to Access Control" translate="no">​</a></h3>
<ul>
<li class="">Removed participants on workspace deletion.</li>
<li class="">Improved error message when deleting custom roles.</li>
<li class="">Added pagination to roles list page.</li>
<li class="">Added the ability to view an effective permissions summary for any user/workspace combination in the UI or via API.</li>
<li class="">Added the ability to reset a custom role's permissions to match any predefined role (Admin, Maintain, Launch, Connect, View).</li>
</ul>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="custom-roles-quota-enforcement">Custom roles quota enforcement<a href="https://docs.seqera.io/changelog/seqera-enterprise/v25.3.3#custom-roles-quota-enforcement" class="hash-link" aria-label="Direct link to Custom roles quota enforcement" title="Direct link to Custom roles quota enforcement" translate="no">​</a></h4>
<p>The <code>maxCustomRolesPerOrg</code> quota is now enforced on custom role creation. Organizations at or near their quota limit will be unable to create additional custom roles. Review your organization's custom role usage if you need to create additional roles. Contact support to adjust your quotas if needed.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="general">General<a href="https://docs.seqera.io/changelog/seqera-enterprise/v25.3.3#general" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h2>
<ul>
<li class="">Restored custom navigation menu support in user dropdown.</li>
<li class="">Updated styles for container responsiveness and padding adjustments and footer.</li>
<li class="">Added only current page in task pagination.</li>
<li class="">Added storage for SSH public keys for use in Studios.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="bug-fixes">Bug fixes<a href="https://docs.seqera.io/changelog/seqera-enterprise/v25.3.3#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes" translate="no">​</a></h2>
<ul>
<li class="">Cleared parameters when changing between pipeline with and without parameters.</li>
<li class="">Fixed correctly updated versions list when version is published.</li>
<li class="">Prevented re-assignations of <code>pipeline.launch</code> when working with versions.</li>
<li class="">Updated schema when <code>schemaName</code> field value changes.</li>
<li class="">Prevented adding empty parameters when reseting parameters form with defaults after config profile change.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="upgrade-steps">Upgrade steps<a href="https://docs.seqera.io/changelog/seqera-enterprise/v25.3.3#upgrade-steps" class="hash-link" aria-label="Direct link to Upgrade steps" title="Direct link to Upgrade steps" translate="no">​</a></h2>
<p>This release maintains backward compatibility with version 25.2.x.</p>
<div class="theme-admonition theme-admonition-note admonition_whTW alert alert--secondary block shadow-none border border-gray-200"><div class="admonitionHeading_lKjm"><span class="admonitionIcon_pdWJ"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M6.3 5.69a.942.942 0 0 1-.28-.7c0-.28.09-.52.28-.7.19-.18.42-.28.7-.28.28 0 .52.09.7.28.18.19.28.42.28.7 0 .28-.09.52-.28.7a1 1 0 0 1-.7.3c-.28 0-.52-.11-.7-.3zM8 7.99c-.02-.25-.11-.48-.31-.69-.2-.19-.42-.3-.69-.31H6c-.27.02-.48.13-.69.31-.2.2-.3.44-.31.69h1v3c.02.27.11.5.31.69.2.2.42.31.69.31h1c.27 0 .48-.11.69-.31.2-.19.3-.42.31-.69H8V7.98v.01zM7 2.3c-3.14 0-5.7 2.54-5.7 5.68 0 3.14 2.56 5.7 5.7 5.7s5.7-2.55 5.7-5.7c0-3.15-2.56-5.69-5.7-5.69v.01zM7 .98c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.12-7-7 3.14-7 7-7z"></path></svg></span>note</div><div class="admonitionContent_pDMz"><ul>
<li class="">Make a backup of your Platform database prior to upgrade.</li>
<li class="">If you are upgrading from a version prior to 25.1, complete all intermediate major version upgrades before upgrading to 25.3.</li>
<li class="">Ensure that no pipelines or Studio sessions are in a running state during this upgrade as active run data and analysis may be lost.</li>
</ul></div></div>
<p>See <a href="https://docs.seqera.io/platform-enterprise/enterprise/upgrade" target="_blank" rel="noopener noreferrer" class="">Upgrade deployment</a> for installation guidance.</p>]]></content:encoded>
            <category>seqera enterprise</category>
        </item>
        <item>
            <title><![CDATA[Nextflow 25.10.4]]></title>
            <link>https://docs.seqera.io/changelog/nextflow/v25.10.4</link>
            <guid>https://docs.seqera.io/changelog/nextflow/v25.10.4</guid>
            <pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Feature updates and improvements]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feature-updates-and-improvements">Feature updates and improvements<a href="https://docs.seqera.io/changelog/nextflow/v25.10.4#feature-updates-and-improvements" class="hash-link" aria-label="Direct link to Feature updates and improvements" title="Direct link to Feature updates and improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="language-features">Language features<a href="https://docs.seqera.io/changelog/nextflow/v25.10.4#language-features" class="hash-link" aria-label="Direct link to Language features" title="Direct link to Language features" translate="no">​</a></h3>
<ul>
<li class="">Removed unnecessary runtime checks with strict syntax by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6539" target="_blank" rel="noopener noreferrer" class="">#6539</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="aws-batch">AWS Batch<a href="https://docs.seqera.io/changelog/nextflow/v25.10.4#aws-batch" class="hash-link" aria-label="Direct link to AWS Batch" title="Direct link to AWS Batch" translate="no">​</a></h3>
<ul>
<li class="">Added <code>isCompleted</code> check in getNumSpotInterruptions by @munishchouhan in <a href="https://github.com/nextflow-io/nextflow/pull/6806" target="_blank" rel="noopener noreferrer" class="">#6806</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="dependencies">Dependencies<a href="https://docs.seqera.io/changelog/nextflow/v25.10.4#dependencies" class="hash-link" aria-label="Direct link to Dependencies" title="Direct link to Dependencies" translate="no">​</a></h3>
<ul>
<li class="">Bumped nf-amazon@3.4.4 by @pditommaso</li>
<li class="">Bumped nf-google@1.23.5 by @pditommaso</li>
<li class="">Bumped nf-tower@1.17.5 by @pditommaso</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="bug-fixes">Bug fixes<a href="https://docs.seqera.io/changelog/nextflow/v25.10.4#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="language-features-1">Language features<a href="https://docs.seqera.io/changelog/nextflow/v25.10.4#language-features-1" class="hash-link" aria-label="Direct link to Language features" title="Direct link to Language features" translate="no">​</a></h3>
<ul>
<li class="">Fixed false error with optional param by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6811" target="_blank" rel="noopener noreferrer" class="">#6811</a></li>
<li class="">Fixed false error with multi-line tuple assignment in v2 parser by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6786" target="_blank" rel="noopener noreferrer" class="">#6786</a></li>
<li class="">Fixed false error in v2 parser when including config file from http url by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6753" target="_blank" rel="noopener noreferrer" class="">#6753</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general">General<a href="https://docs.seqera.io/changelog/nextflow/v25.10.4#general" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Fixed <code>LogsCheckpoint</code> thread blocking shutdown for up to 90 seconds by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6787" target="_blank" rel="noopener noreferrer" class="">#6787</a></li>
</ul>
<p><strong>Full changelog</strong>: <a href="https://github.com/nextflow-io/nextflow/releases/tag/v25.10.4" target="_blank" rel="noopener noreferrer" class="">https://github.com/nextflow-io/nextflow/releases/tag/v25.10.4</a></p>]]></content:encoded>
            <category>nextflow</category>
        </item>
        <item>
            <title><![CDATA[Wave v1.32.3]]></title>
            <link>https://docs.seqera.io/changelog/wave/v1.32.3</link>
            <guid>https://docs.seqera.io/changelog/wave/v1.32.3</guid>
            <pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Feature updates and improvements]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feature-updates-and-improvements">Feature updates and improvements<a href="https://docs.seqera.io/changelog/wave/v1.32.3#feature-updates-and-improvements" class="hash-link" aria-label="Direct link to Feature updates and improvements" title="Direct link to Feature updates and improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general">General<a href="https://docs.seqera.io/changelog/wave/v1.32.3#general" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Closed pairing session on heartbeat when record is missing from Redis by @pditommaso in <a href="https://github.com/seqeralabs/wave/pull/977" target="_blank" rel="noopener noreferrer" class="">#977</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="dependencies">Dependencies<a href="https://docs.seqera.io/changelog/wave/v1.32.3#dependencies" class="hash-link" aria-label="Direct link to Dependencies" title="Direct link to Dependencies" translate="no">​</a></h3>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general-1">General<a href="https://docs.seqera.io/changelog/wave/v1.32.3#general-1" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Bumped libseqera dependencies by @pditommaso in <a href="https://github.com/seqeralabs/wave/pull/978" target="_blank" rel="noopener noreferrer" class="">#978</a></li>
</ul>
<p><strong>Full changelog</strong>: <a href="https://github.com/seqeralabs/wave/compare/v1.32.2...v1.32.3" target="_blank" rel="noopener noreferrer" class="">https://github.com/seqeralabs/wave/compare/v1.32.2...v1.32.3</a></p>]]></content:encoded>
            <category>wave</category>
        </item>
        <item>
            <title><![CDATA[Seqera Cloud v26.1.0_cycle41]]></title>
            <link>https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle41</link>
            <guid>https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle41</guid>
            <pubDate>Mon, 09 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Feature updates and improvements]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feature-updates-and-improvements">Feature updates and improvements<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle41#feature-updates-and-improvements" class="hash-link" aria-label="Direct link to Feature updates and improvements" title="Direct link to Feature updates and improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="access-control">Access control<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle41#access-control" class="hash-link" aria-label="Direct link to Access control" title="Direct link to Access control" translate="no">​</a></h3>
<ul>
<li class="">Added <strong>Duplicate</strong> button to Roles page, allowing users to create new roles based on existing role permissions.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="pipelines">Pipelines<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle41#pipelines" class="hash-link" aria-label="Direct link to Pipelines" title="Direct link to Pipelines" translate="no">​</a></h3>
<ul>
<li class="">Refactored default pipeline version handling by removing <code>ensureDefaultVersion</code> support and improving version management logic.</li>
<li class="">Added new pipeline version update endpoint (<code>POST /pipeline-versions/{versionId}</code>) for updating specific pipeline versions independently from the default version.</li>
<li class="">Fixed <code>PipelineVersionLaunchComposite</code> query logic to properly return null for non-existent pipeline versions instead of creating invalid composite objects.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="compute-environments">Compute environments<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle41#compute-environments" class="hash-link" aria-label="Direct link to Compute environments" title="Direct link to Compute environments" translate="no">​</a></h3>
<ul>
<li class="">Updated default Azure Batch VM image to Ubuntu 24.04 (SKU <code>2404</code>).</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general">General<a href="https://docs.seqera.io/changelog/seqera-cloud/v26.1.0_cycle41#general" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Added custom schema support to pipeline forms, allowing users to specify custom schema names or URLs for pipeline configuration.</li>
<li class="">Added centralized design system tokens (<code>tokens.ts</code>) with functional colors, semantic colors, and component sizes for consistent UI styling.</li>
<li class="">Added auto-detection of form controls in <code>ExpansionPanelComponent</code> via the new <code>wtExpansionPanelDetail</code> directive, reducing boilerplate code and enabling reactive updates to collapsed panel summaries.</li>
<li class="">Enabled custom pipeline schema retrieval via the <code>/pipelines/{pipelineId}/schema</code> endpoint, with improved error handling and refactored transaction management.</li>
</ul>]]></content:encoded>
            <category>seqera cloud</category>
        </item>
        <item>
            <title><![CDATA[Nextflow 26.01.0-edge]]></title>
            <link>https://docs.seqera.io/changelog/nextflow/v26.01.0-edge</link>
            <guid>https://docs.seqera.io/changelog/nextflow/v26.01.0-edge</guid>
            <pubDate>Sun, 08 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Feature updates and improvements]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="feature-updates-and-improvements">Feature updates and improvements<a href="https://docs.seqera.io/changelog/nextflow/v26.01.0-edge#feature-updates-and-improvements" class="hash-link" aria-label="Direct link to Feature updates and improvements" title="Direct link to Feature updates and improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="language-features">Language features<a href="https://docs.seqera.io/changelog/nextflow/v26.01.0-edge#language-features" class="hash-link" aria-label="Direct link to Language features" title="Direct link to Language features" translate="no">​</a></h3>
<ul>
<li class="">Allowed <code>collection-type</code> params to be loaded from files by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6675" target="_blank" rel="noopener noreferrer" class="">#6675</a></li>
<li class="">Enabled v2 syntax parser by default by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6643" target="_blank" rel="noopener noreferrer" class="">#6643</a></li>
<li class="">Improved config syntax errors by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6721" target="_blank" rel="noopener noreferrer" class="">#6721</a></li>
<li class="">Improved error message for invalid config statements by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6804" target="_blank" rel="noopener noreferrer" class="">#6804</a></li>
<li class="">Improved error messages for workflow outputs by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6785" target="_blank" rel="noopener noreferrer" class="">#6785</a></li>
<li class="">Moved task hashing logic to TaskHasher class by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6572" target="_blank" rel="noopener noreferrer" class="">#6572</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="aws-batch">AWS Batch<a href="https://docs.seqera.io/changelog/nextflow/v26.01.0-edge#aws-batch" class="hash-link" aria-label="Direct link to AWS Batch" title="Direct link to AWS Batch" translate="no">​</a></h3>
<ul>
<li class="">Added <code>aws.batch.forceGlacierTransfer</code> config option by @munishchouhan in <a href="https://github.com/nextflow-io/nextflow/pull/6700" target="_blank" rel="noopener noreferrer" class="">#6700</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="google-batch">Google Batch<a href="https://docs.seqera.io/changelog/nextflow/v26.01.0-edge#google-batch" class="hash-link" aria-label="Direct link to Google Batch" title="Direct link to Google Batch" translate="no">​</a></h3>
<ul>
<li class="">Refactored <code>GoogleBatchTaskHandler.newSubmitRequest</code> for reduced complexity by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6687" target="_blank" rel="noopener noreferrer" class="">#6687</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="kubernetes">Kubernetes<a href="https://docs.seqera.io/changelog/nextflow/v26.01.0-edge#kubernetes" class="hash-link" aria-label="Direct link to Kubernetes" title="Direct link to Kubernetes" translate="no">​</a></h3>
<ul>
<li class="">Added time-based caching for <code>K8sConfig.getClient()</code> by @munishchouhan in <a href="https://github.com/nextflow-io/nextflow/pull/6742" target="_blank" rel="noopener noreferrer" class="">#6742</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="configuration">Configuration<a href="https://docs.seqera.io/changelog/nextflow/v26.01.0-edge#configuration" class="hash-link" aria-label="Direct link to Configuration" title="Direct link to Configuration" translate="no">​</a></h3>
<ul>
<li class="">Supported multiple config option types in config spec by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6720" target="_blank" rel="noopener noreferrer" class="">#6720</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general">General<a href="https://docs.seqera.io/changelog/nextflow/v26.01.0-edge#general" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Added accelerator request to trace record by @munishchouhan in <a href="https://github.com/nextflow-io/nextflow/pull/6703" target="_blank" rel="noopener noreferrer" class="">#6703</a></li>
<li class="">Added <code>CloudCacheConfig</code> to register <code>cloudcache</code> config options by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6774" target="_blank" rel="noopener noreferrer" class="">#6774</a></li>
<li class="">Added markdown output mode to lint command by @ewels in <a href="https://github.com/nextflow-io/nextflow/pull/6715" target="_blank" rel="noopener noreferrer" class="">#6715</a></li>
<li class="">Added missing provider credentials when updating the bare repo in multi-revision assets by @jorgee in <a href="https://github.com/nextflow-io/nextflow/pull/6698" target="_blank" rel="noopener noreferrer" class="">#6698</a></li>
<li class="">Added warning stats to lint summary output by @ewels in <a href="https://github.com/nextflow-io/nextflow/pull/6714" target="_blank" rel="noopener noreferrer" class="">#6714</a></li>
<li class="">Added workflow manifest metadata to execution report by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6689" target="_blank" rel="noopener noreferrer" class="">#6689</a></li>
<li class="">Detected conda explicit files by content instead of extension by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6713" target="_blank" rel="noopener noreferrer" class="">#6713</a></li>
<li class="">Excluded nf-test.config from lint by default by @ewels in <a href="https://github.com/nextflow-io/nextflow/pull/6716" target="_blank" rel="noopener noreferrer" class="">#6716</a></li>
<li class="">Used <code>conda-forge</code> and <code>bioconda</code> channels by default by @Midnighter in <a href="https://github.com/nextflow-io/nextflow/pull/5423" target="_blank" rel="noopener noreferrer" class="">#5423</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="dependencies">Dependencies<a href="https://docs.seqera.io/changelog/nextflow/v26.01.0-edge#dependencies" class="hash-link" aria-label="Direct link to Dependencies" title="Direct link to Dependencies" translate="no">​</a></h3>
<ul>
<li class="">Bumped Groovy to 4.0.30 by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6747" target="_blank" rel="noopener noreferrer" class="">#6747</a></li>
<li class="">Bumped Spock 2.4 by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6681" target="_blank" rel="noopener noreferrer" class="">#6681</a></li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="bug-fixes">Bug fixes<a href="https://docs.seqera.io/changelog/nextflow/v26.01.0-edge#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="language-features-1">Language features<a href="https://docs.seqera.io/changelog/nextflow/v26.01.0-edge#language-features-1" class="hash-link" aria-label="Direct link to Language features" title="Direct link to Language features" translate="no">​</a></h3>
<ul>
<li class="">Fixed caching of task ext properties with the strict parser by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6696" target="_blank" rel="noopener noreferrer" class="">#6696</a></li>
<li class="">Fixed compiler error in v2 parser with enums by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6781" target="_blank" rel="noopener noreferrer" class="">#6781</a></li>
<li class="">Fixed different task hash with v2 parser by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6789" target="_blank" rel="noopener noreferrer" class="">#6789</a></li>
<li class="">Fixed false error in v2 parser when including config file from http url by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6753" target="_blank" rel="noopener noreferrer" class="">#6753</a></li>
<li class="">Fixed false error with multi-line tuple assignment in v2 parser by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6786" target="_blank" rel="noopener noreferrer" class="">#6786</a></li>
<li class="">Fixed false error with optional param by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6811" target="_blank" rel="noopener noreferrer" class="">#6811</a></li>
<li class="">Fixed issue with topic file emissions in typed processes by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6688" target="_blank" rel="noopener noreferrer" class="">#6688</a></li>
<li class="">Fixed params inclusion across modules in v2 parser by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6766" target="_blank" rel="noopener noreferrer" class="">#6766</a></li>
<li class="">Fixed resolution of nested Groovy class in v2 parser by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6744" target="_blank" rel="noopener noreferrer" class="">#6744</a></li>
<li class="">Fixed type inference in v2 <code>ConfigDsl</code> by @bentsherman in <a href="https://github.com/nextflow-io/nextflow/pull/6800" target="_blank" rel="noopener noreferrer" class="">#6800</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="aws-batch-1">AWS Batch<a href="https://docs.seqera.io/changelog/nextflow/v26.01.0-edge#aws-batch-1" class="hash-link" aria-label="Direct link to AWS Batch" title="Direct link to AWS Batch" translate="no">​</a></h3>
<ul>
<li class="">Fixed AWS Batch spot instance detection by @munishchouhan in <a href="https://github.com/nextflow-io/nextflow/pull/6722" target="_blank" rel="noopener noreferrer" class="">#6722</a></li>
<li class="">Fixed <code>isCompleted</code> check in <code>getNumSpotInterruptions</code> by @munishchouhan in <a href="https://github.com/nextflow-io/nextflow/pull/6805" target="_blank" rel="noopener noreferrer" class="">#6805</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="s3">S3<a href="https://docs.seqera.io/changelog/nextflow/v26.01.0-edge#s3" class="hash-link" aria-label="Direct link to S3" title="Direct link to S3" translate="no">​</a></h3>
<ul>
<li class="">Fixed error when checking whether an S3 bucket exists by @jorgee in <a href="https://github.com/nextflow-io/nextflow/pull/6706" target="_blank" rel="noopener noreferrer" class="">#6706</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="kubernetes-1">Kubernetes<a href="https://docs.seqera.io/changelog/nextflow/v26.01.0-edge#kubernetes-1" class="hash-link" aria-label="Direct link to Kubernetes" title="Direct link to Kubernetes" translate="no">​</a></h3>
<ul>
<li class="">Fixed K8s job fallback to not return incorrect zero exit code by @munishchouhan in <a href="https://github.com/nextflow-io/nextflow/pull/6746" target="_blank" rel="noopener noreferrer" class="">#6746</a></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="general-1">General<a href="https://docs.seqera.io/changelog/nextflow/v26.01.0-edge#general-1" class="hash-link" aria-label="Direct link to General" title="Direct link to General" translate="no">​</a></h3>
<ul>
<li class="">Fixed fetching new remote branch in multi-revision mode by @jorgee in <a href="https://github.com/nextflow-io/nextflow/pull/6733" target="_blank" rel="noopener noreferrer" class="">#6733</a></li>
<li class="">Fixed lint error formatting for errors at end of line by @ewels in <a href="https://github.com/nextflow-io/nextflow/pull/6717" target="_blank" rel="noopener noreferrer" class="">#6717</a></li>
<li class="">Fixed <code>LogsCheckpoint</code> thread blocking shutdown for up to 90 seconds by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6787" target="_blank" rel="noopener noreferrer" class="">#6787</a></li>
<li class="">Fixed <code>nextflow inspect</code> not applying container settings from config by @adam-novak in <a href="https://github.com/nextflow-io/nextflow/pull/6736" target="_blank" rel="noopener noreferrer" class="">#6736</a></li>
<li class="">Fixed spurious WARN when workflow fails before <code>onFlowBegin</code> by @pditommaso in <a href="https://github.com/nextflow-io/nextflow/pull/6816" target="_blank" rel="noopener noreferrer" class="">#6816</a></li>
</ul>
<p><strong>Full changelog</strong>: <a href="https://github.com/nextflow-io/nextflow/releases/tag/v26.01.0-edge" target="_blank" rel="noopener noreferrer" class="">https://github.com/nextflow-io/nextflow/releases/tag/v26.01.0-edge</a></p>]]></content:encoded>
            <category>nextflow</category>
        </item>
    </channel>
</rss>