Skip to content

Releases: amazon-connect/amazon-connect-streams

Streams 1.6.0

01 Dec 15:37
59dd96d
Compare
Choose a tag to compare

Features Introduced:

  • A new media channel--tasks--has been added to Connect's offerings, alongside chat and voice. With this release, Streams, in conjunction with TaskJS now supports this feature with relevant apis, etc.
  • VoiceId: You can find relevant apis for using the feature in the src/api.js file.
  • Agent App features: Connect is expanding its agent-app offering with an agent application container called Agent App. Within agent app you can embed CCP UI, Customer Profiles UI, and Wisdom UI.
  • onConnectionOpened and onConnectionClosed websocket manager apis were introduced.

1.5.1

29 Sep 17:10
3f2a038
Compare
Choose a tag to compare
  • Update Makefile to produce valid js
  • Added documentation for log levels
  • Add an option to force the login popup into a window. #297
  • Fix typos in documentation #313

1.5.0

03 Aug 17:15
e596197
Compare
Choose a tag to compare

With this release, we introduce a few new APIs, including Contact.clear(), and Agent.getAvailabilityState(). Please see Documentation.md for more details.

1.4.9

25 Jun 20:06
2b3342b
Compare
Choose a tag to compare
  • Added additional options to initCCP for chat ringtones
  • Added websocket event handlers
  • Added option to Logger which allows for filtering by log level when downloading

1.4.8

02 Jun 22:33
996705f
Compare
Choose a tag to compare
  • Typescript Improvements
  • New onViewRequest apis
  • A few smaller changes

1.4.7

16 Apr 16:05
cea2c59
Compare
Choose a tag to compare

Synced Documentation.md with README.md

1.4.6

08 Apr 19:16
9d4ccb4
Compare
Choose a tag to compare

Small README instruction updates for use with npm.

NPM Release

07 Apr 21:47
722c2b5
Compare
Choose a tag to compare

Features some fixes and clarifications in Documentation.md.

Updated gulp-mocha dependency to major version 7.

Add completeContact to Streams

20 Dec 21:47
2dfe6ec
Compare
Choose a tag to compare

Adds a Contact API called complete(). complete() is an API that should be called instead of destroy() to end a contact that is in ACW. Currently, this functions except for when the agent is in monitor mode. Anyone using this pre-release version must ensure that destroy() be used for now while in monitor mode.

Readying Streams for NPM Publishing

20 Dec 21:28
1c26b7e
Compare
Choose a tag to compare

Package.json has been updated with some additional fields for publishing to npm.

Issue #188 was also resolved with this update. onMissed now triggers when the contact is missed or rejected by the agent.