Skip to content

Releases: amazon-connect/amazon-connect-streams

v2.19.2

03 Oct 17:22
5dc9972

Choose a tag to compare

  • npm audit --fix for critical security updates
  • refactoring event handler in core module
  • added ccpacktimout delay to popup handler
  • logging updates

2.19.1

19 Sep 20:38
cc868b6

Choose a tag to compare

  • Added deduplication support for CustomViews applications to prevent multiple instances from running simultaneously in the same contact context. Key changes:

    • Added deduplicate boolean parameter (default: true) to control deduplication behavior
    • Enhanced contact resolution to handle both contact objects and contact ID strings consistently
    • Added state-based deduplication using contact lifecycle phases (CONNECTING, CONNECTED, ACW, etc.)
    • Improved error handling and logging for contact resolution failures
    • Logging improvements
    • Unified the contact handling code paths for better maintainability

2.19.0

12 Sep 21:19
4903947

Choose a tag to compare

What's Changed

  • [2.19.0] Adding support AmazonConnectSDK for ACGR env

Full Changelog: v2.18.8...v2.19.0

2.18.8

12 Sep 15:04
63add62

Choose a tag to compare

This change fixes a discrepancy between normal custom CCP's login popup behavior VS ACGR custom CCP's login popup behavior. For non-ACGR, if you don't pass in loginOptions parameter to initCCP, the login page opens in a new tab. However, when ACGR is enabled, it opens in a new window because of the bug. This change fixes the bug and make the login popup experience consistent between ACGR and non-ACGR.

v2.18.7

27 Aug 22:22
178f794

Choose a tag to compare

  • Adds important stability update addressing periodic login popups that some customers experienced even when agents had valid authentication sessions. This update replaces the heartbeat mechanism used to detect changes in agent authentication status as Chrome now no longer recommends using timers for periodic state checks.
  • Deprecates ccpSynTimeout and ccpAckTimeout init CCP Params
  • Adds minor bug fix for ACGR

v2.18.5

29 Jul 21:14
2892bf3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.18.4...v2.18.5

v2.18.4

30 May 17:35
4f4548e

Choose a tag to compare

[2.18.4] - 2025-05-30

Added:

  • Made change to address issue getting certain information during or immediately after a CCP Global Resiliency failover.
  • Add getContactAssociationId API.
  • Documentation updates for Email.
  • Mark agent.getState() as deprecated.

v2.18.3

21 May 14:59
f4d7742

Choose a tag to compare

What's Changed

Full Changelog: v2.18.2...v2.18.3

2.18.2

28 Apr 20:31
5380ab4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.18.1...v2.18.2

v2.16.1

08 Apr 20:06
e82e153

Choose a tag to compare

[2.16.1]

Added:

  • Made change to address issue getting certain information during or immediately after a CCP Global Resiliency failover.