2.1.30

comet-ml/opik2.1.30Jul 15, 2026by github-actions[bot]

AI Summary

This release focuses on bug fixes and provider support. It fixes critical backend issues like HTTP 500 errors, registers Perplexity as a canonical provider, and improves frontend navigation.

Key Highlights

  • Register Perplexity as a canonical provider
  • Fix ThreadDAO findById multi-emit HTTP 500 error
  • Log direct project-scoped URLs on dataset creation
  • Recycle nginx upstream keepalive connections
  • Fix workspace click navigation to Projects tab

Full Release Notes

## What's Changed
* [BE] fix: register perplexity as a canonical provider so Perplexity model prices load by @Anuj7411 in https://github.com/comet-ml/opik/pull/7432
* [OPIK-7346] Fix ThreadDAO.findById multi-emit HTTP 500 by @thiagohora in https://github.com/comet-ml/opik/pull/7478
* [OPIK-7269] [SDK] fix: log direct project-scoped URLs on dataset and test suite creation by @alexkuzmik in https://github.com/comet-ml/opik/pull/7467
* [OPIK-7327] frontend nginx: recycle upstream keepalive connections to re-spread ingestion by @thiagohora in https://github.com/comet-ml/opik/pull/7480
* [OPIK-7183] [FE] fix: land workspace clicks on the Projects tab by @awkoy in https://github.com/comet-ml/opik/pull/7482


**Full Changelog**: https://github.com/comet-ml/opik/compare/2.1.29...2.1.30