Skip to content

Release history

phoenix releases

AI Observability & Evaluation

All releases

122 shown

No immediate action
arize-phoenix-v17.2.0 Mixed

PXI tool + chat scope + prompt refresh

No immediate action
arize-phoenix-v17.1.0 Bug fix

Server startup bug fix

Config change
arize-phoenix-v17.0.0 Breaking risk
Breaking upgrade

Assistant enablement + trace policy

No immediate action
arize-phoenix-v16.6.0 New feature

PXI tools + agent search toggle

No immediate action
arize-phoenix-v16.5.0 New feature

Playground prompt + agent controls

No immediate action
arize-phoenix-v16.4.0 Mixed

Chart overlays + Agent UX + Token price update

No immediate action
arize-phoenix-v16.3.0 New feature

drag-to-zoom + agent skills + model selector

No immediate action
arize-phoenix-v16.2.0 New feature

Modal overlay access

No immediate action
arize-phoenix-v16.1.0 Mixed

Agents skills + PXI UI updates

arize-phoenix-v16.0.0 Breaking risk
Breaking changes
  • Sandboxing and Code Evaluators break existing agent configurations.
Notable features
  • Code Evaluators allow custom Python/TypeScript evaluate() functions for composable evaluation strategies (composite scoring, embedding similarity, LLM juries).
  • Agents now support provider‑native web search/fetch capabilities when available.
Full changelog

16.0.0 (2026-05-21)

MIGRATION.md

