|
| 1 | +Here are the most relevant improvements we've made since the last release: |
| 2 | + |
| 3 | +## 🔌 Playground & Provider Enhancements |
| 4 | + |
| 5 | +We've expanded the Playground with new provider support and enhanced functionality to make prompt experimentation more powerful. |
| 6 | + |
| 7 | +**What's new:** |
| 8 | + |
| 9 | +- **Display Metric Results in Output** - Playground output cells now display metric results directly, making it easier to evaluate prompt performance at a glance |
| 10 | + |
| 11 | +<Frame> |
| 12 | + <img src="/img/changelog/2026-01-13/Playground-metric-results.png" alt="Playground output showing metric results directly in the output cell" /> |
| 13 | +</Frame> |
| 14 | + |
| 15 | +- **Model Selector for OpikAI Features** - Easily select which model powers the Prompt Generator and Prompt Improver features |
| 16 | + |
| 17 | +<Frame> |
| 18 | + <img src="/img/changelog/2026-01-13/OpikAI-model-selector.png" alt="Model selector dropdown for OpikAI features like Prompt Generator and Prompt Improver" /> |
| 19 | +</Frame> |
| 20 | + |
| 21 | +- **Native AWS Bedrock Integration** - Bedrock is now available as a native provider in the Playground, giving you direct access to Amazon's models without additional configuration |
| 22 | + |
| 23 | +<Frame> |
| 24 | + <img src="/img/changelog/2026-01-13/AWS_Bedrock.png" alt="AWS Bedrock integration in the Playground provider selection" /> |
| 25 | +</Frame> |
| 26 | + |
| 27 | +- **Gemini 3 Flash Support** - Added support for Gemini 3 Flash in both the Playground and online scoring, expanding your model options for fast, cost-effective evaluations |
| 28 | + |
| 29 | +## 🧪 Online Evaluation & Scoring |
| 30 | + |
| 31 | +We've made online evaluation more flexible and easier to manage across your projects. |
| 32 | + |
| 33 | +**What's improved:** |
| 34 | + |
| 35 | +- **Multi-Project Evaluation Rules** - Online evaluation rules can now be applied across multiple projects, reducing duplication and simplifying rule management |
| 36 | + |
| 37 | +<Frame> |
| 38 | + <img src="/img/changelog/2026-01-13/Multi-project-rule-support.png" alt="Multi-project support for online evaluation rules" /> |
| 39 | +</Frame> |
| 40 | + |
| 41 | +- **Clone Score Rules** - Quickly duplicate existing online score rules to create variations without starting from scratch |
| 42 | + |
| 43 | +## 🎨 UI & UX Enhancements |
| 44 | + |
| 45 | +We've refined the user experience across the platform with improved responsiveness and dashboard polish. |
| 46 | + |
| 47 | +**What's improved:** |
| 48 | + |
| 49 | +- **Mobile Responsiveness** - Better support for mobile devices when logging traces |
| 50 | +- **Dashboard Enhancements** - Unified widget editor design, dashboard count in sidebar, and various UX improvements to the dashboard experience |
| 51 | + |
| 52 | +## 📦 SDK Improvements |
| 53 | + |
| 54 | +We've updated our SDKs with new capabilities and modernized dependencies. |
| 55 | + |
| 56 | +**What's new:** |
| 57 | + |
| 58 | +- **Python 3.9 End of Life** - Python 3.9 support has been retired as it reached end-of-life. Please upgrade to Python 3.10+ |
| 59 | +- **Experiment Tags in evaluate()** - You can now add tags to experiments directly when calling the `evaluate()` method |
| 60 | +- **Vercel AI SDK v6** - Upgraded TypeScript SDK integration from Vercel AI SDK v5 to v6 |
| 61 | +- **Prompt Version Tags (TypeScript)** - TypeScript SDK now supports prompt version tags for better prompt management |
| 62 | + |
| 63 | +--- |
| 64 | + |
| 65 | +And much more! 👉 [See full commit log on GitHub](https://github.com/comet-ml/opik/compare/1.9.56...1.9.78) |
| 66 | + |
| 67 | +_Releases_: `1.9.57`, `1.9.58`, `1.9.59`, `1.9.60`, `1.9.61`, `1.9.62`, `1.9.63`, `1.9.64`, `1.9.65`, `1.9.66`, `1.9.67`, `1.9.68`, `1.9.69`, `1.9.70`, `1.9.71`, `1.9.72`, `1.9.73`, `1.9.74`, `1.9.75`, `1.9.76`, `1.9.77`, `1.9.78` |
0 commit comments