2.0.58

comet-ml/opik2.0.58Jun 8, 2026by github-actions[bot]

AI Summary

Performance-focused release that drops inefficient database queries and defers wide-column reads. It also adds support for Helm 4.x and fixes cost tracking for the OpenAI Responses API.

Key Highlights

  • Drop O(n) ROW_NUMBER CTE in findLatestVersionsByDatasetIds
  • Defer wide-column reads past pagination in traces/spans list queries
  • Support for Helm 4.x while keeping Helm 3.x
  • Fix discount OpenAI Responses API cached tokens in cost

New Features

  • Helm 4.x support
  • Performance optimizations for traces and datasets

Full Release Notes

## What's Changed
* [NA] [BE][FE] chore: sync provider model definitions by @CometActions in https://github.com/comet-ml/opik/pull/6974
* [OPIK-6740] [FE] Fix experiment feedback score empty state copy by @jverre in https://github.com/comet-ml/opik/pull/6908
* [NA] [INFRA] ci: add Scout feedback-sync workflow by @dsblank in https://github.com/comet-ml/opik/pull/6972
* [OPIK-6779] [BE] [DOCS] feat: default Opik V2 for open source by @andrescrz in https://github.com/comet-ml/opik/pull/6977
* [OPIK-6735] [BE] perf: drop O(n) ROW_NUMBER CTE in findLatestVersionsByDatasetIds by @LifeXplorer in https://github.com/comet-ml/opik/pull/6963
* [issue-6969] [BE] fix: discount OpenAI Responses API cached tokens in cost by @Anuj7411 in https://github.com/comet-ml/opik/pull/6971
* [DND-537] feat: support Helm 4.x while keeping Helm 3.x by @GuySaar8 in https://github.com/comet-ml/opik/pull/6981
* [NA] [BE] Update model prices file by @CometActions in https://github.com/comet-ml/opik/pull/6984
* build(deps): bump org.redisson:redisson from 4.4.0 to 4.5.0 in /apps/opik-backend by @dependabot[bot] in https://github.com/comet-ml/opik/pull/6986
* build(deps): bump dev.langchain4j:langchain4j-bom from 1.15.0 to 1.16.1 in /apps/opik-backend by @dependabot[bot] in https://github.com/comet-ml/opik/pull/6987
* build(deps): bump software.amazon.awssdk:bom from 2.45.1 to 2.46.5 in /apps/opik-backend by @dependabot[bot] in https://github.com/comet-ml/opik/pull/6985
* [OPIK-6747] [BE] perf: defer wide-column reads past pagination in traces/spans list queries by @YarivHashaiComet in https://github.com/comet-ml/opik/pull/6930

## New Contributors
* @Anuj7411 made their first contribution in https://github.com/comet-ml/opik/pull/6971

**Full Changelog**: https://github.com/comet-ml/opik/compare/2.0.57...2.0.58