Seqera Cloud v26.2.0_cycle57
Feature updates and improvements
Pipelines
- Exposed
tower.launch.config.maxSizeto frontend validators so launch configuration size limits stay aligned with the backend.
Bug fixes
Pipelines
- Added frontend validation of
paramsTextagainst its JSON-serialized size to align launch parameter limits with backend submission constraints. - Added missing metadata, pipeline versioning, and data lineage fields to the workflow launch form summary.
- Fixed the workflow launch payload to always send
lineage.enabledso the data lineage toggle setting persists correctly.
General
- Fixed the workspace switcher to keep the search input focused during arrow-key navigation.
- Fixed background worker shutdown by draining workers before
JedisPoolshutdown to prevent dropped jobs. - Fixed navigation switcher responsiveness.