v3.21
·
898 commits
to main
since this release
Release Notes
Threads
New Features
- New Enhanced Thread Visibility privacy strings. (#902)
Resolved Issues
- Fixed: Voice recordings may not be removed when a thread is deleted. (#901)
Deployment
Resolved Issues
- Fixed: Users may encounter errors when creating the db Docker container from scratch because of a model misconfiguration causing an SQL error. Fixed by correcting the server_default parameter for the interaction_mode SQLEnum. Updated server_default from an enum instance to its string representation using the .name attribute in both the Assistant and Thread models. (#899)
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 requests from 2.32.3 to 2.32.4 in the pip group across 1 directory by @dependabot in #898
- fix/ Correct interaction_mode SQLEnum by @ekassos in #899
- fix/ Delete voice recordings when deleting a thread by @ekassos in #901
- feat/ Better Enhanced Thread Visibility Strings by @ekassos in #902
- Bump brace-expansion from 1.1.11 to 1.1.12 in /web/pingpong in the npm_and_yarn group across 1 directory by @dependabot in #900
Full Changelog: 700-srv307-web181...705-srv310-web183