v3.9
·
937 commits
to main
since this release
Release Notes
Threads
New Features
- PingPong will capture the user's timezone at thread creation and use it as fallback when subsequent message requests do not contain timezone information. (#854)
Voice Mode
New Features
- Voice mode chats will now offer users with permissions to edit the underlying assistant the ability to inspect the prompt used by the assistant for the conversation. (#854)
- Assistants will now be provided with the current time and the user's timezone when starting a Voice mode conversation. (#854)
Deployment Information
| Schema Upgrade | Migration Script | Permissions Update | Task Definition Update | Configuration Update |
|---|---|---|---|---|
| YES | No | No | No | No |
Deployment Details
- Schema Upgrade: New timezone field in Threads table. (#854)
Related PRs
- docs/ Print DB Migration completion log by @ekassos in #854
- feat(voice): Support for prompt saving + current time by @ekassos in #855
Full Changelog: 666-srv279-web166...668-srv281-web167