Skip to content

v2.0.1

Choose a tag to compare

@ekassos ekassos released this 28 Oct 03:20
· 1143 commits to main since this release
f4b20ef

Release Notes

Groups

Resolved Issues

  • Fixed: Administrators who aren’t group members may be shown in the Group Moderation table. While they technically have access to the group, their inclusion in the Group Moderators table may cause confusion among members. (588)

Threads

New Features

  • PingPong will attempt to generate a thread title while creating a thread. In case the context is not enough, title generation will be retried when subsequent messages are sent. (581)
  • The maximum number of thread uploads is now set to 20 for both File Search and Code Interpreter. (585)

Resolved Issues

  • Fixed: Document file uploads may be uploaded as both File Search and Code Interpreter resources, regardless of the thread’s capabilities. (592)
  • Fixed: Images that are compatible with Code Interpreter may be uploaded as a Code Interpreter resource, regardless of the thread’s capabilities. (592)
  • Fixed: When the Code Interpreter file limit is reached, users may still be allowed to select Code Interpreter-compatible images for upload. However, the file upload would still fail, and an informative error message would be displayed to the user. Users are now informed that they can only upload additional .webp images when the document limit is reached in a thread with Code Interpreter capabilities. FileUpload does not allow additional Code Interpreter-compatible image uploads only as Vision attachments because this would confuse users, as they would be unsure which image files are available in Code Interpreter. (592)

Deployment Information

Schema Upgrade Migration Script Permissions Update Task Definition Update Configuration Update
No No No No No

Deployment Details

N/A

Related PRs

  • Bump werkzeug from 3.0.3 to 3.0.6 in the pip group across 1 directory by @dependabot in #579
  • Generate title for conversation when the user starts a thread by @ekassos in #590
  • Fix: Do not show admin information in Group Moderators table for users who are not members of a group by @ekassos in #591
  • Update file upload limits in threads & other bug fixes by @ekassos in #592

Full Changelog: 468-srv122-web93...472-srv125-web94