Skip to content

Releases: amazon-connect/amazon-connect-chatjs

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

2.0.2

21 Sep 22:25
07fef97
Compare
Choose a tag to compare

Added

  • Error message if API call is made before invoking session.connect(); #129

Fixed

  • sendEvent contentType README documentation
  • delivered receipt logic causing deadlock promise; #131

2.0.1

09 Aug 19:21
1c9ee48
Compare
Choose a tag to compare

Added

  • Browser Refresh and Persistent Chat documentation
  • More details to chatSession.sendAttachment README documentation
  • Improved ReactNativeSupport documentation

Fixed

  • Exclude src folder when publishing code to npm
  • Remove hardcoded usage of console.* methods; addresses #127
  • Expose connectionDetails value; addresses #154

2.0.0

18 Jul 22:03
1f6b741
Compare
Choose a tag to compare

Added

  • Initial TypeScript migration: auto-generate *.d.ts files in dist folder.
  • Delete and gitignore dist folder
  • Add CDN link to README
  • Fix typo for setting messageReceipts?.throttleTime in updateThrottleTime
  • expose connectionDetails value; addresses #154

1.5.1

04 Apr 15:27
Compare
Choose a tag to compare

updating outdated mapping file in dist folder and publish new readMe.