arize-phoenix-v14.11.0
Breaking Changes📦 arize-phoenixView on GitHub →
⚠ 1 breaking✨ 4 features🐛 2 fixes🔧 3 symbols
Summary
This release introduces new features for agent session evaluation and secrets management, alongside a critical dependency update migrating `authlib.jose` to `joserfc`.
⚠️ Breaking Changes
- The dependency for session management has changed: `authlib.jose` has been migrated to `joserfc`. This requires updating the `authlib` package to version `>=1.7.0` to ensure compatibility.
Migration Steps
- Ensure your `authlib` package is updated to version `>=1.7.0` due to the migration from `authlib.jose` to `joserfc`.
✨ New Features
- Added session summary evaluation and sidebar-title prompt rewrite for agent functionality.
- The root span name is now displayed in the session turn list.
- Introduced a new secrets settings page.
- Added a feature-flagged 'Show Table Aside' toggle to the project filter configuration.
🐛 Bug Fixes
- The Empty component is now used for the project annotations empty state.
- Migrated `authlib.jose` dependency to `joserfc`, requiring `authlib>=1.7.0`.