2.1.24
comet-ml/opik2.1.24Jul 13, 2026by github-actions[bot]
AI Summary
A backend-focused release addressing pricing provider registration and data migration. It consolidates tier fields and introduces a new shadow table for traces, alongside improvements to the project menu.
Key Highlights
- Register xAI and DeepSeek as canonical providers for price loading
- Refactor to consolidate above_NNNk tier fields into PromptTier record
- Stop capping user-mapped variables on the agentic-tools path
- Add migration 000101 creating the traces_local_v2 shadow table
- Project menu improvements (pinning, breadcrumb menu)
New Features
- Project menu improvements (pinning, breadcrumb menu)
Full Release Notes
## What's Changed * [OPIK-7110] [BE] fix: stop capping user-mapped variables on the agentic-tools path by @miguelgrc in https://github.com/comet-ml/opik/pull/7414 * [BE] fix: register xai as a canonical provider so xAI/Grok model prices load by @Anuj7411 in https://github.com/comet-ml/opik/pull/7433 * [BE] refactor: consolidate above_NNNk tier fields into PromptTier record by @Anuj7411 in https://github.com/comet-ml/opik/pull/7438 * [OPIK-7125] [FE] feat: project menu improvements (pinning, breadcrumb menu) by @alexkuzmik in https://github.com/comet-ml/opik/pull/7386 * [BE] fix: register deepseek as a canonical provider so DeepSeek model prices load by @Anuj7411 in https://github.com/comet-ml/opik/pull/7434 * [OPIK-6900] [BE] feat: add migration 000101 creating the traces_local_v2 shadow table by @andrescrz in https://github.com/comet-ml/opik/pull/7429 **Full Changelog**: https://github.com/comet-ml/opik/compare/2.1.23...2.1.24