Change8

arize-phoenix-v12.10.0

📦 arize-phoenix
13 features🐛 3 fixes🔧 2 symbols

Summary

Phoenix version 12.10.0 introduces several new features including ES2022 target support, system themes, and enhanced authentication controls. This release also includes bug fixes related to Helm deployments and playground rendering.

Migration Steps

  1. If you rely on the external 'classnames' package, note that it has been vendored internally; no action is typically required unless you were explicitly importing it from an external source that is now shadowed.

✨ New Features

  • Added es2022 as a new target.
  • Added support for extra body parameters.
  • Added system theme support.
  • Added 'valueFrom' option to auth.secret configuration.
  • Added 'additionalEnv' support.
  • Authentication: Hide prominent actions for viewer roles.
  • Migrated 'classnames' usage to a vendored approach.
  • Helm: Allow fullname override and enhanced helm tests.
  • Added metadata support for prompts.
  • Implemented OIDC role mapping.
  • Added Prometheus metrics for the trace retention sweeper.
  • Enabled resuming experiments and evaluations.
  • UI: Added playground dataset label functionality.

🐛 Bug Fixes

  • Helm: Fixed in-memory deployment issue caused by conflicting values.
  • Playground: Removed unnecessary useMemo hook.
  • Fixed rendering of tool messages when outputs are undefined.

🔧 Affected Symbols

auth.secretclassnames