v2.37.1

Improvements

  • Enhanced AI Conversation Workflow
    The FinishConversationAndNotifyUser 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 outdated Sequence settings from the FinishConversation method and eliminated deprecated logic within the skip-chat-component. These changes streamline the codebase and reduce potential maintenance overhead.

  • Asynchronous Data Persistence
    Introduced await to the dataContext.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.