Skip to content

Commit 4e7fe77

Browse files
committed
merge changes
2 parents 0df9db1 + 243dcc1 commit 4e7fe77

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1231
-386
lines changed

CHANGELOG.md

+58
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,64 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- Load AMS based on config.
10+
11+
### Fixed
12+
13+
- Fix for methods receiving exceptionDetails , but not logging it in telemetry
14+
- Fix to prevent double load of AMS
15+
- Fix to prevent startchat to finish before AMS client loads. (latency detected, future work to be part of AMS client enhancements)
16+
17+
## [1.10.16] - 2025-03-27
18+
19+
### Added
20+
21+
- Added exception details for telemetry for SendMessage
22+
- Expose `OriginalMessageId` to `ChatSDK.onNewMessage()` to handle message ordering
23+
- Update `ChatSDK.sendMessage()` to return `OmnichannelMessage`
24+
25+
### Changed
26+
27+
- Uptake [@microsoft/ocsdk@0.5.13](https://www.npmjs.com/package/@microsoft/ocsdk/v/0.5.13)
28+
29+
## [1.10.15] - 2025-03-11
30+
31+
### Security
32+
33+
- Uptake [@microsoft/ocsdk@0.5.12](https://www.npmjs.com/package/@microsoft/ocsdk/v/0.5.12)
34+
- Uptake [@microsoft/omnichannel-ic3core@0.1.5](https://www.npmjs.com/package/@microsoft/omnichannel-ic3core/v/0.1.5)
35+
36+
### Added
37+
38+
- Added support for createConversation api which eleminates need for 2 api's when starting a conversation.
39+
- Adding telemetry around receive message mechanisms, Rest, Websocket and Polling
40+
41+
### Fixed
42+
43+
- Additional types for stored timer Id.
44+
45+
## [1.10.14] - 2025-03-06
46+
47+
### Changed
48+
49+
- Updated getLivechatTranscript livechatcontect check for persistent chat
50+
51+
### Added
52+
53+
- Add check for getConversation details before call onAgentEndSession call back since participant removed is not reliable
54+
55+
## [1.10.13] - 2025-03-04
56+
57+
### Added
58+
59+
- Add `disablePolling` flag for `onNewMessage` to stop polling
60+
61+
### Changed
62+
63+
- Updake [@microsoft/botframework-webchat-adapter-azure[email protected]](https://www.npmjs.com/package/@microsoft/botframework-webchat-adapter-azure-communication-chat/v/0.0.1-beta.2)
64+
765
### Fixed
866

967
- Update `ACSAdapterVersion` to reflect the correct version

0 commit comments

Comments
 (0)