v3.20
·
903 commits
to main
since this release
Release Notes
Assistants
New Features
- Adds the ability to control whether moderators should be able to view the user's full name when viewing a thread. The feature must be turned on at the Assistant level under Advanced Options. (#897)
- In Voice mode assistants, enabling the feature will also record conversations, accessible by moderators and the creator themselves. (#897)
Notes
- Only threads created while the feature is enabled will show the user’s full name and be recorded. Eligible threads will continue to display user information regardless of future group/assistant configuration updates. (#897)
- The user information feature is unavailable in private groups. Switching a group to private will disable the feature for all assistants. Existing eligible threads will remain unaffected. (#897)
Deprecations
- The
feature_flags.enable_realtime_recorderconfiguration property is deprecated. Specify an audio store in the configuration file and turn on the feature in the UI instead. (#897)
Threads
Notes
- When "Record User Name” is enabled for an Assistant, users will see new privacy descriptions on the Thread landing page (#897):
- Moderators can see this thread and your full name. for Chat mode threads.
- Moderators can see this thread, your full name, and listen to a recording of your conversation. for Voice mode threads
- When an eligible thread is published, members will continue to see a pseudonym in place of the user’s full name. Members do not have access to Voice mode recordings of published threads. (#897)
Deployment Information
| Schema Upgrade | Migration Script | Permissions Update | Task Definition Update | Configuration Update |
|---|---|---|---|---|
| YES | No | No | No | DEPRECATION |
Deployment Details
- Schema Upgrade: New
voice_mode_recordingstable,display_user_infofield inthreads,should_record_user_informationfield inassistants. (#897) - Configuration Update: The
feature_flags.enable_realtime_recorderconfiguration property is deprecated. Specify an audio store in the configuration file and turn on the feature in the UI instead. (#897)
Related PRs
Full Changelog: 699-srv306-web180...700-srv307-web181