v3.3
·
954 commits
to main
since this release
Release Notes
Assistants
New Features
- New
get_assistant_description_statsCLI command to report statistics about number of assistants that utilize member-facing assistant descriptions. (#837)
Groups
New Features
- PingPong will now record the Azure region when saving API keys for groups using Azure OpenAI Services. (#835)
Deployment Information
| Schema Upgrade | Migration Script | Permissions Update | Task Definition Update | Configuration Update |
|---|---|---|---|---|
| YES | YES | No | No | No |
Deployment Details
- Schema Upgrade: Added new
regioncolumn toassistantstable. (#835) - Migration Script: Run
migrate_azure_api_keys_add_regionCLI to addregioninformation for existing Azure API keys. (#835)
Related PRs
- feat/ Record Azure region when adding API key by @ekassos in #835
- feat/ Add CLI to provide assistant description stats by @ekassos in #837
Full Changelog: 649-srv270-web155...651-srv272-web155