Release v8
Overview
Upgrades to this version from v7 should follow the upgrade instructions. This includes running any applicable database upgrade scripts.
This page lists releases of the UNIFYConnect Sync Module. The Sync Module is packaged and versioned separately from the core UNIFYConnect service.
Notable Changes
This version bumps the base UNIFYConnect engine to .NET 10, which includes an update from PowerShell 7.4 to PowerShell 7.5. This may require updates to scripts, based on the changes to PowerShell
v8.1.220278
🚀 - 27/07/2026
- 🐛: Fixed an issue where, under certain circumstances, metadata datetime values could be read from the database in the service time zone rather than UTC.
v8.1.219903
🚀 - 21/07/2026
- 🔒: Bumped dependencies.
- ✨: Added richer Link change-sync completion reporting, including added, updated, deleted, failed, delayed, denied and incomplete entity counts.
- 🔧: Improved sync failure logging with structured Link, Adapter, task and entity identifiers, and more accurate successful-update reporting.
- ✨: Added statistics for Link pending-change clears and Locker clear operations, allowing for out-of-order or interleaved events and correct multi-page sync completion tracking.
- ✨: Added support for configuring the PowerShell execution policy used by PowerShell provisioning tasks. (UC-F-5536)
- 🔧: Updated PowerShell provisioning to use the unified PowerShell settings model, including execution mode and out-of-process worker concurrency, lifetime and memory settings.
- 🔧: Improved the Link Sync Changes table column sizing and prevented fixed-width values from wrapping. (UC-F-5535)
- 🔧: Removed obsolete serialization metadata from product event and data types.
- 🐛: Fixed an issue where Link equality comparisons compared outgoing filters against incoming filters, potentially treating different Link configurations as equal.
- 🐛: Fixed an issue where changes synchronization could fail when an unmapped entity had a null or incomplete join value.
v8.0.216688
🚀 - 02/06/2026
- 🐛: Fixed the TryGetExternalValue method not being available in out-of-process PowerShell scripts (UC-F-5546)
v8.0.214278
🚀 - 24/04/2026
- 🐛: Fixed an issue where entity changes from Out of Process PowerShell tasks were being ignored in links using Process Unmapped Changes
- 🐛: Fixed additional issues related to PowerShell types with incomplete APIs in an Out of Process context
v8.0.212849
🚀 - 27/03/2026
- 🐛: Fixed an issue where link scripts running in Out Of Process PowerShell mode had misnamed properties for Joined Entities processing. (UC-F-5528)
v8.0.212347
🚀 - 19/03/2026
- 🔧: Converted to .NET 10
- 🔒: Bump dependencies
- ✨: Added support for PowerShell operations to run in a separate worker process
- ✨: Added baseline support for Linux operating system, and ARM based processors
- 🐛: Fixed an issue where Sync Changes were not cleaned up if a Link was removed outside of the service
- 🐛: Fixed an issue where Locker entities were not cleaned up if a Locker was removed outside of the service