Release v8
Overview
Upgrades to this version from v7 should follow the upgrade instructions.
Notable Changes
This version moves the UNIFYConnect engine to .NET 10 and updates PowerShell from 7.4 to 7.5. Scripts may require changes; see What's New in PowerShell 7.5. Custom plug-in developers must also update their plug-ins to target .NET 10.
v8.0.217081
🚀 - 08/06/2026
- ✨: Re-added support for Oracle SQL to the database connector, that was previously removed in v6.1
- ✨: Added support for PostgreSQL to the database connector
- 🐛: Fixed an issue preventing $null being properly set on entities in out-of-process PowerShell scripts (including Sync Module Link tasks scripts) (UC-F-5547)
- 🐛: Fixed connector not removing entities for empty imports (UC-F-5548)
v8.0.216679
🚀 - 02/06/2026
- 🐛: Fixed the TryGetExternalValue method not being available in out-of-process PowerShell scripts (UC-F-5546)
v8.0.215510
🚀 - 13/05/2026
- 🐛: Fixed an issue where the Group transformation could fail on null source values
v8.0.213911
🚀 - 24/04/2026
- 🐛: Fixed an issue where PowerShell entity and schema objects could not be iterated over when executed Out of Process
- 🐛: Fixed an issue where multi-value value collections in PowerShell transformation scripts had the incorrect type
- 🐛: Fixed additional issues related to PowerShell types with incomplete APIs in an Out of Process context
v8.0.212847
🚀 - 27/03/2026
- 🔧: Updated the Out of Process PowerShell runner to live in its own directory and have a distinct dependency chain.
- 🐛: Fixed an issue where Out of Process PowerShell scripts may be missing some binary dependencies.
- 🐛: Fixed a regression regarding time zone offsets for new connector schedules "start from" calculation
- 🐛: Fixed an issue where join transformations may not validate in the UI under certain configuration circumstances, blocking creation.
v8.0.212346
🚀 - 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.
- ✨: Added the ability for the Join Transformation to only execute a join when the source entity meets certain conditions.
- ✨: Added the ability for the Join Transformation to map to and overwrite existing adapter-added fields, alongside adding new fields to the adapter.
- 🔧: Improved execution of Time Offset Transformation and PowerShell Transformation to better process transformation entities in parallel.
- 🔧: Improved batch writing support for PowerShell Log Writers and PowerShell Audit Writers.
- 🔧: Improved the logging of Channel summary logging to better assist in determining which Channel and direction had a problem. (UC-F-5518)
- 🔧: Improve the "Start From" schedule timing display to respect the web servers configured time zone.
- 🐛: Fixed an issue where PowerShell connector polling imports could fail under certain circumstances.
- 🐛: Fixed an issue where the Join Limit feature on an Adapter Join Transformation could be hit if the source Adapter had enough entities with the same join value, even if there was only one target entity for that value. (UC-F-5516)
- 🐛: Fixed an issue where Scheduled Jobs would re-execute immediately after being enabled, if the schedule was supposed to execute while it was disabled. (UC-F-5517)
- 🐛: Fixed an issue where certain UI components could trigger hint pop-ups for other elements. (UC-F-5513)
- 🐛: Fixed an issue where the Azure Log Analytics DCR writer could fail to submit messages for certain extended data scenarios.
- 🐛: Fixed an issue where a Connector field mapped to an Adapter through a Join Transformation would inherit the Required schema restriction from the Connector field. (UC-F-5470)
- 🐛: Fixed an issue where attempting to execute multiple log jobs through the bulk operations menu would fail (UC-F-5523)