2.0.67
comet-ml/opik2.0.67Jun 17, 2026by github-actions[bot]
AI Summary
This release fixes a hash collision issue in the annotation queue and introduces a high-level Python SDK wrapper for dashboards. It also improves backend ingestion performance by removing per-project trace-threads locks.
Key Highlights
- Fix hash collision in annotation queue per-user item shuffle
- Add high-level Python SDK wrapper for dashboards
- Drop per-project trace-threads lock for ingestion performance
- Surface integration logo in IntegrationDetailsDialog title
New Features
- High-level Python SDK wrapper for dashboards
- Distributed lock (semaphore) metrics
- Integration logo surface in UI
Full Release Notes
## What's Changed * [OPIK-6960] [FE] Fix hash collision in annotation queue per-user item shuffle by @miguelgrc in https://github.com/comet-ml/opik/pull/7113 * [NA] [DOCS] docs: add FE Docker rebuild steps to writing-e2e-tests skill by @natagh23 in https://github.com/comet-ml/opik/pull/7094 * [OPIK-6970] [FE] feat: swap user menu entry to Opik within Cost Intelligence by @andriidudar in https://github.com/comet-ml/opik/pull/7127 * [OPIK-6293] [SDK] feat: add high-level Python SDK wrapper for dashboards by @petrotiurin in https://github.com/comet-ml/opik/pull/7115 * [OPIK-6968] [BE] perf: drop per-project trace-threads lock from ingestion, closing and sampling by @thiagohora in https://github.com/comet-ml/opik/pull/7131 * [NA] [BE][FE] chore: sync provider model definitions by @CometActions in https://github.com/comet-ml/opik/pull/7135 * [OPIK-6687] [FE] feat: surface integration logo in IntegrationDetailsDialog title by @JetoPistola in https://github.com/comet-ml/opik/pull/7116 * [OPIK-6584] [CI] feat: lint workflows at info+ severity; diff-scoped on CI mirroring pre-commit by @JetoPistola in https://github.com/comet-ml/opik/pull/7102 * [OPIK-6813] [BE] feat: add distributed lock (semaphore) metrics by @YarivHashaiComet in https://github.com/comet-ml/opik/pull/7118 **Full Changelog**: https://github.com/comet-ml/opik/compare/2.0.66...2.0.67