Skip to content

2024-12-05 (v1.1.4)

Latest
Compare
Choose a tag to compare
@tianjing-li tianjing-li released this 05 Dec 23:14
· 16 commits to main since this release
ea23011

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 with aiohttp GET for the web scrape tool.
    • Fixed alignment of the Wikipedia toggle in the Assistants Web feature.
  • Frontend Enhancements:

    • Fixed react-scroll-to-bottom import issue.
    • Added a button for hotkey bindings in the Assistants Web interface.
  • Documentation:

    • Updated tool documentation to reflect the current state accurately.

Dependency Updates

  • Development:
    • Updated aiohttp to 3.10.11 and python-multipart to 0.0.18.
    • Bumped dependencies for cross-spawn, path-to-regexp, and express in Slack bot interfaces.

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 from docker compose up.
  • Improved make first-run to read existing configuration variables.

For detailed differences, refer to the Full Changelog