v7.34
·
282 commits
to main
since this release
Release Notes
This update introduces a new safety monitoring feature, along with other bug fixes and improvements.
Threads
New Features
- Send a user-specific, opaque safety identifier in Next-Gen Responses API requests to help OpenAI monitor and detect abuse. This allows OpenAI to provide more actionable feedback in the event that they detect any policy violations.
Assistants
Updates & Improvements
- Increase file membership checks and user permission checks when removing unused files during assistant creation or editing.
Lecture Videos (Preview)
Note
This release adds new capabilities for Lecture Videos, which remain under active development and are not yet officially supported in Groups. APIs, features, and UI/UX may change before final release.
Lecture Video mode is currently visible only to institutional admins when creating an assistant.
Resolved Issues
- Fixed: When chatting in Lecture Video mode, the server fails to generate video frames and include them in the conversation context.
CLI
New Features
- Use the
auth remove_root <email>command to remove root admins.
Internal
Updates & Improvements
- Use pinned Claude plugin marketplace and code-review.
- Dependency upgrades.
Deployment Information
| Schema Upgrade | Migration Script | Permissions Update | Task Definition Update | Configuration Update |
|---|---|---|---|---|
| YES | No | No | No | No |
Deployment Details
- New
safety_identifier_uuidcolumns.
Related PRs
- fix(lv): ffmpeg doesn't support some input args by @ekassos in #1601
- feat: verify deleted_private_files before deletion by @ekassos in #1602
- chore: pin claude code review plugin by @ekassos in #1603
- chore(coderabbit): don't update PR descriptions by @ekassos in #1604
- chore: use local plugin dir for claude by @ekassos in #1605
- deps(py): bump cryptography from 46.0.6 to 46.0.7 by @dependabot[bot] in #1606
- feat(next-gen): use safety identifier by @ekassos in #1607
- chore: remove response_safety_identifier_secret by @ekassos in #1609
- feat: add option to remove root admins by @ekassos in #1608
Full Changelog: v1203+srv608.web436...v1210+srv614.web436