v2.37.1
Improvements
-
Enhanced AI Conversation Workflow
TheFinishConversationAndNotifyUser
method now includes support for artifact creation and binding. This enhancement ensures that new AI conversation detail records are correctly associated with their respective artifacts and versions, improving traceability and data organization. -
Legacy Code Cleanup
Removed outdatedSequence
settings from theFinishConversation
method and eliminated deprecated logic within theskip-chat-component
. These changes streamline the codebase and reduce potential maintenance overhead. -
Asynchronous Data Persistence
Introducedawait
to thedataContext.SaveItems()
call, ensuring proper asynchronous handling during data persistence operations. This change enhances the reliability and responsiveness of the application.
Bug Fixes
- Resolved Azure File Storage Clock Skew Issue
Addressed a timing discrepancy in the generation of pre-authenticated upload URLs for Azure File Storage. This fix ensures that upload URLs are generated with accurate timestamps, preventing potential access issues due to clock skew.