Skip to content

v2.0.5

Choose a tag to compare

@ekassos ekassos released this 17 Nov 23:28
· 1132 commits to main since this release
6f30aa3

Release Notes

Canvas Sync

New Features

  • Canvas Sync will now verify that users have permission to view SIS information before saving a class connection if the SSO parameter is set on the config file. (#610)
  • Users who no longer have permission to view SIS information after successfully setting up a Canvas Sync connection will see a prompt to reconnect their account. (#610)

Resolved Issues

  • Fixed: The Canvas API might not always return an integration_id when calling /api/v1/courses/{course_id}/users. This issue is related to different SIS viewing permissions different users might have based on their enrollment role in each Canvas class. (#605)

Threads

Resolves Issues

  • Fixed: Empty thread vector stores aren't attached as tool resources to the appropriate thread when a vector store isn't created alongside the thread. Consequently, OAI created a second vector store with a (7-day) expiration date. As a result, we were inadvertently tracking the incorrect vector store, potentially leading to incomplete thread deletions. (#573)

Deployment Information

Schema Upgrade Migration Script Permissions Update Task Definition Update Configuration Update
No No No No No

Deployment Details

  • N/A

Related PRs

  • Fix: Thread-related Vector Stores are not attached to thread when created after the thread creation by @ekassos in #607
  • Canvas Sync: Add SIS viewing permissions check by @ekassos in #610

Full Changelog: 481-srv132-web97...483-srv134-web98