Skip to content

Release v7

Overview

Upgrades to this version from v6 should follow the upgrade instructions.

Notable Changes

Custom Plugin developers will need to update any uses of AdapterEntityValueCollectionKey or GroupedNameValueCollectionKey to BrokerValueCollectionKey. This may also involve removing generic arguments on common interfaces or classes such as IMultiKey

v7.4.205333

🚀 - 07/11/2025

  • 🔧: Improved the UI experience for bulk link operations to auto differentiate when an operation may not run due to the state of the target (such as sync operations on a disabled link) (UC-F-5501)
  • 🔒: Bump dependencies

v7.3.202698

🚀 - 29/09/2025

  • 🐛: Fixed an issue where updates to link mappings would result in a new ID for the mapping in the config file

v7.3.201382

🚀 - 09/09/2025

  • 🐛: Fixed an issue where provisioning tasks weren't tagged with their ID correctly, resulting in duplicate PowerShell runspaces
  • 🔧: Improved link synchronization to better filter and page source entities to only those in scope of the current page
  • 🐛: Fixed an issue where temporary tables on PostgreSQL were trying and failing to be re-used, when PgBouncer was in use.
  • 🐛: Fixed an issue where certain UI components were sending a HTTP response code 403 if the user did not have permissions to see that component, rather than simply not rendering.
  • 🔧: Improved link synchronization metrics to aggregate processing over multiple pages/jobs, where the jobs were part of the same request, to reflect the entity count and duration for the entire operation.

v7.2.198659

🚀 - 07/08/2025

  • 🐛: Fixed an issue where a change generated by a re-joined entity, being merged with another change, could result in an exception

v7.2.198251

🚀 - 04/08/2025

  • 🐛: Fixed an issue where errors on auto-refresh UI components could redirect to an incorrect page
  • 🐛: Fixed an issue where fields updated by Powershell in Link sync tasks would not queue an outgoing sync on other links with the field mapped.
  • 🐛: Fixed an issue where existing entities being joined on a changes sync, would only have existing changed fields mapped instead of all fields
  • 🔧: Added optional caching of PowerShell runspaces, to improve powershell resource usage over time

v7.1.197337

🚀 - 22/07/2025

  • 🐛: Fixed an issue where modifying Link schedules would disable them on save

v7.1.197120

🚀 - 19/07/2025

  • 🔧: Improved authorization processing and UI rendering for read-only roles

v7.1.196526

🚀 - 11/07/2025

  • 🔧: Updated for compatibility with UNIFYConnect v7.1
  • ✨: Added the ability to export Link Connections through the Data Export Engine and UI
  • ✨: Added the ability to export Locker Entities through the Data Export Engine and UI
  • 🔧: Moved some noisy configuration related logs from Verbose to Diagnostic
  • 🐛: Fixed an issue where failed Link operations against an adapter would not report errors in the logs
  • ✨: Added support for disabling and enabling all link schedules in bulk (UC-F-5474)
  • 🔧: Updated action buttons and page layout for consistency

v7.0.195402

🚀 - 30/06/2025

  • 🐛: Fixed an issue where a sync that resulted in no changes (adds/deletes) would still attempt to call the target (adapter or locker) with an empty collection (UE-F-5486)
  • 🐛: Fixed locker statistics not updating correctly on provision or deprovision only events
  • ✨: Added TryGetExternalValue support to Link PowerShell operations (UE-F-5482)
  • 🐛: Fixed baseline sync radio buttons inconsistent behaviour (UC-F-5474)
  • 🐛: Fixed UI multi selection unchecking options on refresh when interacting with Links and Lockers (UC-F-5487)
  • 🐛: Fixed an issue where pop-ups would stack behind each other when viewing Link pending changes (UC-F-5481)

v7.0.195160

🚀 - 26/06/2025

  • 🔧: Updated for compatibility with UNIFYConnect v7.0
  • 🔒: Bump dependencies
  • 🐛: Fixed an issue where schema violations on locker updates could result in an invalid lookup for error reporting
  • 🐛: Fixed the display of upcoming timings on link schedules not showing the correct calculated time until run (UC-F-5474)
  • 🐛: Fixed an issue where UI auto-refresh while deleting schedules would lock the page (UC-F-5474)
  • 🐛: Fixed an issue where a sync that resulted in no updates would still attempt to call the target (adapter or locker) with an empty collection (UE-F-5486)