Skip to content

v5.2

Choose a tag to compare

@ekassos ekassos released this 16 Aug 02:02
· 853 commits to main since this release
f42ce6f

What's Changed

  • internal/ Remove scripts image from release workflow by @ekassos in #955
  • Bump esbuild from 0.25.8 to 0.25.9 in /web/study in the npm_and_yarn group across 1 directory by @dependabot[bot] in #956
  • internal(study)/ Log when mounting the study app fails by @ekassos in #957
  • change(study)/ Stabilize Sidebar Inset Container & page scrolling by @ekassos in #958
  • internal/ CLI to remove V3 Assistants and Threads by @ekassos in #959

Important

#959 Adds python -m pingpong db remove_responses_threads_assistants_v3 CLI script to remove newly created Version 3 Assistant and Thread resources in case there are any issues in the new design.

Note that because Assistants and Threads are no longer stored on OpenAI’s servers, the new resources become non-functional if an older container image is restored. Because of validation errors, the UI might behave unexpectedly before V3 resources are removed.

Full Changelog: 742-srv338-web201...746-srv340-web203