2.2.35
comet-ml/opik2.2.35Aug 20, 2026by github-actions[bot]
AI Summary
Focuses on security hardening for TypeScript publishing and fixing production bugs in the backend and SDK ADK.
Key Highlights
- Hardened TypeScript publish composite action against template injection.
- Fixed two NullPointerExceptions seen in production.
- Fixed silent span-conversion failures in ADK.
- Bound dataset-item JSON sort keys as query parameters.
New Features
- ADK silent span-conversion failure reporting
- Dataset-item JSON sort keys query parameter binding
Full Release Notes
## What's Changed * [DND-1562] ci: harden the TypeScript publish composite action against template injection by @obezpalko in https://github.com/comet-ml/opik/pull/7918 * [OPIK-7972] [SDK] fix(adk): report silent span-conversion failures, and pin the fix to the deferred-class case by @JetoPistola in https://github.com/comet-ml/opik/pull/7900 * [OPIK-7923] [BE] fix: two NullPointerExceptions seen in production by @thiagohora in https://github.com/comet-ml/opik/pull/7853 * [OPIK-8023] Bind dataset-item JSON sort keys as query parameters by @thiagohora in https://github.com/comet-ml/opik/pull/7935 **Full Changelog**: https://github.com/comet-ml/opik/compare/2.2.34...2.2.35