2.2.46
comet-ml/opik2.2.46Sep 1, 2026by github-actions[bot]
AI Summary
A maintenance release fixing dataset version sizing logic, Redis stream codec limits, and auth timeouts. It also updates documentation to point users towards existing MCP servers.
Key Highlights
- Fix count distinct item ids when sizing a dataset version
- Fix apply Jackson stream-read limits to the Redis stream codec
- Add per-call timeout and retry to the react-svc auth call
- Narrow the dataset version lock to version creation
- Documentation update pointing AI-assistant users to the MCP server
Full Release Notes
## What's Changed * [OPIK-7891] [BE] fix: count distinct item ids when sizing a dataset version by @JetoPistola in https://github.com/comet-ml/opik/pull/7966 * [NA] [DOCS] docs: point AI-assistant users at the MCP server where they already are by @alexkuzmik in https://github.com/comet-ml/opik/pull/8083 * [OPIK-8164] [BE] fix: apply Jackson stream-read limits to the Redis stream codec by @thiagohora in https://github.com/comet-ml/opik/pull/8060 * [NA] [BE][FE] chore: sync provider model definitions by @CometActions in https://github.com/comet-ml/opik/pull/8088 * [OPIK-8082] auth: add per-call timeout and retry to the react-svc auth call by @thiagohora in https://github.com/comet-ml/opik/pull/8038 * [OPIK-7708] [BE] perf: narrow the dataset version lock to version creation by @YarivHashaiComet in https://github.com/comet-ml/opik/pull/8066 **Full Changelog**: https://github.com/comet-ml/opik/compare/2.2.45...2.2.46