Added support for LakeFS Cloud in Data Explorer by enabling image preview and file upload functionality when using LakeFS Cloud as an S3-compatible storage provider.
Improved job failure handling in AWS Batch compute environments. Improved AWS Batch workflow behavior to automatically terminate unschedulable jobs instead of leaving them pending indefinitely, providing faster feedback when compute resources are insufficient for workflow requirements.
Added the g6e instance family to the list of AWS instances with NVMe storage.
Fixed an issue where plots and charts in MultiQC reports appeared as grey boxes instead of displaying correctly, ensuring all visualizations now render properly. MultiQC reports generated by pipeline runs now display complete quality control metrics and interactive charts without missing content.
Fixed an issue where YAML validation errors were not displayed immediately when importing Studio configurations from Git repositories, ensuring configuration issues are now visible as soon as the import completes.
Fixed an issue where AWS single VM compute environments could not pull container images from private Amazon ECR repositories, bringing them to feature parity with AWS Batch compute environments.
Fixed an issue with older pipeline launch records, where the source type had not been set properly, resulting in failure to access the pipeline entity on launch.
Improved label inheritance when launching workflows via API to automatically apply predefined labels when the labelIds field is omitted, aligning API functionality with the GUI and simplifying workflow relaunches.
Fixed an issue where changing the compute environment during workflow resume incorrectly updated the work directory path, causing failures because the workflow could not access cached results from the original run. The work directory now correctly retains the original value when resuming workflows with different compute environments.
Fixed an issue where the settings button in the usage overview widget incorrectly displayed workspace permissions in organization context, and improved workspace settings visibility to dynamically show or hide based on user permissions.
Fixed an issue where creator avatars were not displaying in the pipeline version details view due to a missing avatar URL conversion.
Fixed an issue where workspace settings buttons displayed incorrectly based on user permissions and context, ensuring the settings button now shows the appropriate organization or workspace settings based on the current view.
Added support for date-only formats in search queries, allowing you to search using simple dates (e.g., 2025-02-02) instead of full ISO-8601 datetime strings.
Added pipeline version numbers and descriptions to preconfigured onboarding pipelines, making it easier to understand what each pipeline does.
Fixed an issue where filtering for Azure credentials in Data Explorer only returned one credential type instead of all three available Azure credential types.
Fixed an issue where the Data Explorer link would not appear in Task View when multiple AWS credentials with similar permissions were configured in the workspace.
Fixed an issue where Seqera Compute environments were not applying proper EC2 instance type constraints, ensuring consistent compute environment behavior and preventing instance unavailability issues.
Fixed an issue where users could dismiss critical notifications about compute environment substitutions when relaunching pipelines, ensuring important status messages remain visible throughout the workflow.
Added support for pinning the HEAD commit ID of the chosen revision to guarantee deterministic pipeline execution.
Data Explorer
Added support for image preview and file upload in Data Explorer when using Amazon S3-compatible API storage (for example, but not limited to, Cloudflare R2, MinIO, and Oracle Cloud).
Added support for MinIO object storage in Data Explorer, enabling users to browse, upload, and download files from MinIO instances using S3-compatible credentials.
Added the ability to read task logs on Azure Cloud from Azure Blob Storage after pipeline completion, ensuring logs remain accessible throughout the entire task lifecycle.
Updated the nf-launcher container versions from 25.04.6 to 25.04.8 for both standard and Docker-in-Docker variants.
Updated the default Seqera AMI version to 0.0.10 for both AMD64 and ARM64 architectures in AWS Cloud deployments.
Added FSx Lustre support for Amazon Linux 2023 AMIs with automatic fallback from the Amazon Linux 2 installation method.
Platform API
Added an optional maxLength query parameter to workflow log endpoints (GET /{workflowId}/log and GET /{workflowId}/log/{taskId}) for improved log management.
Improved warning messages in Seqera Platform when workflows are cancelled or Studios are stopped due to insufficient credits.
Removed the role check to show organization member mail, so organization owners can now view member and collaborator emails.
Added user tracking fields to datasets and dataset versions. Datasets now include a lastUpdatedBy field to track the user who last modified the dataset, while dataset versions include a createdBy field to track the user who created each version.
Improved the visual consistency and user experience across workflow run interfaces. Updates include improved table borders, enhanced tooltip information, and refined pagination layouts in the containers view.
Added an environment variable that supports launching Studios with an iframe served by Connect. To enable this, use the TOWER_DATA_STUDIO_ENABLE_CONNECT_IFRAME environment variable.