Release v8
Overview
Upgrades to this version from v7 should follow the upgrade instructions. This includes running any applicable database upgrade scripts.
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.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