IGN-17029: Web-UI throws Unexpected Application Error for access/read only users when opening the drawer
Fixed an issue where users without write permissions encountered an Unexpected Application Error when opening the Gateway web UI navigation drawer on smaller window sizes.
IGN-12499: Device create/edit form is missing locator for Secret component
Fixed an issue where Secret (password) fields in the Gateway web interface configuration forms did not emit a consistent DOM id attribute, preventing reliable navigation to those fields.
Tags
Tags & UDTs
IGN-17429: Deleted Folders from Disk in UDT Definition don't Get Removed from Config Scan
Fixed configuration scan not removing UDT members correctly when deleted from the resource. IGN-6946: Tag report tool doesn't display the Ancestor dropdown correctly
Fixed issue with Tag Report Tool Ancestor and QualityCode combo boxes not expanding correctly.
IGN-17036: Form Dropdown component error is caused by options bound to single column dataset
Fixed an issue where a Dropdown widget nested in a Form would fail to render its options when bound to a Dataset.
IGN-16387: Gateway Event Update script runs even when disabled
Fixed bug where Gateway Event Update scripts would run despite being disabled.
Web UI
Web UI
IGN-16527: Upgrade DOMPurify to 3.4.5 to mitigate CVEs
Updated the DOMPurify HTML sanitization library used by the Gateway web interface to version 3.4.13 to address several security vulnerabilities.
IGN-16690: Spell check corrections are not applied to text area component
Fixed an issue where spell check corrections would not apply to the Text Area component
Tags
Tags & UDTs
IGN-7163: Writing to a UDT instance’s parameter with a different name case will change the parameter’s name case in the Tag Browser
Writing to a UDT Parameter with a mismatched name case will no longer change the UDT Parameter's configured name case
Comms
OPC
IGN-17012: BACnet COV items can publish stale Good-quality 0 after device initialization
Fixed an issue in the BACnet driver where COV-subscribed items could briefly report a Good-quality value of 0 immediately after a device initialized.
IGN-16891: Derived and reference tags in UDTs can endlessly recurse
Fixed an issue where Reference and Derived tags inside a UDT definition could endlessly recurse and degrade Gateway performance when their source was configured to the parent UDT path.
IGN-16261: Popup: No resize constraint causes sliding behavior when minimum size is reached
Fixed an issue where a popup would slide out of position when resized past its minimum dimensions from the top or left edges.
Comms
OPC
IGN-16727: ConcurrentModificationException in OPC UA subscription node handling (8.3 fix)
Fixed a rare issue where an OPC connection starting or reconnecting while tags were being added or removed could log a ConcurrentModificationException and fail to subscribe to some tags.
IGN-13604: No program loaded when using default programmable simulator properties
Fixed an issue where any Programmable Simulator Device created after the first were not receiving their necessary instructions.csv file.
Comms
OPC
IGN-17460: Siemens Enhanced Driver Mean Response Time Inaccurate
Fixed an issue in the Siemens Enhanced driver where queue wait time was counted in the Mean Response Time diagnostic, inflating it under load. Also, symbolic reads now use a 100-item cap on all CPU families.
IGN-16528: Fix edge sync reset
Fixed Resetting Edge Sync ID: Edge Historian, audit profile, and alarm journals now resume from the oldest record still retained locally rather than 0.
IGN-14809: Smart Symbols not translating
Added translation support for the label text of Perspective Symbol components, so symbol labels now follow the session's locale.
Gateway Network
Gateway Network
IGN-17610: Datachannel thread pool leaks into webserver thread pool
Prevented Gateway Network connection floods from degrading main webserver performance by safely rejecting excess network tasks rather than allowing them to leak into webserver threads.
IGN-17641: jsonGet in a derived tag deep copies the Document on every value change
Improved performance of JsonGet function when used with Documents.
Web UI
Web UI
IGN-16576: Store & Forward Metrics are updating too slowly
Updated the Store and Forward Engines status page so engine metrics refresh once per second instead of every five seconds.
Perspective
Perspective
IGN-17688: Spell check corrections are not applied to text field component
Fixed an issue where spell check corrections would not apply to the Text Field component
IGN-17019: Restoring GWBK with "Restore Disabled" Results in Immediate Lockout if Secret Provider Login Used
Gateway restores using the "Restore Disabled" option will no longer disable Secret Providers, preventing accidental lockouts for AD and OIDC authentication profiles.
Web UI
Web UI
IGN-16225: Upgrade uuid to 14.0.0 to mitigate CVEs
Updated the uuid library used by the Gateway web interface to version 14.0.2 to remediate a security vulnerability (CVE-2026-41907). IGN-17683: @FormId Annotation for Generated Form Field IDs
Fixed duplicate DOM id issue for generated forms