Skip to content

v1.1.0

Compare
Choose a tag to compare
@xTEddie xTEddie released this 15 Apr 21:53
· 862 commits to main since this release

[1.1.0] - 2022-04-15

Added

  • Add getPostChatSurveyContext API method
  • Add GetPostChatSurveyContext telemetry event
  • Add widgetId & clientMessageId as metadata on sending message
  • Update ChatConfig interface with LiveChatVersion, allowedFileExtensions & maxUploadFileSize properties
  • Add ability to automatically detect locale from chat config
  • Add runtimeId attribute in OmnichannelChatSDK & ChatSDKRuntimeId field in telemetry
  • Add ability to automatically pass locale from chat config on calling ChatSDK.emailLiveChatTranscript()
  • Bubble up WidgetUseOutsideOperatingHour exception
  • Add acs_webchat-chat-adapter middleware to add default channelData.tags & channelData.metadata
  • Update ChatConfig interface with msdyn_enablemarkdown property
  • Throw exception on ChatSDK.getVoiceVideoCalling() if feature is disabled or platform is not supported
  • Add participantType & canRenderPostChat as response of getConversationDetails() API
  • Add support for separate bot post chat survey feature
  • Pass logger to acs_webchat-chat-adapter

Fixed

  • Add acs_webchat-chat-adapter middlewares to format channelData.tags
  • Skip session init call on existing conversation
  • Fix chat reconnect not ending the conversation on calling ChatSDK.endChat()
  • Fix on messaging client not sending heartbeat on new conversations subsequent to the first conversation
  • Fix ChatSDK.getConversationDetails() not passing authenticatedUserToken
  • Fix IC3Client.dispose() called when IC3Client is undefined

Changed