v4.1
·
873 commits
to main
since this release
Release Notes
Anonymous Session
Resolved Issues
- Fixed: Threads created by authenticated users in an Anonymous Session cannot be deleted.
Assistants
New Features
- There's now an extra check when determining which files to delete when saving an assistant.
Resolved Issues
- Fixed: The new assistant configuration may not be reflected in the View All Assistants page after saving.
- Fixed: When saving an assistants with many File Search files, users may encounter an unknown error.
- Fixed: When an assistant fails to save, the assistant configuration for File Search and Code Interpreter files is reset and uploaded files are hidden.
- Fixed: Uploading a Vector Store with many files may generate an error that the file limit has been reached because files to be removed are not processed before files to be added.
Threads
New Features
- Introduces better recovery from "phantom" thread runs that usually occur when OpenAI is facing API issues. The issue manifests as an error when sending a message: "Can't add messages to thread_ABC while a run run_ABC is active." A phantom thread run can also happen when a user has a thread open in more than one window. Now, when PingPong detects the error, the app will retain the message the user intended to send and attempt to reload the thread without losing the current message context.
Deployment Information
| Schema Upgrade | Migration Script | Permissions Update | Task Definition Update | Configuration Update |
|---|---|---|---|---|
| No | No | No | No | No |
Deployment Details
- N/A
Related PRs
- fix/ Better handle "Can't add messages to thread_ABC while a run run_ABC is active." errors by @ekassos in #932
- Bump aiohttp from 3.10.11 to 3.12.14 in the pip group across 1 directory by @dependabot[bot] in #930
- fix/ Delete threads by authenticated users created anonymously by @ekassos in #933
- fix/ Private File in Assistants issues by @ekassos in #935
- Bump form-data from 4.0.0 to 4.0.4 in /web/pingpong in the npm_and_yarn group across 1 directory by @dependabot[bot] in #934
- fix/ Reload assistants when saving by @ekassos in #936
Full Changelog: 724-srv325-web191...730-srv329-web195