v2.5.10
·
1005 commits
to main
since this release
Release Notes
Assistants
New Features
- A new
/api/v1/stats/modelsendpoint returns information about models in use and the count of assistants using each model. (755) - For more detailed information, the new
/api/v1/stats/models/{model_name}/assistantsreturns information about the Assistant id, Group id and last edited timestamp of assistants usingmodel_name. (755)
Login & Navigation
New Features
- The Group Selector on the Home page now features a Search bar for easier navigation. (754)
- The Group Selector dropdown will now close after a user selects a Group to navigate to. (757)
- The navigation dropdown accessible through the user's profile tile on the Sidebar will not close after a user selects an option to navigate to. (756)
- The Logout page design has been updated to match that of the Login page. (758)
Resolved Issues
- Fixes an issue where some browsers might pre-load a page, and a link to the Logout page would log out a user when they hovered their pointer over the Logout dropdown item. (756)
- Fixed: The navigation dropdown in the Sidebar may be out of view in screens smaller than a
lgbreakpoint. (756)
Deployment Information
| Schema Upgrade | Migration Script | Permissions Update | Task Definition Update | Configuration Update |
|---|---|---|---|---|
| No | No | No | No | No |
Deployment Details
- N/A
Related PRs
- Add a Search Bar in the Group Selector by @ekassos in #754
- New endpoints for Assistant/Model Statistics by @ekassos in #755
- Sidebar Dropdown Improvements by @ekassos in #756
- Close Assistant Selector after choosing by @ekassos in #757
- Logout UI Updates by @ekassos in #758
Full Changelog: 596-srv227-web137...601-srv228-web141