Releases: amazon-connect/amazon-connect-chatjs
Releases · amazon-connect/amazon-connect-chatjs
3.0.1
What's Changed
- Security patch fix for path-to-regexp in #234
- add disableCSM typing to ChatJS in #235
Full Changelog: 3.0.0...3.0.1
3.0.0
- add custom typings file index.d.ts instead of auto-generating typings.
- Updated to 3.0
2.3.0
Added
New function setRegionOverride for chat session to update participant service region endpoint in order to support region failover for CCP.
2.2.4
-fix deep heartbeat success/failure callback to clients
- update websocketManager library
v2.2.3
Fixed
-
.onConnectionEstablished() is fired twice after invoking .connect(); closes #124
-
enable message receipts by default; closes #132
-
expose deep heartbeat success/failure callback to clients
-
this version is broken!!
v2.2.2
Fixed
- reject send callbacks instead of returning null
- fix: ChatSession.getTranscript() fails without arguments; closes issue #128
v2.2.1
Added
- Updated README to include important note about ConnAck migration
Fixed
- Fix sendMessageReceipts to only send receipts if chat has not ended
2.2.0
Added
- Updated
amazon-connect-websocket-manager.js
library to enable Deep Heartbeat change for Chat widget users. See #198