v3.19.1
·
904 commits
to main
since this release
Release Notes
Files
Resolved Issues
- Fixed: When cloning a group, the process may fail when some shared files that have since been deleted may be attempted to be copied. (#895)
- Fixed: Deleting a Class record may inadvertently delete a File record still in use by other Classes. (#896)
- Fixed: Private files added to a new Vector Store when cloned as part of an Assistant do not receive the necessary permissions for the new class. (#896)
- Fixed: When deleting a single file, the respective class-level permissions may not be removed when the file is in use by another class. (#896)
- Fixed: Private files may be added to the
files_classtable as part of the table migration. (#896)
Deployment Information
| Schema Upgrade | Migration Script | Permissions Update | Task Definition Update | Configuration Update |
|---|---|---|---|---|
| YES | No | No | No | No |
Deployment Details
- Schema Upgrade: Remove ON DELETE CASCADE from
files_class_id_fkey
Related PRs
- fix/ Only try to copy shared files that exist by @ekassos in #895
- fix/ Permission issues when cloning files by @ekassos in #896
Full Changelog: 697-srv304-web180...699-srv306-web180