Skip to content

Releases: Arize-ai/phoenix

arize-phoenix: v5.1.3

01 Oct 21:29
f9101f8
Compare
Choose a tag to compare

5.1.3 (2024-10-01)

Bug Fixes

arize-phoenix: v5.1.2

30 Sep 21:08
9af3fb8
Compare
Choose a tag to compare

5.1.2 (2024-09-30)

Bug Fixes

arize-phoenix: v5.1.1

30 Sep 16:16
7db4a76
Compare
Choose a tag to compare

5.1.1 (2024-09-30)

Bug Fixes

arize-phoenix: v5.1.0

27 Sep 15:01
85e18c7
Compare
Choose a tag to compare

5.1.0 (2024-09-27)

Features

Bug Fixes

arize-phoenix-evals: v0.16.1

27 Sep 15:05
9d7f17e
Compare
Choose a tag to compare

0.16.1 (2024-09-27)

Bug Fixes

  • Use python string formatting for standard template delimiters (#4781) (26b422f)

arize-phoenix: v5.0.0

26 Sep 20:04
24307cf
Compare
Choose a tag to compare

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) (...
Read more

arize-phoenix: v4.36.0

20 Sep 17:36
af9c3e9
Compare
Choose a tag to compare

4.36.0 (2024-09-20)

Features

  • Add environment variable setting for structured logging (#4635) (a50ca10)

Bug Fixes

arize-phoenix: v4.35.2

20 Sep 16:02
a539465
Compare
Choose a tag to compare

4.35.2 (2024-09-20)

Bug Fixes

  • TraceDataset.to_span() should unflatten dot separators at all levels (#4694) (c4a6831)

Documentation

arize-phoenix: v4.35.1

17 Sep 16:40
68c9b74
Compare
Choose a tag to compare

4.35.1 (2024-09-17)

Bug Fixes

arize-phoenix: v4.35.0

17 Sep 04:35
17e3e8e
Compare
Choose a tag to compare

4.35.0 (2024-09-17)

Features