@microsoft/omnichannel-chat-sdk 1.1.1-main.93f1eed → 1.1.1-main.9da8158

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
4
  ## [Unreleased]
5
+ ### Added
6
+ - Add `sendDefaultInitContext` optional parameter to `ChatSDK.startChat()` to automatically populate `browser`, `device`, `originurl` & `os` as default init context on web
7
+ - Add `sendCacheHeaders` as optional paramater to `ChatSDK.initialize()` and `ChatSDK.getLiveChatConfig()`
8
+
9
+ ### Fixed
10
+ - Prevent `AMSFileManager.getFileIds()` & `AMSFileManager.getFileMetadata()` to be triggered on all activities with null checks
11
+ - Add `LiveChatVersion` check on `ChatSDK.updateChatToken()`
12
+
13
+ ### Changed
14
+ - Uptake [@microsoft/ocsdk@0.3.1](https://www.npmjs.com/package/@microsoft/ocsdk/v/0.3.1)
15
+ - Uptake [acs_webchat-chat-adapter@0.0.35-beta.8](https://unpkg.com/acs_webchat-chat-adapter@0.0.35-beta.8/dist/chat-adapter.js)
16
+ - Uptake [acs_webchat-chat-adapter@0.0.35-beta.9](https://unpkg.com/acs_webchat-chat-adapter@0.0.35-beta.9/dist/chat-adapter.js)
5
17
 
6
18
  ## [1.1.0] - 2022-04-15
7
19
  ### Added
@@ -20,7 +32,7 @@ All notable changes to this project will be documented in this file.
20
32
  - Add support for separate bot post chat survey feature
21
33
  - Pass `logger` to `acs_webchat-chat-adapter`
22
34
 
23
- ### Fix
35
+ ### Fixed
24
36
  - Add `acs_webchat-chat-adapter` middlewares to format `channelData.tags`
25
37
  - Skip `session init` call on existing conversation
26
38
  - Fix `chat reconnect` not ending the conversation on calling `ChatSDK.endChat()`