Skip to content

v7.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 May 03:20
· 21 commits to master since this release
98600e1

cBioPortal v7 Release Notes

cBioPortal v7 is a major release centered on our move away from MySQL and toward ClickHouse as the primary database. This transition includes substantial backend and frontend refactoring to support the new architecture, while also delivering a broad set of improvements, bug fixes, and infrastructure upgrades across the cBioPortal platform.

For existing deployments, migrating to v7 does not require changes to your current data files. Our refactored importers remain fully backward-compatible, which helps reduce migration overhead while enabling the new ClickHouse-based architecture (cbioportal-core#156).

For migration details and upgrade guidance, see the v6 to v7 migration guide

Highlights

Backend

ClickHouse, API, and release work

  • Advanced the backend ClickHouse migration by moving clinical-data-enrichments to clean architecture with ClickHouse support, adding numeric-aware ordering for generic assay metadata, and disabling the legacy co-expression endpoint by default (cbioportal#12036, cbioportal#12058, cbioportal#12165).
  • Prepared the release candidate and version alignment for the v7 cycle (cbioportal#12139, cbioportal#12121).

Bug fixes and backend correctness

Documentation and release content

Frontend

User-facing features and enhancements

ClickHouse and API-related frontend updates

Bug fixes and UX improvements

Build, deployment, and test modernization

Release engineering and maintenance

Dependency updates

Full Commit Logs

Notes on Versioning and Release Procedure