Skip to main content

Changelog

Seqera Cloud v25.2.0_cycle16

Feature updates and improvements

  • Fusion
    • Added a Fusion usage monitoring Dashboard.
  • Studios
  • Added credits usage progress bar to Usage overview.
  • Added ap-southeast-2 to supported regions in Platform.
  • Added AuditLog for dataset operations.
  • Renamed Pipeline work directory to Work directory in compute environment forms.
  • Bumped google-cloud-logging to 3.11.5.
  • Added support for providing launch form values through URL query parameters during pipeline launch.
  • Added download date to usage_report CSV download filename.
  • Added Wave and Fusion info to executor details on the Run details page.
  • Added support for a custom value label for the ProgressBarLimitComponent.
  • Added Aborted tasks counts colouring to the Processes table.
  • Added embedded Fusion and Wave metadata to workflows based on existing data passed in the TraceBeginRequest.

Bug fixes

  • Fixed an issue where execution logs did not display for Google Batch runs.

Seqera Cloud v25.2.0_cycle15

Feature updates and improvements

  • aborted status task counts now appear in the progress response when a workflow is finalized.
  • Improvement to launch parameters handling after revision/config profiles are changed, and existing parameters are now completely overridden during a revision or config profile change.
  • The system now supports filtering by workspaceId when downloading the credits usage CSV file.

Fusion v2.5.3

How to pin this version

fusion {
enabled = true
containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.5.3-amd64.json'
}
info

For ARM64 CPU architecture, use containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.5.3-arm64.json'.

Feature updates and improvements

  • Added a warning for expected Spot termination.
  • Enabled Fusion FS + Fusion Snapshots publish on ARM architecture.
  • Added Snapshots-enabled ARM builds.
  • Added env variables to disable pattern matching.
  • Added the ability to track "in progress" uploads to prevent duplicates.
  • Removed timers governing chunk uploads.
  • Added functionality to generate post-mortem runtime traces if requested.
  • Added an add exponential backoff retry strategy for Azure Blob Storage.
  • Added an option to send logs to a remote IP.
  • Bumped fusion-snapshots to 1.3.0
  • Upgraded golangci.yml to version 2
  • Bumped github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5
  • Bumped golangci/golangci-lint-action from 7.0.0 to 8.0.0

Bug fixes

  • Added a fix to suppress excessive checksum validation warnings.
  • Fixed empty chunk allocation for file gaps.
  • Fixed race conditions when flushing chunks.
  • Solved a bug that caused the SpanExporter to always be NoOp.

Wave v1.22.1

Feature updates and improvements

  • Added lib-lang to import TypeHelper by @pditommaso in 9372f86
  • Added lib-retry by @pditommaso in 8d4277b
  • Fixed type casting by @pditommaso in fac0623
  • Integrate Redis activator pattern for conditional component activation by @pditommaso in #872
  • Refactored message queue and stream infrastructure by @pditommaso in #870
  • Removed unused fallback flag by @pditommaso in 1da3ebe
  • Bumped MN 4.9.1 by @pditommaso in e83d3bb
  • Bumped MN 4.9.2 by @pditommaso in 0adeb55
  • Bumped foojay-resolver-convention to version 1.0.0 by @pditommaso in c705a2c
  • Bumped K8s java client to 24.0.0 by @munishchouhan in #866

Full changelog: https://github.com/seqeralabs/wave/compare/v1.22.0...v1.22.1

Wave v1.22.0

Feature updates and improvements

  • Added lite configuration environment by @pditommaso in #818
  • Added migration docs and update config docs by @munishchouhan in #854
  • Fixed Azure tests by @pditommaso in 69062b26
  • Patch OpenAPI image version 3e729804
  • Removed unwanted imports by @munishchouhan in #856
  • Bumped Gradle version 8.14.2 by @pditommaso in afc4f333
  • Bumped Micronaut 4.8.3 by @pditommaso in 8aeffc8b
  • Bumped lib-mail version 1.2.2 by @pditommaso in 4f8afe1a
  • Bumped postgresql version 42.7.7 by @pditommaso in 7fa95857

Full changelog: https://github.com/seqeralabs/wave/compare/v1.21.1...v1.22.0

Seqera Cloud v25.2.0_cycle14

Feature updates and improvements

  • Studios
    • Added Conda helper text to the Conda packages field in Add new Studio > General config.
    • Added CONNECT_CE parameter to activate Spot reclamation watcher in the Connect client.
  • Fusion
    • Added P5, P5e, P6-b200, I7i, C8gd, M8gd and R8gd EC2 families that support NVMe disk. Learn more on the AWS What's New page.
  • Updated the PLUGIN_LIST environment variable for Nextflow 25.04.x to include the K8s plugin when needed.

Bug fixes

  • Fixed an issue where removed/modified parameters were persisting on pipeline relaunch.