Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release arize-phoenix 5.3.0 #4950

Merged

Conversation

mikeldking
Copy link
Contributor

@mikeldking mikeldking commented Oct 10, 2024

🤖 I have created a release beep boop

5.3.0 (2024-10-17)

Features

  • add litellm integrations UI (#5028) (5e895cb)
  • Add model listing (#4948) (94d92fb)
  • js: Scaffold ts phoenix client (#4847) (24f447e)
  • make model listing more generic (#5022) (fd0c6ce)
  • Playground UI prototype (#4778) (a0a83a2)
  • playground: accumulate errors while parsing span attributes (#4941) (c27dfb1)
  • playground: add / delete messages (#4947) (5d45e48)
  • playground: add credential storage (#4970) (b15f2a4)
  • playground: add tools ui (#5002) (767bd37)
  • playground: allow up to 4 instances, distinguish alphabetically (#4951) (240bfe8)
  • playground: copy messages to clipboard (#5000) (23e9d82)
  • playground: create llm span for playground runs (#4982) (39c9940)
  • playground: Extract and display variables from all message templates as "inputs" (#4994) (b8cd777)
  • playground: Implement codemirror based template string editor (#4943) (e20716f)
  • playground: Implement editable input variable textareas (#4987) (#5006) (ab09109)
  • playground: Implement message role picker callback (#4909) (b2a8bd0)
  • playground: make chat messages match style in traces (#4931) (ed6e05e)
  • playground: model selector (#4971) (025c33e)
  • playground: parse model name and infer provider form span (#5021) (45973b7)
  • playground: parse span attribute llm.input_messages for playground span replay (#4906) (f4b1d92)
  • playground: playground layout (#4978) (2c50441)
  • playground: plumb through and apply template variables (#5052) (d0b1641)
  • playground: provide a back to trace button from the span playgr… (#4954) (01227e2)
  • playground: re-ordering of messages using dnd (#4936) (ad27394)
  • playground: rudimentary graphql support for messages input (#4907) (ee1f85b)
  • playground: streaming chat completions (#4785) (5948ea3)
  • playground: support azure openai (#5065) (4df3f8a)
  • playground: toggle for the template language (#5004) (45755bb)
  • playground: tool call backend (#5027) (5485c03)
  • playground: wire up tool calling ui (#5029) (75b7000)

Bug Fixes

  • playground: authenticate websockets (#4924) (4a53e8e)
  • playground: ignore keyboard events in template messages for drag and drop (#4945) (2b6529f)
  • playground: invalidate cache for playground span project to ensure new span is refetched (#4991) (985042c)
  • playground: make messages collapsible so they can be dragged (#5062) (30d95b4)
  • playground: plumb through and record invocation parameters (#5005) (9d375e5)
  • playground: plumb through credentials (#5003) (0fa0c87)
  • playground: plumb through model name and providers (#4999) (23958bd)
  • playground: remove toolChoice if no tools provided (#5079) (c883b06)
  • playground: Remove unused statements in language grammars (#4992) (bbbfd22)

Documentation

  • add environment variable PHOENIX_CSRF_TRUSTED_ORIGINS (GITBOOK-885) (38fc7ba)
  • Add Evaluating Phoenix Traces nbconverted page (GITBOOK-889) (38912b4)
  • Adding Auth Video (GITBOOK-896) (11e5a07)
  • auth-related environment variables (GITBOOK-887) (8a8ec8d)
  • DSPy doc updates (GITBOOK-886) (b00def9)
  • Fixing Quickstart: Tracing (GITBOOK-888) (e0f9fba)
  • how to add evaluations to experiments after the fact (GITBOOK-895) (7b584ee)
  • initial playground PRD (#4777) (2a0ddd9)
  • Mistral 1.0 Changes (GITBOOK-883) (4e11e86)
  • Navbar changes (GITBOOK-884) (62798ad)
  • No subject (GITBOOK-890) (54556a1)
  • No subject (GITBOOK-891) (4e5392f)
  • No subject (GITBOOK-892) (70b386d)
  • No subject (GITBOOK-894) (5625288)
  • No subject (GITBOOK-897) (1d4c250)
  • No subject (GITBOOK-898) (3b56ecd)
  • No subject (GITBOOK-899) (842846a)
  • No subject (GITBOOK-900) (29495bc)
  • No subject (GITBOOK-901) (8ec974e)
  • No subject (GITBOOK-902) (290afb4)
  • No subject (GITBOOK-903) (0d1f3e6)
  • update crewai tutorial for 0.63.0+ (#5026) (c89ba9e)
  • update dspy notebook to reflect new instrumentation for v2.5 and above (#4946) (61d8a1c)

This PR was generated with Release Please. See documentation.

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Oct 10, 2024
@mikeldking mikeldking force-pushed the release-please--branches--main--components--arize-phoenix branch 2 times, most recently from a044254 to 6077b9c Compare October 15, 2024 20:29
@mikeldking mikeldking changed the title chore(main): release arize-phoenix 5.2.3 chore(main): release arize-phoenix 5.3.0 Oct 16, 2024
@mikeldking mikeldking force-pushed the release-please--branches--main--components--arize-phoenix branch 2 times, most recently from 2f34312 to eb93aa9 Compare October 16, 2024 19:57
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Oct 16, 2024
@mikeldking mikeldking force-pushed the release-please--branches--main--components--arize-phoenix branch 8 times, most recently from cb5d7b5 to d691f23 Compare October 17, 2024 18:33
@mikeldking mikeldking force-pushed the release-please--branches--main--components--arize-phoenix branch from d691f23 to d5208bd Compare October 17, 2024 21:19
@mikeldking mikeldking merged commit 491ac18 into main Oct 17, 2024
33 checks passed
@mikeldking mikeldking deleted the release-please--branches--main--components--arize-phoenix branch October 17, 2024 21:27
@mikeldking
Copy link
Contributor Author

🤖 Created releases:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autorelease: tagged size:M This PR changes 30-99 lines, ignoring generated files.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant