2.0.66

comet-ml/opik2.0.66Jun 16, 2026by github-actions[bot]

AI Summary

This release improves the user experience by hiding non-essential LangGraph internal spans by default. It includes backend improvements like a service toggle for cost intelligence and a refactor to reduce lock contention.

Key Highlights

  • Hide non-essential LangGraph internal spans by default
  • Add cost_intelligence_enabled service toggle
  • Refactor to remove orphaned trace-thread scored_at writes to cut lock contention
  • Ollie deeper E2E coverage for sidebar, context, analyze, instrument, and improve

New Features

  • Hide non-essential LangGraph internal spans
  • Add cost_intelligence_enabled service toggle
  • Refactor to reduce lock contention

Full Release Notes

## What's Changed
* [OPIK-6321] [SDK][FE] feat: hide non-essential LangGraph internal spans by default by @alexkuzmik in https://github.com/comet-ml/opik/pull/7095
* [OPIK-6951] [QA] test: Ollie deeper E2E coverage (sidebar, context, /analyze, /instrument, /improve) by @AndreiCautisanu in https://github.com/comet-ml/opik/pull/7108
* [OPIK-6947] [BE] feat: add cost_intelligence_enabled service toggle by @andriidudar in https://github.com/comet-ml/opik/pull/7123
* [OPIK-6968] [BE] refactor: remove orphaned trace-thread scored_at write to cut lock contention by @thiagohora in https://github.com/comet-ml/opik/pull/7121
* [NA] [SDK] [DOCS] Update automatically OpenAPI spec and Fern code by @CometActions in https://github.com/comet-ml/opik/pull/7126


**Full Changelog**: https://github.com/comet-ml/opik/compare/2.0.65...2.0.66