2.0.70
modelcontextprotocol/registry2.0.70Jun 18, 2026by github-actions[bot]
AI Summary
This release introduces visual testing for empty states, optimizes backend performance through bulk thread operations and scoped locking, and adds full CRUD capabilities for Agent Insights jobs.
Key Highlights
- Added visual testing for empty states in the frontend.
- Improved backend performance by bulk resolving threads and opening/closing locks for non-idempotent operations.
- Implemented CRUD operations for Agent Insights jobs.
New Features
- Visual testing for empty states
- Bulk thread performance optimization
- Agent Insights jobs management
Full Release Notes
## What's Changed * [OPIK-6956] [FE] test: add visual testing for empty states by @natagh23 in https://github.com/comet-ml/opik/pull/7146 * [OPIK-6968] [BE] perf: bulk thread resolve/create + scope open/close locks to non-idempotent ops by @thiagohora in https://github.com/comet-ml/opik/pull/7138 * [OPIK-6852] [BE] Agent Insights jobs CRUD by @aadereiko in https://github.com/comet-ml/opik/pull/7087 **Full Changelog**: https://github.com/comet-ml/opik/compare/2.0.69...2.0.70