arize-phoenix-v13.15.0
📦 arize-phoenixView on GitHub →
✨ 4 features🐛 3 fixes🔧 1 symbols
Summary
This release introduces a new `phoenix db migrate` subcommand and enhances the server API with new trace retrieval and filtering capabilities. It also updates the internal client dependency and improves compatibility for certain LLM providers.
Migration Steps
- If you rely on the `arize-phoenix-client`, ensure you update it to version 2.0.0 or higher.
✨ New Features
- Added `phoenix db migrate` subcommand for standalone migrations.
- Server now includes a GET /v1/projects/{project_identifier}/traces endpoint.
- Server REST spans API now supports filtering by name, span_kind, and status_code.
- Introduced the `phoenix-frontend` skill for UI development.
🐛 Bug Fixes
- Updated `arize-phoenix-client` dependency to version 2.0.0.
- Made tool description optional for Anthropic and AWS Bedrock providers.
- Ensured that `openaiApiType` is respected when fetching model invocation parameters.