Skip to content

Releases: Arize-ai/phoenix

arize-phoenix: v4.0.3

14 May 06:17
663c99f
Compare
Choose a tag to compare

4.0.3 (2024-05-13)

Bug Fixes

  • Always wait a small amount of time between inserts (#3168) (6e18e3c)

arize-phoenix: v4.0.2

11 May 01:05
62f0b9a
Compare
Choose a tag to compare

4.0.2 (2024-05-11)

Bug Fixes

  • Bulk inserter begins first insert immediately (#3151) (7e17cb2)
  • unflatten attributes when loading spans from trace_dataset (#3170) (a165023)

arize-phoenix: v4.0.1

09 May 17:11
b9986ea
Compare
Choose a tag to compare

4.0.1 (2024-05-09)

Bug Fixes

  • coerce input.value to string at ingestion (#3147) (3742ea7)

Documentation

arize-phoenix: v4.0.0

09 May 04:24
c0d4e1a
Compare
Choose a tag to compare

4.0.0 (2024-05-09)

⚠ BREAKING CHANGES

  • Remove experimental module (#2945)

Features

  • Add log_traces method that sends TraceDataset traces to Phoenix (#2897) (c8f9ed2)
  • add a last N time range selector on project / projects pages (#2907) (3c115f8)
  • add bedrock claude tracing tutorial (#2919) (b8b5240)
  • add default limit to /v1/spans and corresponding client methods (#3026) (e5698d7)
  • add gradient start/end to projects table (#2956) (5b6b217)
  • add grpc endpoint (#2232) (8bbd136)
  • Add indexes on Annotation tables (#3082) (682ecee)
  • Add indexes on spans table (#3098) (12d2574)
  • add opentelemetry trace instrumentation for Phoenix server (#2990) (6ed494e)
  • Add SQL and Code Functionality Eval Templates (#2861) (c7d776a)
  • add trace and document evals to GET v1/evaluations (#2910) (79229f2)
  • Add user frustration eval (#2928) (406938b)
  • Added support for default_headers for azure_openai. (#2917) (6ee5f24)
  • convert graphql api to pull trace evaluations from db (#2867) (11aa455)
  • Deprecate datasets module, rename to inferences (#2785) (4987ea3)
  • experimental: postgres support (a2657d4)
  • fetch annotation names (#2964) (6c5d25d)
  • fetch document retrieval metrics per span using SQL (#2960) (9fdb765)
  • graphql api pulls from db for document evaluations (#2865) (e4b667d)
  • grpc interceptor for prometheus (#3056) (610c8fa)
  • ingest document evals (#2847) (f3fde50)
  • ingest pyarrow span evals into sqlite (#2837) (3a6666c)
  • ingest trace annotations (#2852) (792f674)
  • make graphql api for span evaluations read from database (#2860) (5adf750)
  • move document evaluation summary to pull from db (#2888) (73ca2d7)
  • openapi ui for api exploration (#3041) (5b22961)
  • persistence: add support for sorting by eval scores and labels (#2977) (44c3068)
  • persistence: bulk inserter for spans (#2808) (9ce841e)
  • persistence: clear project (#2976) (665c166)
  • persistence: clear traces UI (#2988) (a717ff6)
  • persistence: dataloader for document retrieval metrics (#2978) (f55c458)
  • persistence: dataloader for span descendants (#2980) (d8e10d4)
  • persistence: ensure migrations run for TreadSession (#2855) (ec4fea7)
  • persistence: fetch latency_ms percentiles using sql with dataloaders (#2818) (48d4643)
  • persistence: fetch streaming_last_updated_at (#2819) (d665e49)
  • persistence: get or delete projects using sql (#2839) (527b9a9)
  • persistence: json binary for postgres (#2849) (29351bf)
  • persistence: launch app with persist (#2817) (add6103)
  • persistence: make launch_app runnable on tmp directory (#2851) (f41e922)
  • persistence: span annotation tables (#2788) (874c61e)
  • persistence: span query DSL with SQL (#2911) (7c01420)
  • persistence: sql sorting for spans (#2823) (eeafb64)
  • persistence: use sqlean v3.45.1 as sqlite engine (#2947) (3b202d7)
  • Remove experimental module (#2945) (01758cf)
  • restrict project metrics to be last 7 days (#2896) (066bc16)
  • span filtering by span evaluations (#2923) (4458ec4)
  • Support basic auth (#3061) (3202256)
  • support for span evaluations to get evaluations endpoint (#2900) (379e336)
  • support pagination on spans resolver (#3046) (2113c5c)
  • Update API f...
Read more

arize-phoenix: v3.25.0

06 May 21:16
c1be71d
Compare
Choose a tag to compare

3.25.0 (2024-05-06)

Features

Bug Fixes

Documentation

  • development: make it explicit that you need to run pnpm build (#3035) (672cbed)

arize-phoenix-evals: v0.8.1

04 May 00:17
1d53c21
Compare
Choose a tag to compare

0.8.1 (2024-05-03)

Bug Fixes

  • evals: incorrect wording in hallucinations (#3085) (7aa0292)

arize-phoenix: v3.24.0

22 Apr 20:29
aaf3a4d
Compare
Choose a tag to compare

3.24.0 (2024-04-22)

Features

Bug Fixes

  • ensure recent version of opentelemetry-proto is used (#2948) (33647f5)

arize-phoenix-evals: v0.8.0

22 Apr 20:24
aa4fc8f
Compare
Choose a tag to compare

0.8.0 (2024-04-22)

Features

arize-phoenix: v3.23.0

19 Apr 13:42
b787f5b
Compare
Choose a tag to compare

3.23.0 (2024-04-19)

Features

  • Added support for default_headers for azure_openai. (#2917) (6ee5f24)

Bug Fixes

Documentation

arize-phoenix: v3.22.0

16 Apr 05:59
9b474e5
Compare
Choose a tag to compare

3.22.0 (2024-04-16)

Features

  • Add log_traces method that sends TraceDataset traces to Phoenix (#2897) (c8f9ed2)