Summary of Changes in Version 1.1.4
General Improvements
-
Backend Fixes and Enhancements:
- Addressed table overlap issue in
Groups/UserGroupsAssociation
to avoid conflicts. - Improved hybrid search functionality and added client access token filtering for tool authentication.
- Replaced
co reader
implementation withaiohttp GET
for the web scrape tool. - Fixed alignment of the Wikipedia toggle in the Assistants Web feature.
- Addressed table overlap issue in
-
Frontend Enhancements:
- Fixed
react-scroll-to-bottom
import issue. - Added a button for hotkey bindings in the Assistants Web interface.
- Fixed
-
Documentation:
- Updated tool documentation to reflect the current state accurately.
Dependency Updates
- Development:
- Updated
aiohttp
to 3.10.11 andpython-multipart
to 0.0.18. - Bumped dependencies for
cross-spawn
,path-to-regexp
, andexpress
in Slack bot interfaces.
- Updated
Infrastructure and Testing
-
Infrastructure:
- Enabled integration tests for all PRs and resolved broken tests.
- Improved Azure deployment through Docker Compose.
-
Testing:
- Added cleanup mechanisms for containers used in integration tests.
- Enabled specification of individual tests for unit and community testing.
New Features
- Added Gmail support as a tool.
- Backend now validates tool parameters generated by the model.
Miscellaneous
- Removed the
detach
flag fromdocker compose up
. - Improved
make first-run
to read existing configuration variables.
For detailed differences, refer to the Full Changelog