2.0.76
comet-ml/opik2.0.76Jun 23, 2026by github-actions[bot]
AI Summary
This release focuses on backend stability and observability, specifically fixing ClickHouse query failures and enhancing the Agent Insights pipeline with OpenTelemetry monitoring.
Key Highlights
- Fix ClickHouse query failures surfacing as IOException
- Add OpenTelemetry monitoring for Agent Insights pipeline
- Accept all-clear reports and track last scan time
- Thread query optimizations for listing pages
New Features
- OpenTelemetry monitoring for Agent Insights
- Thread query optimizations (page-pushdown)
- Fix for dataset timestamps skewed by host timezone
Full Release Notes
## What's Changed * [OPIK-7050] [BE] fix: resolve ClickHouse query failures surfacing as IOException by @thiagohora in https://github.com/comet-ml/opik/pull/7199 * [NA] [BE] feat: accept all-clear reports + track last scan time (agent insights) by @aadereiko in https://github.com/comet-ml/opik/pull/7212 * [OPIK-7052] [BE] feat: add OpenTelemetry monitoring for Agent Insights pipeline by @BorisTkachenko in https://github.com/comet-ml/opik/pull/7200 * [OPIK-6888] [BE] chore: disable uuidValidation by default by @andrescrz in https://github.com/comet-ml/opik/pull/7214 * [OPIK-7035] [BE] Thread query optimizations: listing page-pushdown + close/feedback thread-id resolution by @thiagohora in https://github.com/comet-ml/opik/pull/7178 * [OPIK-6833] Dataset created_at / last_updated_at skewed by host TZ when backend JVM is not in UTC by @yaricom in https://github.com/comet-ml/opik/pull/7205 **Full Changelog**: https://github.com/comet-ml/opik/compare/2.0.75...2.0.76