2.0.11
comet-ml/opik2.0.11Apr 22, 2026by github-actions[bot]
AI Summary
Performance improvements (first load time, parallel imports) and bug fixes for sidebar navigation, config history, and experiment aggregation/deletion.
Key Highlights
- FE: Improved first load time (caching, lazy pages)
- FE: Parallelized plugin module imports
- BE: Fixed concurrent experiment aggregation to reduce ClickHouse overload
- BE: Delete experiment aggregates when an experiment is deleted
New Features
- Performance optimizations (lazy loading, parallel imports)
- Automatic seeding of test suite, prompt, agent configs, and experiments in demo data
- Fixed sidebar menu items use exact route matching
- Fixed config history 404 handling
Full Release Notes
## What's Changed * [OPIK-6053] [FE] fix: sidebar menu items use exact route matching for active state by @miguelgrc in https://github.com/comet-ml/opik/pull/6394 * [NA] [DOCS] Improve Opik Connect discoverability and video quality by @jverre in https://github.com/comet-ml/opik/pull/6431 * [NA] [DOCS] Lead observability getting-started with AI coding agent flow by @jverre in https://github.com/comet-ml/opik/pull/6433 * [OPIK-6066] [FE] perf: improve first load time (cache + v2 default + lazy pages) by @andriidudar in https://github.com/comet-ml/opik/pull/6429 * [OPIK-6064] [FE] fix: gate loader on placeholder-empty state for v2 list pages by @JetoPistola in https://github.com/comet-ml/opik/pull/6395 * [OPIK-6149] [FE] perf: parallelize plugin module imports by @andriidudar in https://github.com/comet-ml/opik/pull/6434 * [OPIK-6011] [FE] fix: treat config history 404 as empty state and poll until data arrives by @petrotiurin in https://github.com/comet-ml/opik/pull/6418 * [NA] [BE][FE] chore: sync provider model definitions by @CometActions in https://github.com/comet-ml/opik/pull/6427 * [OPIK-6101] [FE] fix: preserve workspace prefix in Ollie navigate with basepath collision by @awkoy in https://github.com/comet-ml/opik/pull/6435 * [OPIK-5659] [BE] fix: delete experiment aggregates when an experiment is deleted by @thiagohora in https://github.com/comet-ml/opik/pull/6428 * [OPIK-5659] [BE] fix: prevent concurrent experiment aggregation and reduce ClickHouse query overload by @thiagohora in https://github.com/comet-ml/opik/pull/6076 * [NA] [BE] Seed test suite, prompt, agent configs, and experiments in demo data by @jverre in https://github.com/comet-ml/opik/pull/6426 **Full Changelog**: https://github.com/comet-ml/opik/compare/2.0.10...2.0.11