Skip to content

v2.5.10

Choose a tag to compare

@ekassos ekassos released this 10 Feb 15:41
· 1005 commits to main since this release
d27ccb3

Release Notes

Assistants

New Features

  • A new /api/v1/stats/models endpoint 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}/assistants returns information about the Assistant id, Group id and last edited timestamp of assistants using model_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 lg breakpoint. (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

Full Changelog: 596-srv227-web137...601-srv228-web141