Skip to main content

Seqera Cloud v26.1.0_cycle45

Feature updates and improvements

Compute environments

  • Added m8gn and m8gb instance families to NVMe list.

Datasets

  • Added initial support for datasets linking remote HTTP/HTTPS URLs.

Data Explorer

  • Added support for selecting data-link subfolders directly by subpath.
  • Added mountDataV2 API endpoint for mounting data-links with a specified path.

Access control

  • Updated OIDC authentication with PKCE and consent support.

Monitoring

  • Improved accessibility tags on progress bar percentage component.

General

  • Redesigned table component visuals.

Bug fixes

Studios

  • Fixed Studios analytics query to handle usage edge cases.

Compute environments

  • Fixed httpPutResponseHopLimit specification for AWS instances to allow Nextflow containers to authenticate with the metadata service.
  • Fixed 404 errors on legacy pod deletion during Kubernetes compute environment disposal.
  • Excluded Micronaut transitive dependencies from sched-pairing-client.

Pipelines

  • Fixed NXF_TML_FILE to use System.getenv in timeline configuration.

Access control

  • Fixed an intermittent login redirect bug.

Wave v1.32.6

Feature updates and improvements

General

  • Removed all SurrealDB references by @pditommaso in #986
  • Simplifed inspect.js code by @pditommaso in #990

Bug fixes

General

  • Fixed no user in Docker container when using the Conda/Pixi v1 build template by @munishchouhan in #974
  • Fixed Wave and Seqera logo in email in mobile view by @munishchouhan in #987
  • Fixed inspect view by @munishchouhan in #988

Full Changelog: https://github.com/seqeralabs/wave/compare/v1.32.5...v1.32.6

Seqera Enterprise v25.3.4

Feature updates and improvements

Compute environments

  • Added support for ${username} dynamic notation in resource labels.

Studios

  • Added configurable SSH timeout parameters for Studios connections.

Pipelines

  • Improved workflow status transitions so that workflows in an unknown state correctly transition to running when a begin trace is received.
  • Updated schema radio control labels for clarity.

Bug fixes

Compute environments

  • Fixed an issue where resourceLabelIds was incorrectly tracked as a versionable compute environment control.

Pipelines

  • Fixed job scheduler transaction rollback handling to prevent data inconsistency when an exception occurs while saving job status.
  • Fixed implicit default version resolution for pipelines.

Platform API

  • Fixed Task.getExit() return type alignment to Integer in the API.

Monitoring and observability

  • Fixed cookie banner visibility logic for enterprise deployments to correctly hide the banner when no non-essential cookies are configured.

Upgrade notes

No breaking changes. Standard upgrade procedure applies.

Seqera Cloud v26.1.0_cycle44

Feature updates and improvements

Data Explorer

  • Added Molstar 3D viewer for PDB and CIF file preview.
  • Added Molstar PDB viewer component.

Compute environments

  • Added AWS credential modes (key-based access and role-based access).
  • Improved compute environment form warning display with individual stacked alerts.

Pipelines

  • Redesigned workflow notification email template.
  • Redesigned report preview modal header layout.
  • Improved clipboard UX in workflow details header.
  • Updated schema radio control copy.

Access control

  • Refined custom roles UI and added required description field.
  • Improved admin workspace list toolbar responsiveness.

General

  • Applied new status icons across Platform components.

Bug fixes

Studios

  • Removed and renamed outstanding references to rstudio.
  • Added backwards compatibility handling for persisted rstudio tool and icon fields.
  • Added workspace existence check before creating Studios workspace settings.
  • Removed Wave call for Studios version label.
  • Fixed R-IDE icon style.

Compute environments

  • Fixed compute environment error handling in forge delegates for createResources and disposeResources.

Pipelines

  • Fixed pipeline implicit default version.
  • Removed resourceLabelIds control from versionable controls tracking.

Monitoring

  • Fixed dashboard drop-down scrolling and character overflow.

Datasets

  • Fixed LazyInitializationException in avatar resolution during dataset creation.

General

  • Fixed side navigation width not updating in Safari when toggling collapse state.
  • Fixed credits banner showing during page load.

Nextflow 26.02.0-edge

Feature updates and improvements

Language features

  • Allowed boolean params to implicitly default to false by @bentsherman in #6764

Azure Batch

  • Handled Azure Batch ActiveJobAndScheduleQuotaReached with retry by @adamrtalbot in #6874
  • Updated default Azure Batch VM image to Ubuntu 24.04 by @adamrtalbot in #6844

Google Batch

  • Reported actual GCP zone in Google Batch trace records by @pditommaso in #6855

LSF

  • Treated LSF job status UNKWN as HOLD by @bentsherman in #5756
  • Used explicit memory units for LSF executor by @bentsherman in #5217

General

  • Added agent output mode (NXF_AGENT_MODE) by @edmundmiller in eae9f7d
  • Ensured main script is first in the WorkflowRun lineage record by @jorgee in #6845
  • Implemented sched core (alpha1) by @pditommaso in #6242

Bug fixes

S3

  • Fixed S3 delete throwing DirectoryNotEmptyException due to eventual consistency by @pditommaso in #6833
  • Fixed S3 lookup unbounded pagination with double call by @jorgee in #6851

General

  • Fixed AgentLogObserver println clash with Groovy GDK method by @pditommaso in c6314d7
  • Fixed AnsiLogObserver sticky messages duplicated when lines wrap by @pditommaso in #6852
  • Fixed missing space before revision in launch info by @pditommaso in #6834
  • Fixed ResourcesAggregator deadlock with virtual thread executor by @pditommaso in #6840
  • Fixed vertical alignment in timeline report by @PeterKneale in #6794

Full changelog: https://github.com/nextflow-io/nextflow/releases/tag/v26.02.0-edge

Seqera Cloud v26.1.0_cycle43

Feature updates and improvements

Compute environments

  • Added External ID support for IAM Role assumption.

Studios

  • Added default privacy setting to the Studio workspace settings form.
  • Implemented private Studio by default setting.
  • Added dedicated service for handling Studio data-link mappings.

Pipelines

  • Improved optimization profile modal workflow run select responsiveness.

Bug fixes

Studios

  • Fixed Studio quota limit check for Studios building created with autostart.

Seqera Cloud v26.1.0_cycle42

Feature updates and improvements

Pipelines

  • Showed wall time for running workflows with periodic updates.

Access control

  • Added visibility toggle button to secrets in Secrets table.
  • Added secrets list filtering by type.
  • Added ability to hide secret inline in Manage Secrets table.

Compute environments

  • Added warning when Azure Batch default VM image was upgraded from Ubuntu 20.04 to 24.04.
  • Updated default Azure Batch VM image from Ubuntu 20.04 to 24.04.

General

  • Added pipeline version tracking to Runs table.