github Arize-ai/phoenix arize-phoenix-v5.0.0
arize-phoenix: v5.0.0

latest releases: arize-phoenix-v13.20.0, arize-phoenix-v13.19.2, arize-phoenix-v13.19.1...
18 months ago

5.0.0 (2024-09-26)

Phoenix 5.0 ships with authentication. Once enabled, Phoenix's UI and APIs (REST, GraphQL, and gRPC) are accessible only to users who present valid access and refresh tokens issued at sign in (session-based authentication) or API keys created within the app (key-based authentication).

Phoenix 5.0 also introduces basic RBAC (role-based access control). With RBAC you get admins (who can create, edit, and delete users) and members (who can edit only their own profile).

Phoenix 5.0 adds API keys so that you can securely ingest and query for data.

Phoenix 5.0 also adds OAuth2 (Google, AWS Cognito, Auth0) support as well as SMTP for password resets.

⚠ BREAKING CHANGES

  • deprecate python 3.8 (#4766)
  • Remove legacy instrumentation modules (#4604)

Features

Bug Fixes

  • allow logging out with only the refresh token (#4706) (b31d9f9)
  • allow secret when auth is disabled (#4466) (ad1763d)
  • auth: add back user api keys table (#4494) (162ada8)
  • auth: don't show error on successful logout (#4535) (3dab931)
  • auth: fix graphiql_ide param type (#4496) (8462567)
  • auth: handle forgot password form submission (#4755) (3ab5959)
  • auth: infer origin url (#4737) (bb2df0f)
  • auth: make username a required field (#4734) (77cc1fe)
  • auth: prevent first admin password salt from being reset on every start (#4477) (bccdbf1)
  • auth: set oauth2 state and nonce cookies with lax samesite policy (#4693) (795e769)
  • auth: soft-delete users (#4562) (f8f40b6)
  • auth: strengthen auth method constraint (#4744) (d399cb4)
  • Catch decode error (#4752) (b9d0caf)
  • clean up after token auth (#4447) (bcf273d)
  • Correct auth login rate limit routes (#4698) (e79a54c)
  • db lookup on token cache miss (#4726) (3e0cbc6)
  • deprecate python 3.8 (#4766) (2213a79)
  • don't redirect if there is no viewer in case auth is disabled (#4547) (b80f532)
  • Fix DB unittest reliability (#4548) (29460c5)
  • forbid role change on default admin (#4647) (775b4f8)
  • improve error message for phoenix secret (#4461) (f7e9731)
  • inadvertent cookie deletion when changing user password via PatchUser (#4637) (7077cc2)
  • only redirect if auth is enabled (#4768) (ff14180)
  • overflow of UI issues (#4759) (4e68274)
  • padding on users table (#4753) (c2361a3)
  • playwright scaffolding and user action menu rendering (#4697) (8892180)
  • playwright: make rate-limiting test run last (#4738) (eabf268)
  • playwright: revert back to localhost for playwright (#4758) (7c2a864)
  • remove exp from jwt (#4729) (0e6e1e8)
  • remove python 3.8 version dep (#4751) (4f5120b)
  • sqlite should explicitly autoincrement integer primary keys (#4468) (e7e86f0)
  • use referer from headers for base url in password reset url (#4746) (77675c9)
  • user deletion should delete all tokens (#4655) (cf3c6be)
  • user should be able to initiate password reset again before existing token is used or expires (#4674) (3f33d1a)
  • username should be optional for user creation (#4595) (eae81e8)
  • users should not be asked to reset password again right after they reset their password (#4672) (f63b4f6)

Documentation

Don't miss a new phoenix release

NewReleases is sending notifications on new releases.