Skip to content

Releases: amazon-connect/amazon-connect-chatjs

3.0.1

19 Sep 19:08
eec7572
Compare
Choose a tag to compare

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

30 Aug 17:56
17e4b2b
Compare
Choose a tag to compare
  • add custom typings file index.d.ts instead of auto-generating typings.
  • Updated to 3.0

2.3.2

23 Jul 23:13
7d8f032
Compare
Choose a tag to compare

What's Changed

  • upgrade jest to fix security issues with old version

  • fixing error loggin caused by ChatJS by

Full Changelog: 2.3.0...2.3.2

2.3.0

24 Jun 21:05
ea40a33
Compare
Choose a tag to compare

Added

New function setRegionOverride for chat session to update participant service region endpoint in order to support region failover for CCP.

2.2.4

27 Mar 20:43
517702e
Compare
Choose a tag to compare

-fix deep heartbeat success/failure callback to clients

  • update websocketManager library

v2.2.3

06 Mar 19:05
bccde67
Compare
Choose a tag to compare

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

22 Dec 22:31
cef17c3
Compare
Choose a tag to compare

Fixed

  • reject send callbacks instead of returning null
  • fix: ChatSession.getTranscript() fails without arguments; closes issue #128

v2.2.1

18 Dec 22:59
a11b454
Compare
Choose a tag to compare

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

14 Nov 22:22
8cd3bbf
Compare
Choose a tag to compare

Added

  • Updated amazon-connect-websocket-manager.js library to enable Deep Heartbeat change for Chat widget users. See #198

2.1.0

26 Sep 20:51
bb64c47
Compare
Choose a tag to compare