From 823c173dd5cb0a56cc51692c1c324c7b6aeaec28 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Wed, 19 Aug 2026 15:36:56 +0200 Subject: [PATCH] Update changelog for v26.2.0 cycle 65 Removed deprecated features and added new functionalities in various sections. Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v26.2.0_cycle65.md | 32 +++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 changelog/seqera-cloud/v26.2.0_cycle65.md diff --git a/changelog/seqera-cloud/v26.2.0_cycle65.md b/changelog/seqera-cloud/v26.2.0_cycle65.md new file mode 100644 index 000000000..58de2dc56 --- /dev/null +++ b/changelog/seqera-cloud/v26.2.0_cycle65.md @@ -0,0 +1,32 @@ +--- +title: Seqera Cloud v26.2.0_cycle65 +date: 2026-07-27 +tags: [seqera cloud] +--- + +## Feature updates and improvements + +### Studios + +- Added the ability to mark Studios as favorites, persisted per user. +- Added the ability to cancel Studios stuck in the stopping state. + +### Pipelines + +- Added a pipeline version ID column to the pipeline versions list. + +### Data Explorer + +- Added object last-modified timestamps in Data Explorer. + +### General + +- Aligned global search with the lineage query DSL. + +## Bug fixes + +### Pipelines + +- Fixed pipeline version updates to baseline against the original compute environment. +- Fixed the optimization banner not showing when relaunching a run from a shared pipeline. +- Fixed Nextflow version selection so a version can be chosen when the source launch pinned none.