@microsoft/omnichannel-chat-sdk 1.1.1-main.4abcbae → 1.1.1-main.4e1bf63

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,16 @@
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
+
12
+ ### Changed
13
+ - Uptake [@microsoft/ocsdk@0.3.1](https://www.npmjs.com/package/@microsoft/ocsdk/v/0.3.1)
14
+ - 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)
5
15
 
6
16
  ## [1.1.0] - 2022-04-15
7
17
  ### Added
@@ -20,7 +30,7 @@ All notable changes to this project will be documented in this file.
20
30
  - Add support for separate bot post chat survey feature
21
31
  - Pass `logger` to `acs_webchat-chat-adapter`
22
32
 
23
- ### Fix
33
+ ### Fixed
24
34
  - Add `acs_webchat-chat-adapter` middlewares to format `channelData.tags`
25
35
  - Skip `session init` call on existing conversation
26
36
  - Fix `chat reconnect` not ending the conversation on calling `ChatSDK.endChat()`