Releases: microsoft/omnichannel-chat-sdk
Releases · microsoft/omnichannel-chat-sdk
v1.10.18
What's Changed
- Bump v1.10.18-0 by @elopezanaya in #444
- Documentation for Custom Chat Control to Render Messages in Order by @xTEddie in #440
- Extend getchat token : pass Ms-Oc-Bot-Application-Id by @elopezanaya in #409
Full Changelog: v1.10.17...v1.10.18
v1.10.17
[1.10.17] 2025-04-07
Added
- Load AMS based on config.
Fixed
- Fix for methods receiving exceptionDetails , but not logging it in telemetry
- Fix to prevent double load of AMS
- Fix to prevent startchat to finish before AMS client loads. (latency detected, future work to be part of AMS client enhancements)
v1.10.16
Added
- Added exception details for telemetry for SendMessage
- Expose
OriginalMessageId
toChatSDK.onNewMessage()
to handle message ordering - Update
ChatSDK.sendMessage()
to returnOmnichannelMessage
Changed
- Uptake @microsoft/[email protected]
v1.10.15
Security
- Uptake @microsoft/[email protected]
- Uptake @microsoft/[email protected]
Added
- Added support for createConversation api which eleminates need for 2 api's when starting a conversation.
- Adding telemetry around receive message mechanisms, Rest, Websocket and Polling
Fixed
- Additional types for stored timer Id.
v1.10.14
[1.10.14] - 2025-03-06
Changed
- Updated getLivechatTranscript livechatcontect check for persistent chat
Added
- Add check for getConversation details before call onAgentEndSession call back since participant removed is not reliable
v1.10.13
[1.10.13] - 2025-03-04
Added
- Add
disablePolling
flag foronNewMessage
to stop polling
Changed
Fixed
- Update
ACSAdapterVersion
to reflect the correct version