⚠ BREAKING CHANGES

  • Sandboxing and Code Evaluators (#13290)

Features

Phoenix now lets you compose evaluation strategies in code.

Most eval tooling hands you a fixed menu of judge templates. Real evaluation is rarely that tidy.

Code Evaluators enable you to build evaluation criteria the way you want. You write a Python or TypeScript evaluate() function in the Phoenix UI — no SDK, no local runtime, no deploy step — and Phoenix runs it server-side, recording labels and scores as annotations on every experiment run.

Because it's just code, you control the whole strategy:

• Composite scoring: blend sub-scores (LLM judgment + deterministic rules) into one weighted metric
• Embedding-based evaluation: cosine similarity over embeddings instead of brittle string matching
• LLM juries: poll multiple models and combine verdicts into a weighted consensus

Sandboxed Code evaluators unlock the idea of agents as a judge as well. We're excited where this is heading.

  • agents: Enable provider native web search / fetch when available (#13333) (41eb4fc)
  • Sandboxing and Code Evaluators (#13290) (e294d93)

Bug Fixes

No immediate action
arize-phoenix-v15.12.0 Mixed

Bug fixes + features

No immediate action
arize-phoenix-v15.11.1 Bug fix

Instrument PXI agent prompt

No immediate action
arize-phoenix-v15.11.0 Mixed

Generative UI + lockfile tolerance + header handling

No immediate action
arize-phoenix-v15.10.1 Bug fix

Agents bug fix + App bug fix + Docs cleanup

No immediate action
arize-phoenix-v15.10.0 New feature

Trace feedback toolbar

No immediate action
arize-phoenix-client-v2.7.0 Breaking risk

/agents sessions summary + ATIF v1.7

No immediate action
arize-phoenix-v15.9.0 New feature

TOOL spans + GraphQL ID handling

Review required
arize-phoenix-v15.8.0 Security relevant
RCE / SSRF

Prototype pollution fix

Review required
arize-phoenix-v15.7.0 Breaking risk
RCE / SSRF

/chat route removal

arize-phoenix-v15.6.0 New feature
Notable features
  • Added /agents/{agent_id}/sessions/{session_id}/summary endpoint
  • Playground manipulation tools with confirmation dialog
  • Default provider/model set as user preference in playground
Full changelog

15.6.0 (2026-05-10)

Features

  • agents: add /agents/{agent_id}/sessions/{session_id}/summary endpoint (#13095) (419c3a0)
  • agents: Playground manipulation tools w/ confirmation (#13093) (37dc417)
  • playground: default provider/model as a user preference (#13135) (4487740)
  • tracing: always show metrics aside, remove legacy stats header (#13134) (ea3d7e7)

Bug Fixes

Documentation

arize-phoenix-v15.5.1 Bug fix

Fixed bug where deleting a dataset evaluator would remove the built‑in evaluator.

Full changelog

15.5.1 (2026-05-08)

Bug Fixes

  • evaluators: preserve built-in evaluator on dataset evaluator delete (#13104) (9c8068b)
arize-phoenix-v15.5.0 Security relevant patches CVE-2026-42208
Security fixes
  • dep: Multiple CVEs fixed by bumping litellm to 1.83.14
Notable features
  • /chat-v2 tool wiring behind experimental toggle
  • Frontend REST calls typed against OpenAPI schema
  • Support x-project-name HTTP header for OTLP trace ingestion
Full changelog

15.5.0 (2026-05-08)

Features

  • agents: wire /chat-v2 with tools behind experimental toggle (#13009) (7706554)
  • app: type frontend REST calls against the OpenAPI schema (#13060) (590669d)
  • support x-project-name HTTP header for OTLP trace ingestion (#12865) (7d10386)
  • Update session details turns layout (#13042) (a1be820)

Bug Fixes

  • add types-aiobotocore-bedrock-runtime in container/aws extras (#13113) (0e2c175)
  • deps: bump litellm floor to 1.83.14 to fix multiple CVEs (#13020) (ccf1880)

Documentation

  • Add Phoenix release notes for 04-29-2026 through 05-05-2026 (#13058) (bdb6684)
  • add REST API pages for filter-based annotation DELETE endpoints (#13075) (e8c3b13)
  • disable sidebar drilldown navigation (#13049) (fc01ed7)
  • skills: weekly audit — 2026-05-06 (#13074) (a5d970b)
arize-phoenix-v15.4.0 New feature
Notable features
  • Filter-based DELETE endpoints for span/trace/session annotations
  • Token counts included in span/trace/session payloads
Full changelog

15.4.0 (2026-05-05)

Features

  • agents: agent set_time_range tool with hardened context injection (#13022) (115c08b)
  • agents: ToolPart styles and subcomponents (#12894) (0d4e16b)
  • api: add filter-based DELETE endpoints for span/trace/session annotations (#12928) (12779fb)
  • rest-api: include token counts in span/trace/session payloads (#12926) (c0c0edb)
  • simplify trace/span status icons, use status badge in panel views (#12972) (d8e3915)
  • vendor passthrough tools support (#12533) (41e8fe0)

Bug Fixes

arize-phoenix-v15.3.0 Breaking risk
Breaking changes
  • Removed user instructions from agent PXI
Full changelog

15.3.0 (2026-05-05)

Features

Bug Fixes

  • api: include dataset metadata in experiment CSV export (#12897) (64cb481)
  • deps: update arize-phoenix-client to 2.4.0 (#12799) (1300763)
  • deps: update arize-phoenix-otel to 0.16.1 (#12997) (7bff140)

Documentation

  • add LinkedIn social links alongside X/Bluesky (#12993) (5d14f23)
  • document all REST API endpoints and index them in llms.txt (#12999) (2ec728a)
arize-phoenix-evals-v3.1.0 New feature
Notable features
  • Move PXI prompt assembly to server side and cache prompts in agents.
  • Add adapter tests for evals.
Full changelog

3.1.0 (2026-05-04)

Features

  • agents: Move PXI prompt assembly server-side and cache prompts (#12959) (f223f92)
  • evals: tighten prompt-message handling and add adapter tests (#12838) (fbb5270)

Bug Fixes

  • evals: replace hardcoded model capability lists with runtime fallback (#12709) (69a2ade)

Documentation

  • add LinkedIn social links alongside X/Bluesky (#12993) (5d14f23)
arize-phoenix-v15.2.0 Security relevant
Security fixes
  • **agents:** drop user-supplied connection params from /chat (SSRF)
Notable features
  • TanStack AI tracing integration added
  • PXI prompt assembly moved server‑side with caching
  • Enhanced filter condition filtering
Full changelog

15.2.0 (2026-05-03)

Features

Bug Fixes

  • agents: drop user-supplied connection params from /chat (SSRF) (#12974) (775b270)
  • cost: update built-in model token prices (#12960) (746247c)
  • replace crypto.randomUUID with a context-safe fallback (#12987) (#12988) (62b6ace)
  • ui: remove redundant Ask PXI button from trace details drawer (#12957) (863e9ca)

Documentation

  • add network security guide for self-hosted deployments (#12968) (aed96fd)
arize-phoenix-v15.1.0 New feature
Notable features
  • CLI: named auth profile management
  • CLI: session annotations and notes
  • Phoenix‑client: TS trace annotations with clarified note semantics
Full changelog

15.1.0 (2026-04-30)

Features

  • api: query annotations by identifier on GET endpoints (#12952) (e2a1de9)
  • cli: add named auth profile management (#12529) (ab62d3d)
  • cli: add session annotations and notes (#12925) (4e20267)
  • phoenix-client: add TS trace annotations + clarify note semantics + skills audit (#12923) (2993b04)

Bug Fixes

  • playground: accept unwrapped AWS Bedrock tool schemas (#12937) (b450f10)
  • ui: remove unused sticky positioning on Drawer dialog header (#12954) (d6a5f90), closes #12953

Documentation

  • Add Phoenix release notes for 04-24-2026 through 04-28-2026 (#12914) (ceeb89b)
  • add phoenix-release-please skill and note no v15 migration (#12932) (4bd2b43)
  • skills: add open-coding and axial-coding references to phoenix-cli skill (#12869) (0972f3d)
arize-phoenix-client-v2.6.0 Breaking risk
Breaking changes
  • Dataset upsert
Notable features
  • Add session notes endpoint
  • Gate v15 dataset upload params by server version
  • Extend db prompt types for invocation parameters
Full changelog

2.6.0 (2026-04-29)

⚠ BREAKING CHANGES

Features

Miscellaneous Chores

arize-phoenix-v15.0.0 New feature
Notable features
  • Dataset upsert operation added
  • Database prompt types extended to support invocation parameter definitions
Full changelog

15.0.0 (2026-04-29)

Features

arize-phoenix-v14.17.0 New feature
Notable features
  • Support custom providers and secret store values for agents
  • Add session notes endpoint
  • Add JSON schema for settings configuration
Full changelog

14.17.0 (2026-04-29)

Features

Bug Fixes

  • cost: update built-in model token prices (#12912) (a38e57b)
  • playground: prevent OTel context leak in single chat completion subscription (#12922) (966e595)
  • show label-only annotations in summary cells (#12898) (b971061)
arize-phoenix-v14.16.0 Mixed
Notable features
  • Advertise Phoenix page context to agent chat
  • Move advanced PXI toggles into Assistant config
  • Redact sensitive GraphQL fields with RedactedString
Full changelog

14.16.0 (2026-04-28)

Features

  • agents: advertise phoenix page context to chat (#12835) (917da7b)
  • agents: move advanced PXI toggles into Assistant config (#12895) (f8da519), closes #12893
  • server: redact sensitive GraphQL fields with RedactedString (#12807) (7dca138)

Bug Fixes

  • app: own loader-created Relay query refs in route pages (#12873) (b342096)
  • cost: update built-in model token prices (#12874) (61cfc60)
  • playground: avoid duplicate Responses output messages (#12890) (5570e89)

Documentation

  • experiments: how-to page for running experiments in the background (#12736) (1243ca9)
arize-phoenix-v14.15.0 Security relevant
Security fixes
  • Custom provider credential test now requires authentication (SSRF)
Notable features
  • Sessions UI flag with Turns/Traces toggle
  • Phoenix skills audit skill with weekly GitHub Actions
Full changelog

14.15.0 (2026-04-26)

Features

  • app: add sessions_ux flag with Turns/Traces toggle (#12826) (e9cadd5)
  • skills: add phoenix-skills-audit skill and weekly GHA (#12863) (3d6cc81)

Bug Fixes

  • server: require auth for custom provider credential test (SSRF) (#12870) (8c68957)

Documentation

arize-phoenix-client-v2.5.0 New feature
Notable features
  • Trace note REST endpoint for Phoenix CLI
Full changelog

2.5.0 (2026-04-25)

Features

  • add trace note REST endpoint for Phoenix CLI (#12710) (ed66c02)
arize-phoenix-v14.13.0 New feature
Notable features
  • Dedicated span notes column in spans table
  • Trace note REST endpoint for Phoenix CLI
  • Re-exported openinference helpers, decorators, and semconv
Full changelog

14.13.0 (2026-04-24)

Features

  • Add a dedicated span notes column and clean up annotation selection (#12789) (ec6565e)
  • add trace note REST endpoint for Phoenix CLI (#12710) (ed66c02)
  • phoenix-otel: re-export openinference helpers, decorators, and semconv (#12844) (23576da)
  • ui: add trace notes column to spans table (#12847) (c83d9ec)

Bug Fixes

Documentation

  • Add Phoenix release notes for 04-16-2026 through 04-22-2026 (#12806) (5a8f5c8)
  • adopt phoenix.otel re-exports for manual instrumentation (#12853) (833c189)
  • fill 4 HIGH gaps from 2026-04-22 weekly audit (#12842) (9944c8f)
arize-phoenix-otel-v0.16.0 New feature
Notable features
  • Re-exported openinference helpers, decorators, and semconv
Full changelog

0.16.0 (2026-04-24)

Features

  • phoenix-otel: re-export openinference helpers, decorators, and semconv (#12844) (23576da)
arize-phoenix-v14.12.0 New feature
Notable features
  • Trace annotations column to spans table
  • Aggregate span info on traces
  • Portal page controls in top nav
Full changelog

14.12.0 (2026-04-24)

Features

Bug Fixes

  • app: update secrets list synchronously on mutation (#12804) (9211d0a)
  • cost: update built-in model token prices (#12828) (a3fbce0)
  • demote redundant experiment failure logs to debug (#12839) (ec35f3c)
  • retain authenticated root Relay query data (#12812) (d17ae12)
arize-phoenix-v14.11.0 New feature
Notable features
  • Session summary evaluation with sidebar-title prompt rewrite
  • Root span name display in session turn list
  • Secrets settings page
Full changelog

14.11.0 (2026-04-22)

Features

  • agent: session summary eval + sidebar-title prompt rewrite (#12780) (fab5d89)
  • app: show root span name in session turn list (#12795) (c31fd97), closes #12792
  • secrets: Add secrets settings page (#12797) (f911992)
  • ui: add Show Table Aside toggle to project filter config (featureflagged) (#12773) (81db7aa)

Bug Fixes

  • app: use Empty component for project annotations empty state (#12798) (d55dadf)
  • deps: migrate authlib.jose to joserfc, require authlib>=1.7.0 (#12791) (f5f9bea)
arize-phoenix-client-v2.4.0 New feature
Notable features
  • Type-aware attribute filter for GET /v1/spans
  • Trace ID passthrough to experiment evaluators
Full changelog

2.4.0 (2026-04-22)

Features

  • client: pass through trace_id to experiment evaluators (#12692) (648b6e1)
  • rest-api: add type-aware attribute filter to GET /v1/spans (#12524) (c0badfa)

Documentation

arize-phoenix-v14.10.0 Mixed
⚠ Upgrade required
  • authlib version must be <1.7.0
Notable features
  • Token count display for chat sessions
Full changelog

14.10.0 (2026-04-21)

Features

  • agent: Display token count for chat sessions (#12765) (c305919)

Bug Fixes

arize-phoenix-v14.9.1 Bug fix

Fixed Azure AsyncEngine wrapping to use ObjectProxy instead of patching dispose.

Full changelog

14.9.1 (2026-04-21)

Bug Fixes

  • db: wrap Azure AsyncEngine with ObjectProxy instead of patching dispose (#12777) (d37bdfa)
arize-phoenix-v14.9.0 New feature
Notable features
  • Claude Opus 4.7 support in playground
  • PXI consent and trace-sharing controls
  • Type-aware attribute filter for GET /v1/spans REST API
Full changelog

14.9.0 (2026-04-20)

Features

  • Add PXI consent and trace-sharing controls (#12740) (ebc9997)
  • agent: empty-state screen for PXI chat (#12726) (0a5a180)
  • agents: vendor use-stick-to-bottom for PXI chat (#12715) (3f2571d)
  • cli: split out span note support (#12739) (aa8b34b)
  • playground: add Claude Opus 4.7 (#12738) (9f149c6)
  • rest-api: add type-aware attribute filter to GET /v1/spans (#12524) (c0badfa)
  • ui: expose agentsConfig via GraphQL and surface on settings page (#12723) (9b43f53)
  • ui: resizable Drawer component with Modal simplification (#12707) (f7b37b1)

Bug Fixes

  • cost: update built-in model token prices (#12728) (2532320)
  • graphql: remove default_factory=dict on Strawberry JSON fields to fix introspection (#12727) (e5e7f1a)
  • remove force_flush from get_db_traces (#12766) (0bf480c)

Documentation

  • Add Phoenix release notes for 04-08-2026 through 04-14-2026 (#12683) (fce6ea7)
arize-phoenix-v14.8.0 New feature
Notable features
  • Azure managed identity authentication for PostgreSQL
Full changelog

14.8.0 (2026-04-16)

Features

  • db: add Azure managed identity authentication for PostgreSQL (#12687) (6c53e48)
arize-phoenix-v14.7.0 Mixed
⚠ Upgrade required
  • Wrapt v2.x is now supported
Notable features
  • Session pagination for efficient trace navigation
  • Trace annotation dataloader for improved data loading
  • Projects page auto-refreshes on mount and 60-second interval
Full changelog

14.7.0 (2026-04-16)

Features

Bug Fixes

  • allow wrapt v2 (<3 upper bound) (#12714) (d6b0135)
  • ui: simplify onboarding to use only phoenix-otel for TypeScript (#12708) (1dd5f5f)

Documentation

  • fix phoenix.client.experiments docs/tutorials (#12645) (9ce9e18)
arize-phoenix-v14.6.0 New feature
Notable features
  • Eval harness for agent system
  • List-detail layout for session turns
  • Slack alerts for CI model sync
arize-phoenix-v14.5.0 New feature
Notable features
  • Feedback actions for agent assistant messages
  • Chat metadata for assistant messages
  • Span and trace annotation commands to the Phoenix CLI
arize-phoenix-v14.4.0 Mixed
Notable features
  • Agent capability menu
  • Refactored PXI frontend tool wiring around a capability registry
Full changelog

14.4.0 (2026-04-14)

Features

  • agent: Capability menu + Refactor PXI frontend tool wiring around a capability registry (#12590) (0518f16)

Bug Fixes

arize-phoenix-v14.3.1 Bug fix

## 14.3.1 (2026-04-14) ### Bug Fixes * Harden authFetch and add it to dataset upload path

arize-phoenix-v14.3.0 Mixed
Notable features
  • Assistant agent settings page
  • Re-export of openinference-core from phoenix-otel with documentation
Full changelog

14.3.0 (2026-04-14)

Features

  • agent: assistant agent settings page (#12637) (bca2318)
  • Re-export openinference-core from phoenix-otel with docs (#12541) (1449f3d)

Bug Fixes

  • migrate custom scalars to scalar_map for strawberry-graphql 0.314.3 (#12568) (3488aa7)

Documentation

  • weekly docs gap audit (2026-04-02 → 2026-04-09) (#12606) (6372cfb)
arize-phoenix-v14.2.1 Breaking risk
Breaking changes
  • WebSocket support for GraphQL subscriptions removed, replaced with HTTP multipart
arize-phoenix-v14.2.0 New feature
Notable features
  • Name-based project URL redirects via /redirects/projects/:project_name endpoint
Full changelog

14.2.0 (2026-04-10)

Features

  • add /redirects/projects/:project_name for name-based project URLs (#12593) (afd9584)

Documentation

  • Add Phoenix release notes for 04-02-2026 through 04-07-2026 (#12588) (3a55bae)
arize-phoenix-evals-v3.0.0 Breaking risk
Breaking changes
  • Deprecate evals 1.0 and remove legacy experiments module
arize-phoenix-v14.0.0 Breaking risk
Breaking changes
  • CLI flags now follow subcommand (e.g., 'phoenix serve --dev' instead of 'phoenix --dev serve')
  • Remove /v1/evaluations endpoint and Evaluations plumbing
  • Deprecate evals 1.0 and remove legacy experiments module
Notable features
  • Agent ask_user elicitation tool
  • Ephemeral experiments with ExperimentSweeper daemon
  • PostgreSQL read replica routing
arize-phoenix-client-v2.3.0 Maintenance

## 2.3.0 (2026-04-03) ### Features * atif to trace trajectory conversion utility

arize-phoenix-client-v2.2.0 New feature
Notable features
  • get_traces method in Python and TypeScript clients
  • GET /v1/user endpoint
  • Python 3.14 support
arize-phoenix-evals-v2.13.0 Maintenance

## 2.13.0 (2026-04-01) ### Features * add Python 3.14 support (except Windows)

arize-phoenix-v13.21.0 New feature
Notable features
  • Python 3.14 support (except Windows)
  • Agent session summary improvements
  • REST endpoint for secrets management
Full changelog

13.21.0 (2026-04-01)

Features

arize-phoenix-v13.20.0 New feature
Notable features
  • REST API: DELETE endpoint for removing tags from prompt versions
  • REST API: DELETE endpoint for removing prompts by identifier
  • New CopyField UI component and settings layout cleanup
Full changelog

13.20.0 (2026-03-29)

Features

  • rest-api: DELETE /prompt_versions/{id}/tags/{tag_name} (#12427) (0c61d16)
  • rest-api: DELETE /prompts/{prompt_identifier} (#12426) (ac9ffbe)
  • ui: add CopyField component and clean up settings layout (#12435) (3c7bd2b)
arize-phoenix-v13.19.2 Bug fix

Model menu search field no longer loses focus on first keystroke.

arize-phoenix-v13.19.0 New feature
Notable features
  • Agent session switcher with delete controls
  • Tool call collapsing in agent chat
  • PromptInput compound component
arize-phoenix-v13.18.2 Bug fix

## 13.18.2 (2026-03-24) ### Bug Fixes * **deps:** update arize-phoenix-evals to 2.12.0

arize-phoenix-evals-v2.12.0 Security relevant
Security fixes
  • Pin LiteLLM <1.82.7 to mitigate supply chain attack
Notable features
  • Structured data eval inputs
arize-phoenix-v13.18.1 Bug fix

## 13.18.1 (2026-03-24) ### Bug Fixes * Pin LiteLLM <1.82.7 to mitigate supply chain attack

arize-phoenix-v13.18.0 New feature
Notable features
  • Prompt version diff view for comparing prompt iterations
  • Markdown rendering replaced with streamdown
Full changelog

13.18.0 (2026-03-24)

Features

arize-phoenix-v13.17.0 Security relevant
Security fixes
  • Resolves high and moderate dependency vulnerabilities
Notable features
  • px-gql simulated bash tool
  • Copy spanID to clipboard
arize-phoenix-v13.16.0 New feature
Notable features
  • Backend and frontend skills for Phoenix development
  • Agent browser bash tool execution
  • Expanded integration snippets for TypeScript and Python
arize-phoenix-client-v2.1.0 Maintenance

## 2.1.0 (2026-03-18) ### Features * **client:** add span filter params to getSpans

arize-phoenix-v13.15.0 New feature
Notable features
  • phoenix db migrate subcommand for standalone migrations
  • GET /v1/projects/{project_identifier}/traces endpoint
  • Span filtering by name, span_kind, status_code
arize-phoenix-client-v2.0.0 Breaking risk
Breaking changes
  • client.annotations module removed; use client.spans instead
Notable features
  • Session conversation API for Python and TypeScript clients
  • Provider additions including Perplexity and Together AI
arize-phoenix-v13.14.0 New feature
Notable features
  • Session conversation API for Python and TypeScript clients
  • phoenix-pr-screenshot slash command skill
arize-phoenix-v13.13.0 Breaking risk
Breaking changes
  • client.annotations module removed; use client.spans instead
Notable features
  • PHOENIX_ALLOWED_PROVIDERS and PHOENIX_HIDDEN_PROVIDERS environment variables
  • DELETE session API
  • Dataset column drag-drop UI
arize-phoenix-v13.12.0 New feature
Notable features
  • parent_id filter to GET spans endpoints
  • Feature-flagged tracing onboarding empty state
arize-phoenix-v13.11.0 New feature
Notable features
  • Perplexity AI as built-in provider with Sonar models
  • Together AI as built-in provider with 8 model families
  • 35 new model entries for cost tracking
arize-phoenix-v13.10.0 New feature
Notable features
  • Cerebras, Fireworks, Groq, Moonshot as first-class providers
  • Cost tracking for 298 new models
  • Latest OpenAI GPT models including gpt-5 family
arize-phoenix-v13.9.0 New feature
Notable features
  • trace_id filter to GET spans REST endpoints
  • Filetype-agnostic dataset upload
arize-phoenix-client-v1.31.0 New feature
Notable features
  • Session retrieval methods for Python client SDK
  • Timeout parameter and list_sessions alias for sessions API
Full changelog

1.31.0 (2026-03-06)

Features

  • client: add session retrieval methods to Python client SDK (#11879) (3669813)
  • client: add timeout and list_sessions alias to sessions API (#11897) (a4befc0)
arize-phoenix-v13.8.0 Security relevant
Notable features
  • Brute force login protection
  • Agents pydantic vercel data stream protocol
  • File dropzone component
arize-phoenix-v13.7.0 Maintenance
Notable features
  • Container image updated to Debian 13
Full changelog

13.7.0 (2026-03-02)

Features

Bug Fixes

arize-phoenix-otel-v0.15.0 Mixed
Notable features
  • Support for Python 3.10 through 3.14
Full changelog

0.15.0 (2026-03-02)

Features

  • otel: support python 3.10 - 3.14 for arize-phoenix-otel (#11831) (bca6282)

Bug Fixes

arize-phoenix-v13.6.0 Security relevant
Security fixes
  • ReDoS vulnerability fix in minimatch
  • Multiple dependency vulnerabilities addressed
Notable features
  • Inline document annotation UI for retriever spans
  • CLI sessions and session commands
arize-phoenix-v13.5.0 New feature
Notable features
  • Configurable password policy
  • GET endpoints for sessions REST API
arize-phoenix-evals-v2.11.0 New feature
Notable features
  • Conciseness classification evaluator
  • Refusal evaluator
  • Prompt to evals template conversion utility
arize-phoenix-v13.4.0 New feature
Notable features
  • Refusal evaluator
  • Migrate bundler from Vite/Rollup to rolldown-vite
  • Claude Agent SDK integration
arize-phoenix-v13.3.0 New feature
Notable features
  • Conciseness classification evaluator
  • JSONDistanceEvaluator error message improvements
arize-phoenix-v13.2.0 New feature
Notable features
  • AWS Bedrock cross-region inference model prefix preference
  • Sonnet 4.6 model name support for AWS Bedrock
arize-phoenix-v13.1.1 Bug fix

## 13.1.1 (2026-02-18) ### Bug Fixes * use store-and-network fetch policy for ModelMenu query

arize-phoenix-v13.1.0 New feature
Notable features
  • Merge phoenix-sdk-python skill into phoenix-evals
  • Session chat with dynamic markdown rendering
  • Table column resizing in EvaluatorsTable and DatasetEvaluatorsTable
arize-phoenix-v13.0.3 Bug fix

## 13.0.3 (2026-02-13) ### Bug Fixes * Prevent playground rerun when opening trace slide-over

arize-phoenix-evals-v2.10.0 New feature
Notable features
  • Tool response handling evaluator template
  • Dataset evaluators support
  • Mustache prompt template support
arize-phoenix-v13.0.2 Bug fix

## 13.0.2 (2026-02-13) ### Bug Fixes * **deps:** update arize-phoenix-client to 1.29.0

arize-phoenix-client-v1.29.0 Maintenance

## 1.29.0 (2026-02-13) ### Features * dataset evaluators * dataset evaluators

arize-phoenix-v13.0.1 Bug fix

Prevents .gitignore negation patterns from leaking files into source distributions.

arize-phoenix-v13.0.0 Breaking risk
Breaking changes
  • Dataset evaluators system refactored
Notable features
  • Built-in LLM evaluator configs added to GraphQL
  • Evaluator creation page and UI improvements
  • Playground evaluator selection and display enhancements
arize-phoenix-v12.35.0 New feature
Notable features
  • Claude Opus 4.6 model added to playground
arize-phoenix-client-v1.28.1 Bug fix

## 1.28.1 (2026-02-09) ### Bug Fixes * add timezone validation to log_spans_dataframe

arize-phoenix-v12.34.0 New feature
Notable features
  • Tool selection evaluator for both libraries
arize-phoenix-evals-v2.9.0 New feature
Notable features
  • FaithfulnessEvaluator
  • Tool invocation accuracy metric
  • trace_id in Scores
arize-phoenix-v12.33.0 New feature
Notable features
  • Configurable email extraction from OAuth2 attributes
arize-phoenix-v12.32.0 New feature
Notable features
  • Evals skill
  • Tracing skill
  • Tool invocation accuracy metric
arize-phoenix-client-v1.28.0 New feature
⚠ Upgrade required
  • HallucinationEvaluator deprecated; migrate to FaithfulnessEvaluator
Notable features
  • FaithfulnessEvaluator for LLM evaluation
  • span_id_key parameter to link dataset examples to traces
Full changelog

1.28.0 (2026-01-21)

Features

  • add FaithfulnessEvaluator and deprecate HallucinationEvaluator (#10962) (fc8b1b5)
  • add span_id_key to link dataset examples to traces (#10942) (01eb1fb)

This PR was generated with Release Please. See documentation.

arize-phoenix-v12.31.0 New feature
Notable features
  • FaithfulnessEvaluator
  • Dataset and experiment CLI commands
  • LLM classification metric cursor rule
arize-phoenix-v12.29.0 New feature
Notable features
  • Display span event attributes in UI
  • Connection timeout error handling
arize-phoenix-evals-v2.8.0 New feature
Notable features
  • Correctness evaluator
  • Sync and async LLM client kwargs
arize-phoenix-client-v1.27.2 Bug fix

Fixes context.span_id column handling when DataFrame has integer index.

arize-phoenix-v12.28.0 New feature
Notable features
  • JSONL dataset uploads
  • Tool selection correctness metric

Beta — feedback welcome: [email protected]