Skip to main content

GUEST/IDM/CONNECT

2.0.10 Release Notes

Document Details

Document Issue Level:

1.0

Document Issue Date:

Jan 28, 2026

Product Details

Product Description:

Symmetry IDM - CONNECT and GUEST

Release Version:

2.0.10

Introduction

This bulletin provides an overview of product improvements and an introduction to new features included in Symmetry CONNECT/GUEST/IDM for hosted and on-premise deployments.

Note

For Hosted customers, the planned deployment date will be communicated via the online status page. Please visit: Symmetry Identity Management (IDM) Status

Private Cloud Customers, please access your dedicated status page.

For general deployment guidance, please refer to the Connect and Guest Deployment Guide (Issue 1.75.0)

On-Premise Deployments:

For Customers Upgrading from versions earlier than 1.71.0, upgrade to 1.71.0 before upgrading to this release.

This release requires additional rollback steps.

DECLARE @DbName sysname;
DECLARE @Sql nvarchar(max);
 
DECLARE db_cursor CURSOR FOR
SELECT name
FROM (VALUES
    ('logging'),
    ('eventstore'),
    ('quartz_masstransit'),
    ('core'),
    ('registration'),
    ('idm'),
    ('vms'),
    ('connect'),
    ('nfc')
) AS dbs(name);
 
OPEN db_cursor;
FETCH NEXT FROM db_cursor INTO @DbName;
 
WHILE @@FETCH_STATUS = 0
BEGIN
    SET @Sql = N'
    UPDATE [' + @DbName + N'].[Roundhouse].[GrateScriptsRun]
    SET text_hash = ''UawdLekSlLK+LR71T6QlUQ==''
    WHERE script_name = ''grate-internal/01_create_schema_grate.ENV.GrateInternalBoostrap-a61456d0-e00a-4933-b692-c6a5d7d51539.sql'';
 
    UPDATE [' + @DbName + N'].[RoundhousE].[GrateScriptsRun]
    SET text_hash = ''TczJuPktpmsEM6BuFgFR9w==''
    WHERE script_name = ''grate-internal/02_create_scripts_run_table.sql'';
 
    UPDATE [' + @DbName + N'].[RoundhousE].[GrateScriptsRun]
    SET text_hash = ''ecQJZuBWMj56tM0DknFObg==''
    WHERE script_name = ''grate-internal/03_create_scripts_run_errors_table.sql'';
 
    UPDATE [' + @DbName + N'].[RoundhousE].[GrateScriptsRun]
    SET text_hash = ''/C8u/OGqLzXuDVbsbePM2w==''
    WHERE script_name = ''grate-internal/04_create_version_table.sql'';
 
    UPDATE [' + @DbName + N'].[RoundhousE].[GrateScriptsRun]
    SET text_hash = ''MuazD1IXMT9ZJDfNov2aWQ==''
    WHERE script_name = ''02_create_scripts_run_table.sql'';
 
    UPDATE [' + @DbName + N'].[RoundhousE].[GrateScriptsRun]
    SET text_hash = ''ZZ5iJH6tZ+gnDua4G2whSg==''
    WHERE script_name = ''03_create_scripts_run_errors_table.sql'';
 
    UPDATE [' + @DbName + N'].[RoundhousE].[GrateScriptsRun]
    SET text_hash = ''a8glzF4bbddBV1phAJF1GQ==''
    WHERE script_name = ''04_create_version_table.sql'';
    ';
 
    EXEC sys.sp_executesql @Sql;
 
    FETCH NEXT FROM db_cursor INTO @DbName;
END
 
CLOSE db_cursor;
DEALLOCATE db_cursor;

Symmetry Integration Client:

The AMAG.Symmetry.Client has been updated to version 7.30.0.1871. Certain new features or corrections will not be fully functional until the new client has been installed; any such items will be highlighted in the proceeding notes.

The Checksum for this Symmetry client is:

ac4062b6fca9721e18b0bdf781dae7bd2d5dd8b4f3521e6e4e5908ecd2e37f57.

Warning

Customers who utilize firewalls for their Amag.Symmetry.Client will be required to update rules to allow TCP port 5671, 5672 and 443.

New / Changed Functionality

Reduction of Downtime for backend upgrades

  • A significant change has been made to how backend upgrades are managed. Going forward, for clustered systems, no downtime will be incurred for upgrades to Docker, Redis, Rabbit, or Elastic. Users will no longer be required to take their applications offline before upgrading.

Key Issues Addressed

  • An issue has been addressed where multiple one-time passcodes were being sent to users when issuing Wavelynx credentials.

  • ZD229100 - An issue has been addressed with the CONNECT Admin Configuration Activity Report not tracking changes to Access Request Workflow.

  • ZD229097 - An issue has been addressed with the Identity Audit Report not tracking SSO Bypass activity.

  • An issue has been addressed, allowing ACR Administrators to create Identities.

  • ZD230426 - An issue has been addressed where terminated identities could still be edited, as well as a problem where active (unterminated) identities could not be updated until the UI was manually refreshed.

  • ZD230430 - An issue has been addressed with Identity Statuses not updating until the page is refreshed.

  • ZD230366 - An issue has been addressed with printing badges, where historical badges disappearing from the UI until the page is refreshed.

Known Issues

  • ACR(M) Proxy will over-expose Identities outside of Company Partitioning for the ACR(M)s permissions.

  • Wavelynx - Sym Blue Wallet 40 will present as a normal Credential when adding, and will ask for a Card number and Facility Code. This only affects the new Single Cardholder page.