Ignition Updates & Release Notes
5 updates curated from 1 source by the Releasebot Team. Last updated: Aug 26, 2026
- Aug 25, 2026
- Date parsed from source:Aug 25, 2026
- First seen by Releasebot:Aug 26, 2026
Ignition by Inductive Automation
Version 8.3.9
Ignition ships a broad platform update with major fixes and improvements across alarming, historian, tags, Web UI, Perspective, OPC, and gateway networking, plus new diagnostics, bulk EAM actions, better upgrade handling, and stronger performance and reliability.
Area Change Type Description
Alarm Journal
Alarming Fixed Fixed an issue that prevented Alarm Journal Data Filters from being applied when upgrading from Ignition 8.1.
Alarm Notification
Alarming Fixed Fixed an issue where SMTP email server settings would be lost when upgrading a Gateway directly to 8.3 from a version prior to 8.1.24.
Alarming Fixed Fixed an issue where an Alarm Notification Pipeline Block using consolidation could become permanently stuck and stop sending notifications.
Alarm Status
Alarming Fixed Fixed an issue where acknowledging an alarm from the Vision Alarm Status Table recorded the event using the Vision Client's operating system timestamp rather than the Gateway's timestamp.
Alarming
Feature Improved Remote Tag Provider usage across daisy-chained Gateways.
Feature Added an Alarm Metrics folder to the Designer Tag Browser that displays provider-level alarm metrics and can be shown or hidden using the Display Alarm Metrics checkbox.
Fixed Fixed an issue where clicking the Acknowledge button on the Vision Alarm Status Table threw a wrong number of arguments RpcException, leaving the alarm unacknowledged.
Backup & Restore
Platform Core Fixed Fixed an issue where Gateway backups (.gwbk) included hidden, temporary, or existing backup files (e.g., .DS_Store, .git, .bak) from the root of the configuration directory.
Cloud Edition
Containers Changed Updated Ignition Cloud Edition bundled Cirrus Link MQTT modules to version 5.0.4
Config Persistence
Platform Core Fixed Fixed an issue where the Voice Notification module did not correctly state its minimum required Ignition version.
Core Historian
Historian Fixed Fixed an issue where the system.historian.storeMetadata() and system.historian.queryMetadata() functions would fail silently or return false success statuses on historian providers that lack metadata capability.
Databases
Platform Core Fixed Updated the 'Valid Connections' and 'Errored Connections' counters on the 'Database Connections' page to more accurately track their data.
Designer
Swing Changed Added a new channel for gateway sent "push notification" messages, allowing designers and Vision clients to "pull" large messages down when needed, which effectively eliminates 'binary message too large' errors.
Swing Fixed Added a List of Names pattern type to the Multi-Instance Wizard for manually entering UDT instance names.
Swing Changed Message payloads between Client/Designers and the Gateway are now gzipped by default to improve efficiency. Added the ignition.rpc.gzipEnabled system property for opting out of this feature on low-spec devices.
Swing Fixed Updated some hardcoded RPC timeouts to use explicitly set timeouts.
Docker
Containers Feature Added a --restore-local option to the Docker entrypoint script for restoring files that are intended for use in a specific gateway, such as hostname-specific certificates.
Drivers
Comms Feature Added sampling diagnostics to the Siemens Enhanced driver.
Comms
Changed Improved the performance of the Siemens Enhanced driver subscription model.
Fixed Fixed an issue where initial IEC 61850 connections ignored Request Timeout values above 2000 ms.
Fixed Fixed an issue with IEC 61850 devices failing to enable reports that required explicit Remote Control Block reservation.
Changed Updated the IEC 61850 TMW libraries to version 5.10.2. The minimum supported glibc version on Linux is now 2.27.
Fixed Added a new
-Dignition.bacnet.parallelObjectManifestReads=<true|false>system property as an escape hatch for BACnet devices that can't tolerate the concurrent ObjectManifest reads performed during interrogation.EAM & Redundancy
Gateway Network Fixed Fixed an issue where EAM "Send Tags" tasks targeting the local Controller failed on restricted tag providers and ignored the selected Tag Collision Policy.
Gateway Network
Feature Added new API endpoints to bulk approve and delete multiple EAM agents
Changed Added a batch API endpoint (/api/v1/upgrade-agents) and updated the EAM web interface to enable upgrading multiple remote agents simultaneously in a single network request.
Fixed Fixed a bug where renaming an Enterprise Administration Module (EAM) agent group caused all assigned agents to automatically revert to the default group. The platform now correctly tracks and migrates existing agent assignments to the newly renamed group.
Fixed Resolved an issue where an EAM Agent's status on the Controller remained displayed as "Connected" instead of updating to "Trial Expired: Agent" when the agent's platform trial expired.
Fixed Fixes the project resource endpoint logic so that resources are sorted alphabetically case-insensitively by type first, and then by path as a secondary tie-breaker before sending the payload to the frontend.
Fixed Fixed an issue where EAM project fetches for Send Project/Resources tasks and viewing agent project details where very inefficient
Fixed Fixed an issue where changing redundant backup settings could cause its sync status to get stuck in an "Unknown" state.
Fixed Addressed an issue where failing back to redundant master after a gateway restart can cause tags to get out of sync between gateways
Fixed Fixed an issue where a backup Gateway in a redundant pair could fail to synchronize with the master when tag resource changes were occurring at a high rate.
Fixed Fixed an issue where restore local of a gateway backup from a master gateway without peer files would cause peer nodes to get stuck out of sync.
Fixed Fixed an issue where the Gateway Network Status page would incorrectly display incoming connection ping times as 0 or N/A, and ensured the status cleanly resets to N/A if a connection disconnects.
Fixed Fixed an issue where proxy gateway disconnects could cause unrelated network connections to fault and become unrecoverable
Historian
Historian Fixed Fixed an issue where a malformed pre-processed table entry would trigger an error. Malformed entries will now be marked as bad quality and logged.
Fixed Fixed an issue that prevented the Core Historian from applying a new data partition interval when the underlying database table already existed.
Fixed Fixed an issue where the system.historian.queryAggregatedPoints() function returned an excessive number of columns when using the CALCULATION return format with multiple tags or aggregates.
Fixed Fixed an issue where historical tag metadata storage would fail for parameterized UDT properties when the Include Metadata option was enabled.
Fixed Fixed an issue where aggregates that cannot be computed correctly from pre-processed blocks now fall back to querying raw partitions.
Fixed Fixed an issue where an IndexOutOfBoundsException or historian data loss could occur when an array tag's element count decreased by two or more elements in a single update.
Changed Removed several unsupported parameters from the autocomplete, IDE hints, and documentation for system.historian scripting functions, including {fillModes}, {excludeObservations}, and {includeBounds} for system.historian.queryAggregatedPoints, {excludeObservations} and {includeBounds} for system.historian.queryRawPoints, and {snapshotTime} for system.historian.browse. These parameters will still be accepted by the script parser to prevent existing scripts from breaking, but they will continue to be silently ignored at runtime.
Fixed Fixed an issue where custom (third-party) Historian providers did not receive their
@DefaultValuefield defaults on the create form, and where supplying default settings corrupted the edit form by overwriting saved values. The Historians configuration page now uses the standard extension-point grid, so create forms pre-fill schema defaults and edit forms retain previously saved values.Internal Historian
Historian Changed Added new routes to expose Edge Historian statistics
Historian Fixed Fixed an issue where the system.historian.queryRawPoints() function returned one extra record beyond the specified returnSize parameter for the Internal Historian.
Historian Fixed Fixed an issue where the QueryEngine logger incorrectly reported zero for individual point counts.
Historian Fixed Fixed an issue where the system.historian.queryMetadata() function returned duplicate records when querying against the Internal Historian.
OPC
Comms Fixed Fixed reports failing to enable on IEC 61850 devices that require explicit RCB reservation.
Comms Fixed Fixed an issue with the IEC 61850 driver attributes under multiple Functional Constraints being collapsed into one OPC node. Colliding attributes will now use addresses with the suffix [FC] for proper targeting of reads and writes.
Comms Changed Added the
ignition.iec61850.useBundledSslsystem property, allowing the driver to use a compatible system OpenSSL installation instead of the bundled libraries. Bundled OpenSSL remains the default.Comms Fixed Fixed an issue where the OPC UA server stopped sending keep-alive messages on idle subscriptions, causing clients that requested a max keep-alive count of 1 to lose their subscription after about a minute and reconnect repeatedly.
Comms Changed Updated the underlying Eclipse Milo OPC UA library to version 1.1.6.
Comms Fixed Fixed an issue where an outgoing OPC UA connection could become permanently stuck in a faulted state if the connection was lost while the client was browsing/reading the server's data types.
Comms Changed Enabling Server Diagnostics on the OPC UA Server will now require the ConfigureAdmin or SecurityAdmin role. New installations will grant the ConfigureAdmin role to the default opcuauser User Source automatically; upgraded Gateways will need the role added to manually.
Other
Platform Core Fixed Updated Java Service Wrapper to version 3.6.5 which resolves an issue where a network interface card without an address may cause a startup failure.
Perspective
Perspective Fixed Fixed an issue where view parameters encased in arrays would fail to evaluate on view startup.
Fixed Fixed an issue where OPC HDA tags were not visible in the Tag Browse Tree or Power Chart components.
Fixed Fixed an issue in the Perspective Pie Chart where toggling
selection.enabledtotruecaused tooltips to stop rendering.Fixed Fixed an issue where a component added from a loading module would not render in running Sessions.
Fixed Fixed an issue where the Session user's permissions were used during an Authentication Challenge Session Event.
Remote Tags
Tags Fixed Fixed an issue where wildcard operators in Event Stream tag paths did not resolve when configured with a Remote Tag Provider.
Tags
Fixed Fixed an issue where Event Stream tag sources did not correctly filter out initial values when the Skip Initial Values property was enabled.
Scripting
Fixed Fixed an issue where singular datasets would not work when passed into the system.dataset.toExcel() and system.dataset.exportExcel() functions.
Fixed Fixed an issue where passing a single dataset to the system.tag.writeBlocking() or system.tag.writeAsync() functions could cause Vision project saves to fail with a SerializationException.
Fixed Fixed an issue where the Tag Change Script editor would incorrectly throw a compile warning.
Security
Security Fixed Added improved invalid role mapping error messaging for migration from 8.1 to 8.3.
SFC
Data & Logic Fixed Fixed an issue where a Gateway running SFCs with many blocking or enclosing steps executing concurrently resulted in an Out Of Memory error.
Data & Logic Fixed Fixed an issue where an SFC with Persist State enabled that is running inside an Enclosing Step failed to load after a Gateway restart.
SQL Bridge
Data & Logic Fixed Fixed an issue where storing a boolean value through a Transaction Group to a PostgreSQL database failed when the group automatically created its table. Newly created PostgreSQL database connections now create the boolean column using the native boolean type.
Data & Logic Fixed Fixed an issue in Transaction Groups that prevented trigger tags and "Tags to watch for change" from being subscribed when OPC Data Mode was set to "Read".
SQL Historian
Historian Fixed Fixed an issue where executing the system.historian.queryRawPoints() function with the returnFormat parameter set to Calculation silently returned an empty response.
Historian Fixed Fixed an issue where the system.historian.queryRawPoints() function did not return an error when queried with a positive returnSize parameter on a SQL Historian.
Historian Fixed Fixed an issue where a historical tag group with Stale Data Detection enabled caused the SQL Historian to insert a new sqlth_sce row on every store instead of advancing the existing row's end_time.
Store & Forward
Historian Fixed Fixed a lock-ordering deadlock that occurred when a store & forward sink shut down during a simultaneous datasource status update.
Tags & UDTs
Tags Feature Fixed an issue where the Add Tag dropdown menu in the Tag Browser displayed invalid creation options when viewing the UDT Definitions tab.
Tags Fixed Fixed an issue where the system.tag.configure() function failed to assign a list of values to an array tag over the remote tag provider when the data type was not explicitly defined.
Tags Fixed Memory Tag startup initial value will no longer use the stored timestamp and will now have a timestamp of when the tag was started.
Tags Fixed Fixed an issue with Derived Tag expressions where the tag() expression function would not resolve relative tag paths, such as [~] or [.].
Tags Fixed Fixed an issue where the system.tag.browse() function did not parse relative tag paths, such as [.] or [~].
Tags Fixed Fixed an issue where changing a Memory tag's data type from numeric to string while the Engineering Limit Mode was enabled could result in a ClassCastException.
Tags Fixed Fixed an issue where browsing historical tags via the Power Table component in the Designer could trigger frequent Java serialization warning logs in the console.
Tags Fixed Improved tag configuration migration logging on upgrade to report each tag provider's progress including migrated tag and folder counts.
Tags Fixed Fixed an issue where performing a case-only rename on a Tag Group failed because of an incorrect duplicate conflict.
Tags Fixed Fixed an issue where UDT instance Memory tag override values were lost after upgrading from Ignition 8.1.
Tags Fixed Fixed an issue where importing tags through the Advanced Tag Import could fail with a serialization error.
Twilio
Alarming Fixed Fixed an issue where an alarm pipeline could get stuck in a Twilio Voice Notification Block when a call ended without the recipient responding.
User Sources
Security Fixed Updated failure messaging during 8.1 to 8.3 migration when duplicate user sources are encountered.
Vision
Swing Fixed Fixed an issue where logging out of a Vision Client containing language selectors could result in a memory leak.
Swing Fixed Fixed an issue where a ScalableFont type caused a serialization error on project save.
Voice Notification
Alarming Fixed Fixed an issue where each VOIP voice notification would leave behind threads that accumulated until the Gateway was restarted.
Web UI
Web UI Fixed Restarting the gateway from the Modules page banner will now transition cleanly to the waiting page instead of displaying repeated "Service Unavailable" error toasts.
Web UI Fixed The Redundancy page is now accessible to users with read permissions, rather than requiring write permissions to open.
Web UI Fixed Fixed remaining cases across Gateway configuration pages where a field label did not match its input, so clicking a label now focuses the right control and labels are properly associated for accessibility.
Web UI Fixed Fixed an issue on the Designer, Perspective Workstation, and Vision Download pages where the Projects panel and its View Projects button were shown to users who did not have the Read permission required to view the destination Projects page.
Web UI Fixed Removed an unnecessary encryption request and the redundant {confirmPassword} field that were sent when creating or editing a user in the Gateway web interface.
Web UI Fixed Fixed a regression (introduced in 8.3.5) where editing an existing EAM agent task targeting a specific agent would clear agent-dependent settings. Most visibly, editing a "Send Tags" task reset the Target Tag Provider and Tag Paths to empty even when no changes were made. Editing now retains previously configured values, while genuine changes to the agent selection still reset dependent settings as intended.
Web UI Fixed Fixed an issue where polling in the Gateway web UI would stop permanently after an HTTP error and not resume even after the error condition cleared.
Web UI Fixed Fixed an issue where the save button remained disabled after importing an aliased points CSV in the DNP3 driver, even when the imported paths were valid. The save button will now correctly enable when valid changes are made, including through CSV import.
Web UI Changed Moved Gateway Toast notifications from the upper-right to the bottom-right of the viewport so they no longer obscure page action buttons.
Web UI Fixed Fixed an issue for Gateways which were deployed into any deployment mode where the default resource creation collection would be that deployment mode instead of the
corecollection. Resources created through the UI now correctly default to being created in thecorecollection unless explicitly specified otherwise.Web UI Fixed Fixed Web UI component label for OIDC IDP config from 'Authorization Response Method' to 'Authorization Response Mode'.
Web UI Fixed Fixed: Prevent alarm acknowledgement page from displaying a spurious 401 error after a user acknowledges the last pending alarm.
Web UI Fixed Fixed an issue where the View Projects button on the Designer, Perspective, and Vision download pages navigated to different destinations instead of the Platform Projects page.
Web UI Fixed Fixed an issue where the Create User Source wizard in the Gateway web interface displayed the Enabled and Lockout Enabled checkboxes as unchecked even though both default to on.
Webserver
Platform Core Fixed The Gateway's multipart upload limit will now be increased from ~20 MB to 128 MB, allowing large files such as JDBC driver JARs to be uploaded.
Original source - Jul 14, 2026
- Date parsed from source:Jul 14, 2026
- First seen by Releasebot:Jul 16, 2026
Ignition by Inductive Automation
Version 8.3.8
Ignition ships a broad maintenance release with major fixes across alarming, Gateway networking, historian, tags, Perspective, Vision, and the web UI, plus new scripting and installer capabilities, improved redundancy and sync stability, and updated bundled components for security and reliability.
Area Change Type Description
- Alarm Journal Alarming Fixed Added loggers to inform users when disabled or query-only Alarm Journals are not capturing Alarm Journal information.
- Alarm Notification Alarming Fixed Fixed an issue where the acknowledgement link was being included in Alarm Notification emails where the “Send Ack” Link property was set to false.
- Alarm Status Alarming Fixed Fixed an issue that allowed the isActive flag on Alarms to go stale after a redundancy failover.
- Auditing Security Fixed Modified audit profile web UI page to disable “View Log” when audit profile is disabled or not running.
- CI Infrastructure Changed The S3 bucket to which Ignition is published, including hosted launchers, changes from
files.inductiveautomation.comtoreleases.inductiveautomation.com. This change includes hosted launchers. Two S3 key prefixes are shorted as well,release/ia/torelease/andbuilds/nightly/tonightly/. - Config Persistence Platform Core Feature The active deployment mode will now be logged during Gateway startup.
- Platform Core Fixed Autobackup and VACUUM operations on the internal database will no longer be performed by default to reduce Gateway startup overhead.
- Core Historian Historian Fixed Fix NullPointerException when providing a full tag path to the
tagBrowserStartPathproperty of the Power Chart - Docker Containers Fixed Fixed an issue where module identifiers with mixed case were not processed correctly when used with
GATEWAY_MODULES_ENABLED,ACCEPT_MODULE_CERTS, andACCEPT_MODULE_LICENSESenvironment variables. - Drivers Comms Fixed Fixed an issue with the Mitsubishi driver where tags with incomplete addressing would result in an error.
- EAM & Redundancy Gateway Network Fixed Fixed the issue where upgrading a Controller from version 8.1 to 8.3 caused EAM agents in a pending state with custom groups to display as duplicate “Pending” entries on the EAM > Agents page. The migration logic now properly handles unapproved pending agents, safely defaulting them to the Default agent group without creating duplicate filesystem resources or visual artifacts. Approved and active (or disconnected) agents with custom groups are unaffected and will successfully retain their assigned configurations post-upgrade.
- Gateway Network Fixed Fixed an issue where Redundant Edge gateways would throw sync errors on initial connection
- Gateway Network Fixed Fixed an issue where redundancy sync timeout wouldn’t apply properly after a gateway restart
- Gateway Network Fixed Redundancy system has been updated to eliminate multiple synchronization errors under heavy load
- Gateway Network Fixed Fixed an issue in EAM where initiating a remote agent upgrade via an alternate URL against an incompatible agent (pre-8.1.33) would block the wizard without displaying the appropriate incompatibility warning.
- Event Streams Cloud Connectors Feature Added a badge indicator for event streams in the Project Browser to reflect their statuses.
- Cloud Connectors Fixed Fixed an issue where a handler that errored in Event Stream Test Mode showed as Good instead of Error.
- Gateway Network Gateway Network Fixed Gateway Network: Added Protobuf serialization support for streaming datasets (BasicStreamingDataset), allowing query results and large datasets to transfer over the network without throwing exceptions. Fixed an issue where remote datasets transferred over the GAN lost their original per-cell quality codes and defaulted to “Good”. Cell-level quality data (such as “Bad_Stale”) is now fully preserved. Enhanced error tracking so that mid-stream exceptions are safely packed and reconstructed on the destination gateway, preserving the failure diagnostics across the network.
- Gateway Network Fixed The “View Details” drawers for Remote 8.3 Gateways and Network Connections now automatically poll and refresh live connection data every 2 seconds while open, matching the dynamic behavior of equivalent status pages in 8.1.x.
- Historian Historian Feature Added a
partitionSeedQueryLimitproperty to configure the number of partitions a seed query will search through to find values - Historian Fixed Fixed an issue where historical tag queries through a remote History Provider returned results in Wide format instead of Tall format, causing duplicate rows in the dataset
- Historian Fixed Fixed an issue where attempting to store Dataset tags to the historian failed without a clear error message in the gateway logs.
- Installers Foundation Feature Added the ability to restore a Gateway backup during a new Ignition installation.
- Internal Historian Historian Fixed Fixed an issue where system.historian.storeDataPoints() failed to store historical data points with timestamps earlier than a tag node’s creation time.
- Java - Azul Infrastructure Changed Bump the bundled java version to 17.0.19, incorporating the latest security patches
- Kafka Cloud Connectors Fixed Updated Apache Kafka to 4.2.0.
- Launchers Foundation Fixed Launchers will now prompt for an upgrade when they connect to a Gateway running a major version newer than what the launcher supports.
- OPC Comms Changed Updated the Eclipse Milo OPC UA stack to version 1.1.4.
- Comms Changed Updated the bundled Netty library to 4.1.133.Final.
- Comms Fixed Fixed an issue where the OPC UA server would not expose a tag provider that shared a name with a device connection, even when “Expose Tag Providers” was enabled.
- Comms Fixed Fixed an issue where nested OPC UA structs failed to decode when Deprecated Data Type Dictionary Support was enabled.
- Comms Changed Updated ValueSourceMinMaxTest to JUnit 5.
- Perspective Perspective Fixed Fixed an issue where Form component text field edits would not show until focus was changed.
- Perspective Fixed Fixed an issue where Form component text field edits would be cleared out when a binding was present.
- Perspective Fixed Fixed an issue where multiple checkbox interactions in the Form component could cause the validation message display to flicker.
- Perspective Fixed Fixed an issue where text in a Perspective component’s quality overlay and quality diagnostic popup was not translated according to the active session locale.
- Perspective Fixed Fixed an issue where the Numeric Entry Field component’s invalidStyle property was not always removed after the value returned within valid bounds.
- Perspective Fixed Fixed an issue where closing a popup could cause the authentication challenge popup opened by the system.perspective.authenticationChallenge() function to display a 404 error.
- Perspective Fixed Fixed an issue where displaying a time range that spans a Daylight Saving Time transition would cause the Equipment Schedule component to display an error.
- Perspective Fixed Updated the Form Component event parameter description.
- Perspective Feature Added search and filtering support to the Form component’s Dropdown widget type.
- Perspective Feature Added a File Upload widget to the Form component.
- Perspective Fixed Fixed an issue where the Perspective Sessions Gateway webpage would display the incorrect scope for a Designer session.
- Perspective Fixed Fixed an issue where the device.type session property would display the incorrect scope for a Designer session.
- Perspective Fixed Fixed an issue where checkbox validation messages in the Form component displayed inconsistently depending on their row position.
- Perspective Fixed Fixed an issue where the Form component’s Submit button would flicker between enabled and disabled on view startup when a radio widget had validation enabled with no default selection.
- Remote Data Sync Historian Fixed Improved schedule pattern validation for History, Audit, and Alarm Journal sync options to clarify parsing failures on both message banners and log events.
- Remote Tags Tags Fixed Fixed an issue where renaming a Tag Group through a remote Tag Provider over GAN created a new group instead of renaming the existing one.
- Tags Fixed Fixed an issue where an alarm’s Associated Data configured with a null value would be visible on local tags, but unexpectedly disappear on remote tags.
- Scripting Scripting Changed Added a new system.config script API to gateway scope, allowing create/read/update/delete of gateway configuration programmatically. Also added and enhanced the system.secrets API to work with these new functions.
- Scripting Fixed Updated Jython from 2.7.3 to 2.7.4.
- SFC Data & Logic Fixed Fixed an issue where SFCs would throw a NullPointerException in the Gateway logs if canceled immediately after an Enclosing step.
- Data & Logic Fixed Fixed an issue where the tag() function in an SFC transition expression did not apply the default tag provider to relative tag paths if no provider was used.
- Data & Logic Feature SFC parallel block cancel conditions now support the full Ignition expression language and editor helpers matching transition conditions.
- SQL Bridge Data & Logic Fixed Fixed an issue where Transaction Groups did not provide clear Gateway log messages when a Store and Forward memory buffer overflow occurred.
- Data & Logic Fixed Fixed an issue where Transaction Group records could be pruned earlier than intended when the time zones between Gateway and database servers differed.
- Tags & UDTs Tags Fixed Fixed an issue where resource-backed allowed values could become empty or outdated after deserialization due to an incorrect classification initialization.
- Tags Fixed Fixed an issue where empty or null Associated Data properties on tag and UDT alarms were excluded during JSON export.
- Tags Fixed Fixed an issue where deleting and immediately recreating a tag could fail to update the folder’s resource, leaving the tag provider out of sync until the Gateway was restarted.
- Tags Fixed Fixed an issue where integer values in Document tag properties were converted to floating-point numbers after a Gateway restart.
- Tags Fixed Fixed an issue where tag subscriptions could be dropped after migrating a tag provider that included read/write permissions on the folder.
- Tags Fixed Fixed an issue where tag resources weren’t being written to disk deterministically, causing unnecessary differences in version-controlled projects.
- Vision Swing Fixed Fixed an issue where the Easy Chart’s time selection would disappear after maximizing and restoring.
- Swing Fixed Fixed an issue where the Vision Alarm Status Table threw a NullPointerException and stopped displaying alarms when an alarm’s Priority was bound to an expression that evaluated to null.
- Swing Fixed Fixed an issue where logging out and back in to a Vision Client would result in a broken browser widget.
- Swing Fixed Fixed an issue where expression bindings failed to evaluate after a project retarget.
- Voice Notification Alarming Fixed Fixed an issue that caused Alarm Voice Notification VOIP profiles to fail to bind their port after reconnecting.
- Web UI Web UI Fixed Removed an inaccurate description on the project Name field in the Gateway’s Projects page that incorrectly described which project names were allowed.
- Web UI Fixed Fixed an issue where the Learn More button and the vertical positioning of the empty state were inconsistent across the Designer Connections, Perspective Sessions, and Vision Clients pages in the Gateway web interface.
- Web UI Changed Updated the navigation menu and BACnet Settings page to include wording which clearly conveys the purpose of the page.
- Web UI Fixed Fixed an issue that prevented saving role permissions for a device connection in the Device Roles & Permissions drawer.
- Web UI Fixed Fixed an issue where filtering the Vision Clients page to zero matches hid the datagrid and showed the “no active sessions” empty state.
- Web UI Fixed Fixed an issue where the Gateway web UI’s New OPC Connection and New Agent Task type-selection wizards listed extension point types that had been soft-deprecated via canCreate(), even though they were not eligible for new instances.
- Web UI Fixed Fixed a typo in the user interface text (“seperated” changed to “separated”) and removed misleading square brackets [] from the configuration helper examples to allow direct copy-and-pasting.
- Web UI Fixed Fixed an issue where the SAML and OIDC identity provider configuration form did not reflect the gateway’s current redundancy state.
- Web UI Fixed Improved text area resizing in the Gateway web UI so that fields can only be resized vertically, with a minimum height matching a standard text input.
- Web UI Fixed Updated the react-router dependency used by the Gateway web UI to resolve a security vulnerability (CVE-2026-22029).
- Web UI Fixed Updated Max Concurrent Agents field in Agent Task creation flow to use numeric input instead of a text input
- Web UI Fixed Fixed an issue where attempting to terminate a Designer-scoped Perspective session from the Sessions page would throw a null error.
- Web UI Changed Fixed an issue where restarting the Gateway would spam the web UI with numerous error toasts.
All of your release notes in one feed
Join Releasebot and get updates from Inductive Automation and hundreds of other software products.
- Jun 9, 2026
- Date parsed from source:Jun 9, 2026
- First seen by Releasebot:Jun 16, 2026
- Modified by Releasebot:Jun 25, 2026
Ignition by Inductive Automation
Version 8.3.7
Ignition ships a broad platform update with major fixes across alarming, historian, tags, scripting, Perspective, Vision, Web UI, drivers, and cloud editions, plus new options for alarm notification rules, PLC symbol export, named query paths, and SFC notes.
Area Change Type Description
Alarm Notification
Alarming Fixed
Fixed an issue that allowed Alarms to get stuck in Notification Pipelines during redundancy failover.
Alarming Feature
Added the ability to set Consolidation rules when configuring Alarm Notification Blocks on Edge Gateways.
Alarm Status
Alarming Fixed
Fixed an issue that prevented Alarm Event states from being restored during a Gateway restart.
Build
Infrastructure Changed
Updated certificate code signing to YubiHSM 2
Cloud Edition
Containers Fixed
Fixed an issue where Ignition Cloud Edition on Azure in specific regions may not license correctly.
Containers Changed
Updated Ignition Cloud Edition bundled Cirrus Link MQTT modules to version 5.0.3
Config Persistence
Platform Core Fixed
Fixed an issue with the Scan File System button for Gateway deployment modes returning outdated resource directories.
Platform Core Fixed
Added a Gateway health check that warns when data directories are not writable.
Core Historian
Historian Fixed
Fixed an issue that caused Core Historian query performance to degrade as data accumulated.
Historian Changed
Updated the QuestDB library used for the Core Historian to 9.3.5.
Historian Fixed
Fixed an issue where querying aggregated string data points from the Core Historian could cause the JVM to crash.
Databases
Platform Core Fixed
Fixed an issue where prepared statement calls passed empty parameter arrays would fail to execute, affecting system.db functions runPrepUpdate, runPrepQuery, runScalarPrepQuery, as well as Vision query bindings.
Designer
Swing Fixed
Fixed an issue where the Advanced Stylesheet Editor would not provide the same Ctrl/Cmd + scroll to zoom behavior as other Designer code editors.
Swing Fixed
Fixed an issue where translations would be incorrectly migrated from 8.1 gateways depending on the translation settings applied, as well as some other issues with translation management in 8.3.
Swing Fixed
Fixed an issue where toggling the Designer's connection mode to the gateway caused all open folders in the tag browser to collapse.
Swing Fixed
Fixed an issue where closing the Designer with floating script or view editors open could result in a NPE.
Swing Fixed
Doubled the default binary message size limit between the gateway and the designer to account for certain large payloads (such as document tags) sometimes exceeding the limit.
Drivers
Comms Fixed
Fixed an issue in the Allen-Bradley MicroLogix, PLC5, and SLC drivers where writing to an individual bit of an unsupported data type, such as a long, threw a NullPointerException instead of returning a clean error.
Comms Feature
Added an option to export PLC symbols from the device connection context menu for the Siemens Enhanced driver.
Comms Fixed
Fixed an issue where the Siemens Enhanced Driver ignored the configured port when using Symbolic addressing.
Comms Changed
Siemens Enhanced driver device connections will now serialize startup and shutdown tasks per device name to avoid overlap between instances.
Event Streams
Cloud Connectors Fixed
Fixed an issue where event streams would remain dormant after a Gateway restart if handlers were subscribed to any tags within a Managed Tag Provider.
Gateway Network
Gateway Network Fixed
Fixed an issue where rapid Gateway Network calls could cause ephemeral port exhaustion.
Historian
Historian Fixed
Fixed an issue where historian scripting functions would incorrectly deny permission in the Vision client
OPC
Comms Fixed
OPC UA endpoint URL matching is now case-insensitive for the hostname portion, allowing connections to succeed even when the server returns a differently-cased hostname than what was configured.
Comms Fixed
Fixed an issue in the Mitsubishi driver where reading a boolean array from a bit-area device failed when the starting address was not aligned to a 16-bit word boundary.
Comms Fixed
Fixed an issue with reconnecting OPC UA Server sessions where tags were left in an uncertain state.
Comms Fixed
Represent NaN, +Infinity, or -Infinity as strings in Document Tags representing OPC UA structured values.
Perspective
Perspective Changed
Migrated functions, interfaces, types, and consts from perspective-client to perspective-common.
Perspective Fixed
Fixed symbols from symbol factory not displaying correctly in client session.
Perspective Fixed
Fixed an issue with Dropdown Menu component positioning inside nested Coordinate containers.
Perspective Fixed
Fixed an issue where the Drawing Editor's Edit Binding popup would be blank when reopening an existing property binding.
Perspective Fixed
Added a project-name MDC key to all log messages that output from a Perspective valueChanged script event.
Perspective Changed
Upgraded Axios to resolve security vulnerability BDSA-2026-1821.
Perspective Fixed
Fixed an issue with the Pipe Drawing Tool where pipe joints inside a popup were rendered with an extra stroke if the popup ID contained a space.
Perspective Fixed
Fixed an issue when using empty strings as keys in the Perspective Property Editor.
Perspective Fixed
Fixed an issue where acknowledging a selection of alarms in the Alarm Status Table that included already-acknowledged alarms would produce a "Failed to acknowledge selected alarm" error on the component and a misleading "An alarm could not be acknowledged. It may no longer be registered" warning in the gateway logs.
Perspective Feature
Added an expression option for path configurations on named query bindings.
Remote Tags
Tags Fixed
Fixed a serialization issue when using Multi Instance Wizard with a Remote Tag Provider.
Tags Fixed
Fixed a serialization issue when subscribing to tags via a Remote Tag Provider in Perspective.
Tags Fixed
Fixed an issue where subscriptions were being updated for disabled Tag Providers.
Tags Fixed
Fixed a serialization issue when using Tag Report Tool with a Remote Tag Provider and the query response contained Alarm Configurations.
Scripting
Scripting Fixed
Fixed an issue with Tag Event Script compilation causing slow execution start times and errors during Gateway startup.
Scripting Fixed
Fixed an issue where
currentValuecould not be used to reference the previous value in a Tag Change Script.Scripting Fixed
Fixed an issue where rapid successive calls to the system.util.modifyTranslation() function would cause edits to be lost.
Scripting Fixed
Fixed an issue where the system.user.getUser() function did not fall back to the default project userSource parameter when an empty string was passed as an argument.
Secrets Management
Security Fixed
Fixed an issue where using a Remote Secret Provider with an 8.1 Ignition Gateway as a proxy between two 8.3 Ignition Gateways would cause serialization errors.
SFC
Data & Logic Feature
Added configurable note text fields in area and element properties for Action, Transition, Parallel, and Enclosing steps.
SQL Historian
Historian Fixed
Fixed an issue with SQL Historian licensing where it would incorrectly enter trial mode.
Store & Forward
Historian Fixed
Fixed an issue where a database wouldn't failover to its configured backup connection
Tags & UDTs
Tags Fixed
Tag System will now see a
_types_folder nested under the root_types_folder when loading from Resource System. You still can't reference the nested_types_folder in a typeId, but user now has a chance to move UDT Definitions out of the nested_types_folder.Tags Fixed
Overly verbose logs related to BatchOperations after shutdown switched to 5 minute debounce.
Tags Fixed
Fixed an issue with alarm configurations failing to load due to Null Associated Data properties.
Tags Fixed
Fixed an issue with the system.tag.configure() function writing datasets to tags.
Twilio
Alarming Fixed
Added support for retrying Twilio account connections if they fail initially when being configured.
Alarming Fixed
Fixed an issue where the Twilio Alarm Notification module would not allow phone numbers to be added to users.
User Sources
Security Fixed
Added a new legacyNamingEnabled boolean property to Active Directory User Sources for allowing proper migration of entry settings on 8.1 and 8.3 versions
Vision
Swing Fixed
Fixed an issue in Vision Client-scoped Message Handlers that caused intermittent
MessageHandlerExceptionandNullPointerExceptionerrors.Swing Fixed
Fixed an issue where a Vision Client Touch Screen Keyboard could render with zero or negative width.
Swing Fixed
Fixed an issue where the alarm status table would throw errors if there were shelved alarms and a display path or source filter.
Voice Notification
Alarming Fixed
Fixed an issue with expired licensing for 8.3 Voice TTS modules.
Web UI
Web UI Fixed
Fixed an issue on the Perspective Session Details page that prevented search filter functionality.
Web UI Fixed
Fixed an issue which prevented submitting changes on the Gateway security settings page after the Gateway Access Change modal was shown.
Web UI Fixed
Fixed an issue with missing icons during Gateway startup.
Web UI Fixed
Fixed an issue where a 8.3 Quickstart Keep Exploring section link would take users to the 8.1 documentation.
Web UI Changed
Update dompurify to 3.4.0
Web UI Fixed
Fixed an issue with a UI Typo when adding SSL Certificates to the Gateway.
Web UI Fixed
Fixed an issue where modifications to the Metrics Dashboard would cause an API error.
Web UI Fixed
Fixed an issue where dragging a card on the Metrics Dashboard would show a tooltip.
Web UI Fixed
Fixed issue where autocompletes in singleton resource pages would display stale values when making changes between both primary and backup configurations.
Web UI Fixed
The Database Settings page will now display the JAR file versions on the JDBC Drivers table.
Web UI Changed
Updated Webpack to 5.104.1
Web UI Fixed
Updated QS to version 6.14.1, which resolves to 6.15.1 at install time.
Web UI Fixed
Fixed an issue where metrics cards on the Perspective Session Details page displayed incorrect values.
Web UI Fixed
Added support for creating a local override on a Gateway resource.
Web UI Fixed
Fixed an issue with required fields for Gateway webpage forms
Web UI Fixed
Fixed an issue that would allow a button to still be clicked while the button action was making an API call.
Web UI Fixed
Fixed an issue with the Graphics file uploaders on the Perspective Brand Settings page incorrectly removing file details after a timeout period, and updated the UI design.
Webserver
Platform Core Changed
Upgraded Jetty from v12.0.27 to v12.0.34.
Original source - Jun 9, 2026
- Date parsed from source:Jun 9, 2026
- First seen by Releasebot:Jun 10, 2026
Ignition by Inductive Automation
Version 8.3.7
Ignition releases 8.3.7 with broad platform, Designer, Perspective, Gateway, historian, security, and driver improvements, including new alarm notification consolidation rules on Edge Gateways, stronger Twilio support, and many fixes for reliability, licensing, UI behavior, and migration issues.
Version 8.3.7
Released June 9, 2026
Area Change Type Description
Alarm Notification
Alarming Fixed Fixed an issue that allowed Alarms to get stuck in Notification Pipelines during redundancy failover.
Alarming Feature Added the ability to configure Alarm Notification Consolidation configuration rules on Edge Gateways.
Alarm Status
Alarming Fixed Fixed a bug that was preventing Alarm Event states from being restored during a Gateway restart.
Build
Infrastructure Changed Code signing certificate has been updated.
Cloud Edition
Containers Changed Updated Ignition Cloud Edition bundled Cirrus Link MQTT modules to version 5.0.3
Containers Fixed Fixed an issue where Ignition Cloud Edition on Azure in specific regions may not license correctly.
Config Persistence
Platform Core Fixed Fixed stale responses by skipping corrupt resource directories and returning 404 if missing on disk.
Platform Core Fixed Added a Gateway health check that warns when data directories are not writable.
Core Historian
Historian Changed Updated the QuestDB library used for the Core Historian to 9.3.5.
Historian Fixed Fixed an issue where querying aggregated string data points from the Core Historian could cause the JVM to crash.
Databases
Platform Core Fixed Fixed an issue where prepared statement calls passed empty parameter arrays would fail to execute
Designer
Swing Fixed Doubled the default binary message size limit between the gateway and the designer to account for certain large payloads (such as document tags) sometimes exceeding the limit.
Swing Fixed Fixed an issue where translations would be incorrectly migrated from 8.1 gateways depending on the translation settings applied
Swing Fixed Fixed an issue where toggling the Designer's connection mode to the gateway caused all open folders in the tag browser to collapse.
Swing Fixed Fixed a crash that could occur when closing the Designer with floating script or view editors open. Selecting a floating script or view editor in the Project Browser now correctly focuses the floating window and keeps the selection in sync
Swing Fixed Used the same base text area in the advanced stylesheet editor
Drivers
Comms Feature Added an option to export PLC symbols from the device connection context menu for the Siemens Enhanced driver.
Comms Fixed Fixed an issue where the Siemens Enhanced Driver ignored the configured port when using Symbolic addressing.
Comms Changed Siemens Enhanced driver device connections will now serialize startup and shutdown tasks per device name to avoid overlap between instances.
Event Streams
Cloud Connectors Fixed Fixed an issue where Event Streams would remain dormant after a Gateway restart if it were subscribed to any Tags under a Managed Tag Provider.
Gateway Network
Gateway Network Fixed Fixed an issue where rapid gateway network calls could cause ephemeral port exhaustion
Historian
Historian Fixed Fixed an issue where historian scripting functions would incorrectly deny permission in the Vision client
OPC
Comms Fixed OPC UA endpoint URL matching is now case-insensitive for the hostname portion
Comms Fixed Fix "IllegalArgumentException: MonitoredItems must exist before setting MonitoringMode" on Session reactivation."
Comms Fixed Represent NaN
Perspective
Perspective Fixed Fixed an issue where pipe joints inside a popup rendered with an extra stroke when the popup ID contained a space.
Perspective Fixed Fixed symbols from symbol factory not displaying correctly in client session.
Perspective Fixed Fixed dropdown menu positioning inside nested coordinate containers.
Perspective Fixed Opening the Binding Editor within the Drawing Editor multiple times for the same property will no longer result in the Binding Editor displaying a blank UI. Additional logging was also added to detect this condition should it become an issue again.
Perspective Fixed Added project-name MDC key to all log messages output from a Perspective value change script.
Perspective Changed Upgraded Axios to resolve security vulnerability BDSA-2026-1821.
Perspective Changed Many functions
Perspective Fixed Fixed an error when using empty strings as keys in the Perspective Property Editor.
Perspective Fixed Fixed an issue where acknowledging a selection of alarms in the Alarm Status Table that included already-acknowledged alarms would produce a "Failed to acknowledge selected alarm" error on the component and a misleading "An alarm could not be acknowledged. It may no longer be registered" warning in the gateway logs."
Perspective Feature Added expression named query bindings
Remote Tags
Tags Fixed Fixed an issue were subscriptions were incorrectly being updated for disabled providers
Scripting
Scripting Fixed Fixed 2 problems with tag scripts referencing methods in the Gateway Scripting Project on Gateway starts. 1. If are many tag scripts
Scripting Fixed Fixed an issue where
system.user.getUserdid not fallback to the default projectuserSourcewhen an empty string was passed as theuserSourceargument.Scripting Fixed Fixed a backwards compatibility issue where
currentValuecould not be used to reference the previous value in a tag change script.Scripting Fixed Fixed an issue where rapid successive calls to system.util.modifyTranslation would appear to "drop" edits
Secrets Management
Security Fixed Fixed serialization errors when using remote SecretProvider with an 8.1 Ignition Gateway used as a proxy between two 8.3 Ignition Gateways.
SFC
Data & Logic Feature Users can now add notes for Action
SQL Historian
Historian Fixed Fixed a SQL historian license issue where it incorrectly going into trial mode
Store & Forward
Historian Fixed Fixed an issue where a database wouldn't failover to its configured backup connection
Tags & UDTs
Tags Fixed Fixed an issue with alarm configurations failing to load due to Null Associated Data properties.
Tags Fixed Fixed Datasets not writing to tag through system.tag.configure.
Twilio
Alarming Fixed Added support for retying Twilio account connections if they fail immediately when being configured.
Alarming Fixed Fixed an issue that prevented phone numbers from being added to users when only the Twilio module is installed.
User Sources
Security Fixed - Fixed a regression introduced in 8.3.6 which caused pure and hybrid AD user sources to fail migration from 8.1 when user/role search/listing base entry settings include wrapping parentheses - Fixed a regression introduced in 8.3.6 which caused pure and hybrid AD user sources to fail at runtime due to faulty migration logic which removed wrapping double quotes from user/role search/listing base entry settings. - The values for User/Role search/listing base entry settings will be left as-is during migration from 8.1 for pure and hybrid AD user sources going forward. - Pure and hybrid AD user sources will fail to migrate from 8.1 for most user/role search/listing base entry values which cannot be parsed as valid LDAP distinguished names (as per RFC 2253). - Added a new
legacyNamingEnabledboolean setting to pure and hybrid AD user sources which is enabled by default for user sources upgraded from 8.1 and disabled by default for user sources upgraded from a prior 8.3 version. - When the newlegacyNamingEnabledboolean setting is set totrueVision
Swing Fixed Fixed an issue where the alarm status table would throw errors if there were shelved alarms and a display path or source filter.
Swing Fixed Fixed race condition in Vision client-scope message handling that caused intermittent
MessageHandlerExceptionandNullPointerExceptionerrorsSwing Fixed Fixed an issue where the TouchScreenKeyboard could render with zero or negative width
Voice Notification
Alarming Fixed Updated voice notification licensing
Web UI
Web UI Fixed Fixed issue where autocompletes in singleton resource pages would display stale values when making changes between both primary and backup configurations.
Web UI Fixed Fixed an issue which prevented submitting changes on the Gateway security settings page after the Gateway Access Change modal was shown.
Web UI Fixed Restored missing icons.
Web UI Fixed Fixed a link within the Quickstart drawer UI which would take 8.3 users to the 8.1 documentation.
Web UI Changed Update dompurify to 3.4.0
Web UI Fixed Fixed UI Typo When Adding SSL Certificate to Gateway.
Web UI Fixed Fixed an issue that would cause an API error when attempting to rename and save.
Web UI Fixed Fixed an issue that would show a tooltip on a metrics card while the metrics card was being dragged.
Web UI Fixed JDBC Drivers page now displays jar versions.
Web UI Fixed Fixed issue on the Perspective session details page (Page and View instance data grids) that prevented results from being filtered based on the contents of the search input.
Web UI Changed Updated webpack version to 5.104.1
Web UI Fixed QS updated to the minimum required version to ^6.14.1
Web UI Fixed Fixes issue with metrics cards on the Perspective session details page displaying NAN.
Web UI Fixed Added the local collection as an override option.
Web UI Fixed Fixed required UI on the gateway modes form.
Web UI Fixed Fixed issue that would allow a button to repeatedly be clicked while the button action was making an API call.
Web UI Fixed Perspective Brand Settings page now uses small variant file uploader.
Webserver
Platform Core Changed Upgraded Jetty from v12.0.27 to v12.0.34.
Original source - Apr 27, 2026
- Date parsed from source:Apr 27, 2026
- First seen by Releasebot:Jun 3, 2026
Ignition by Inductive Automation
Version 8.3.6
Ignition improves platform reliability, performance, and security with broad fixes across alarming, historians, tags, web UI, Perspective, OPC UA, backups, redundancy, and Docker. It also adds new configuration and scripting capabilities plus smoother gateway and designer workflows.
Alarm Notification
- Alarming Fixed Fixed an issue where a Twilio Voice Notification Profile page would not reflect the configured language or voice.
- Alarming Fixed Fixed an issue where default settings were invalid when creating new Alarm Notification Profiles.
- Alarming Fixed Remote Alarm Notification Profile now require Server Name and Target Profile on create/update.
- Alarming Fixed Fixed an issue where Pop3AckId was set to null in Alarm Notification Emails.
- Alarming Fixed Fixed an issue that was preventing
system.roster.addUsers()from retaining user defined roster order.
Alarm Status
- Alarming Fixed Percent Deadband Mode for Tag Alarms will now use the correct properties for configuration.
- Alarming Fixed Fixed an issue where Alarm Metrics in nested folders would initialize to empty and never update.
Auditing
- Security Fixed Fixed an issue where navigating to the Audit Profile's View Log panel on the Gateway resulted in an OutOfMemoryException.
Backup & Restore
- Platform Core Fixed Managed Tag Providers are no longer disabled when restoring a Gateway backup with Restore Disabled checked.
- Platform Core Fixed Fixed an issue where backup and restore processes were not validating for only the .gwbk extension type.
Cloud Edition
- Containers Fixed Updated Cloud edition header
Config Persistence
- Platform Core Fixed Reduced unnecessary migration warnings during gateway upgrades.
- Platform Core Fixed Improved the performance and responsiveness of the gateway's configuration system by allowing operations on different resource types to proceed concurrently with minimal locking on changes. Per-resource-type metrics have also been added for better observability in the gateway's diagnostic tools under configuration.resources...*
- Platform Core Fixed Fixed issue where default configurations would be re-added when upgrading Ignition
- Platform Core Fixed Fixed
NoSuchFileExceptionERROR logs when running Resource Config Sync via Scan Lock - Platform Core Fixed Fixed an issue where concurrent file system scans could delete digest files still in use.
Core Historian
- Historian Fixed Fixed an issue with Core Historian queries that resulted in incorrect seed values.
Designer
- Swing Fixed Fixed a variety of issues when using image management on Windows.
Docker
- Containers Fixed Fixed an issue where a missing
data/gateway.xml_cleanfile could cause a premature exit of the Docker entrypoint script. - Containers Feature Added the jq utility to the Docker image for JSON parsing.
Drivers
- Comms Fixed Disabled BACnet LocalDevice instances now have a health check indicating they are disabled.
- Comms Fixed IEC 61850: allow specifying a hostname instead of IP address
- Comms Fixed The GLIBC requirement for x64 has been reduced from 2.34 to 2.29.
- Comms Fixed The IEC 61850 driver will now disconnect from IEDs during transitions to an inactive redundant node instead of just disabling reports.
- Comms Fixed Fixed an issue where item paths containing brackets or parentheses were not properly escaped during browse.
- Comms Fixed Fixed an issue with the Siemens Enhanced driver where the JVM could crash while reading nodes in the same array for the first time.
EAM & Redundancy
- Gateway Network Fixed Fixed an issue where changing a Gateway agent's target controller left it connected to the previous controller.
- Gateway Network Fixed Fixed an issue where Gateways on different platform editions could be set up as a redundant pair.
- Gateway Network Fixed Fixed an issue where the EAM Send Stats Interval property could be negative
- Gateway Network Fixed Fixed an issue where uninstalling or reinstalling an EAM controller could leave agents in a Disconnected state.
- Gateway Network Fixed Fixed an issue where EAM remote upgrades could be attempted when the agent was not ready.
- Gateway Network Fixed Fixed an issue where changing project inheritance would break redundancy sync
- Gateway Network Fixed Fixed an issue where protected project resources were not syncing properly with redundancy.
Event Streams
- Cloud Connectors Feature Added tooltips for the EventStreams stage's data
- Cloud Connectors Fixed Fixed an issue where the event stream test mode reported incorrect statuses for stages that had not received the test event.
- Cloud Connectors Fixed Event Stream HTTP Handler will no longer log blank responses.
- Cloud Connectors Feature Event Stream Tag Source now includes the previous value in the event metadata.
- Cloud Connectors Feature Event Stream scripts will now correctly use the project scripting library.
- Cloud Connectors Fixed Added ability to select an HTTP version in the Event Stream HTTP Handler.
Gateway Network
- Gateway Network Fixed Fixed an issue with Protobuf where a dictionary with the "date" key was being deserialized incorrectly.
- Gateway Network Fixed Fixed an issue where Remote Historian with Storage allowed pointing at Edge Historian would incorrectly show a "Running" state.
Historian
- Historian Fixed Fixed an issue where remote sink status wasn't updating with changes to security zone policies
- Historian Fixed Added
newfunctions to simplify creation of various point types for storage in historians. These functions include:system.historian.types.dataPoint() - Historian Fixed Fixed an issue where Internal Historian (Legacy) containing illegal character
- Historian Fixed Fixed an issue where the
system.historian.updateRegisteredNodePath()function required specifying all arguments despite having an optional argument. - Historian Fixed Fixed an issue where the observation flag was not being set when storing data points with certain Sample Modes.
- Historian Fixed Fixed an issue displaying historical trends from the alarm status table
Internal Historian
- Historian Fixed Fixed an issue where processing Historian actors and data sync tasks continued executing on the inactive node in a redundant Gateway pair.
Java - Azul
- Infrastructure Changed Bump the bundled java version to 17.0.18. This version changed the default source of the timezone in Debian 12+ from
/etc/timezoneto/etc/localtimewhich may affect timezones on deployments on those systems if not properly configured prior to upgrade.
Kafka
- Cloud Connectors Feature Increased KafkaHandler record publishing throughput.
Launchers
- Foundation Fixed Fixed issue where customized Vision project desktop shortcut icons would not replace the default desktop shortcut icon
- Foundation Fixed Fixed an issue using Deep Links to launch designers and Vision Clients on Mac OS
Licensing
- Platform Core Fixed Fixed an issue preventing users from selecting offline unactivation if the Gateway has a valid internet connection.
OPC
- Comms Feature Added a GDS Push Enabled property for the OPC UA Server Settings page.
- Comms Fixed Improved MonitoredItem creation performance with increasing numbers of devices defined.
- Comms Fixed Fixed an error when regenerating OPC UA server cert with empty SAN fields.
- Comms Changed Updated Milo OPC UA SDK to version 1.1.1.
- Comms Fixed Fixed an issue where incorrect data arguments were resent after an OPC UA Client reconnected.
- Comms Fixed Provide a default value for "Timestamp Source" property on new OPC UA connections.
- Comms Fixed Fixed a bug encoding structures for write when using the Deprecated DataType Dictionary Support option on OPC UA connections.
Other
- Platform Core Fixed Fixed an issue where resource attributes were not preserved during serialization.
Perspective
- Perspective Feature Added an enabled property to the Perspective File Upload component to support a fully disabled state with separate enabled and disabled styling.
- Perspective Fixed Fixed an issue where the Maker Edition license acceptance modal would appear every session.
- Perspective Fixed Fixed an issue with the Alarm Status Journal where unacknowledged alarms were not prioritized when ordered by State.
- Perspective Fixed Added a missing description to the documentation tooltip for
system.perspective.togglePopup'sparamsparameter. - Perspective Feature Added the ability to style and toggle the individual enabled property of radio buttons in the Radio Group component.
- Perspective Fixed Fixed an issue where Button components in Perspective were incorrectly styled when disabled.
- Perspective Fixed Replaced the XY Chart component series.line.appearance.bullets height and width properties with radius
- Perspective Feature Added an
onElementClickevent to Perspective Drawing component. - Perspective Changed Added a check against unauthorized users for several Perspective routes.
- Perspective Fixed Fixed an issue where the system.perspective.download() function could fail on older versions of iOS if a MIME type was not provided.
- Perspective Fixed Fixed an issue with the Perspective Map component's
onVectorClickevent where no position data was available for clicked vectors with a latitude of 0. - Perspective Fixed Fixed an issue where advanced stylesheet CSS may not display correctly in the Designer.
- Perspective Changed Fixed an issue where the Toggle widget in the Form component was not styled like other checkable widgets.
- Perspective Feature Added a Form component overlay on top of widgets with missing required IDs in Design mode.
- Perspective Fixed Fixed an issue where the Form component's widget.options menu was clipping when longer than the parent container.
- Perspective Fixed Fixed an issue with the Perspective Session lifecycle that caused repeated errors in the logs.
- Perspective Fixed Fixed an issue where an embedded Menu Tree component would not render in Firefox.
Projects
- Platform Core Fixed Improved the error messaging for projects that can't be opened due to naming conflicts with inherited resources.
Remote Tags
- Tags Fixed Fixed a serialization issue for gathering UDT information from a remote provider
Reporting
- Reporting Fixed Fixed a problem where dynamic data keys do not work for the Visible property of Simple Tables.
- Reporting Fixed Fixed an issue where Dynamic Data Keys did not work for the Simple Table Width property.
- Reporting Fixed Fixed a problem where dynamic data keys do not work for the Filter Key property of Simple Tables.
Scripting
- Scripting Fixed Fixed issue where email attachments generated by client scripting would have broken attachments
- Scripting Fixed Fixed issue where deprecated
system.db.toDataSet()did not support currentPyDatasettypes. - Scripting Fixed Fixed an issue where the
onSuccess/onErrorcallbacks for the system.util.sendRequestAsync function would not execute and lead to stalled threads.
Secrets Management
- Security Feature Added SecretProvider implementation that allows reading of secrets from files on disk.
SFC
- Data & Logic Fixed Fixed an issue with the system.sfc.startChart() function where the projectName argument was required.
- Data & Logic Fixed Fixed an issue where an empty persisted SFC state file could cause the SFC module to fault during startup.
- Data & Logic Fixed Fixed a serialization error when syncing a SFC to redundant pair.
SQL Historian
- Historian Fixed Fixed an issue where historian tag interpolation modes (e.g. Discrete) were lost after redundancy failover, causing tags to be stored with an incorrect mode and triggering unnecessary tag entry churn in the database.
- Historian Fixed Fixed an issue where metadata was being passed to SQL Historians which is not supported by that historian type.
Store & Forward
- Historian Fixed Store and Forward cache directories are now automatically removed when associated resources are deleted
- Historian Fixed Fixed an issue where importing Store & Forward quarantined data created orphan pipelines with no registered sinks
- Historian Fixed Fixed an issue where database connection names containing illegal characters could prevent the Gateway from starting up.
- Historian Fixed Fixed an issue where metrics from old remote sinks were left in the metrics dashboard
- Historian Fixed Fixed an issue where a Store & Forward Engine rename caused Pending/Quarantine counts to appear as 0 on the Store and Forward page because inactive pipelines holding pre-rename data were filtered from the UI; all pipelines are now returned and inactive ones are visually distinguished.
Tags & UDTs
- Tags Fixed Importing UDT Instances will now apply it's overrides before publishing any values it inherited.
- Tags Fixed Removed Vision Client tag provider from Gateway Events tag selection tool
- Tags Fixed Fixed an issue applying engineering limits to array tags
- Tags Fixed Fixed an issue where Query tags were executing queries on backup Gateways.
- Tags Fixed Moving tag configurations between providers will no longer force the Rename collision policy.
- Tags Fixed Significantly increased Managed Tag Provider value change throughput.
- Tags Fixed Fixed an issue with non-ASCII Unicode characters resulting in invalid in Tag exports.
- Tags Feature Added an 'overridesOnly' parameter to system.tag.getConfiguration. If the tag is a member of a UDT then only the overridden properties will be returned
- Tags Fixed Fixed an issue where the Memory Tag value database indexes could become corrupted
- Tags Fixed Fixed issue in designer presenting a dataset editor when the array editor was needed
- Tags Fixed Prevent resource syncs with missing tag resources from deleting parent folder.
User Sources
- Security Fixed Fixed an issue with Active Directory
- Security Fixed Added badge search filter configuration field to the AD configuration Web UI panels.
- Security Fixed Fixed an issue where an entry referring to a missing role in the INTERNALAUTHROLE table would cause a Gateway startup failure.
- Security Fixed Fixed issue where newly created users in an AD/Internal hybrid user profile were not immediately available in the user source.
Voice Notification
- Alarming Fixed Fixed an issue with default German language values for SIP Notification scripts.
Web UI
- Web UI Fixed Fixed an issue where the History Datasource field could prevent create or update requests for Remote Tag Providers.
- Web UI Feature Fixes issue with pasting activation tokens with quote. Pasting activation with quotes is now accepted.
- Web UI Fixed Fixed an issue that prevented users from resizing a text area.
- Web UI Fixed Fixed an issue with Gateway Webpage panels where the HTML for attributes were not reflecting correct IDs.
- Web UI Changed Updated gateway to use newer favicons.
- Web UI Fixed Fixed an issue with Gateway Script error popups displaying overloaded message descriptions.
- Web UI Fixed Fixed an issue where the Projects page would not display an error toast when failing to import a project.
- Web UI Changed Added a new Remote Connections tab on the Gateway Connections page that provides details regarding Remote Gateways and Connections
- Web UI Fixed Fixed an issue where metric cards were rendering over the Gateway banner.
- Web UI Fixed Fixed an issue where the required fields within the Verify User Source modal were not marked as required.
- Web UI Fixed Security Settings page now displays all respective fields instead of hiding some based on the Designer Authentication Strategy value.
- Web UI Fixed Fixed an issue where Gateway form validation messages displayed internal field paths instead of readable field labels.
- Web UI Fixed Improved session management used by OPC Quick Client and Logging HTTP endpoints.
- Web UI Fixed Fixed an issue where Identity Provider menu items were not available when the Gateway was deployed in a non-core collection.
- Web UI Fixed The Manage JAR Files panel will now display the collection that the resource belongs to when there are multiple definitions and will no longer allow system level resource changes.
- Web UI Fixed Fixed an issue that prevented users from selecting offline activation while the Gateway had a valid connection.
- Web UI Fixed Fixed issue that would not allow editing agent tasks in collections other than core.
- Web UI Fixed Designers data grid polling now correctly pauses while a Designer details drawer is open
- Web UI Fixed Fixed an issue that caused a
ResourceNotFoundExceptionwhen using the browsers inspector. - Web UI Changed Updated how the creation button is conditionally disabled based on different Gateway configurations.
- Web UI Fixed Fixed an issue where autocompleted fields were not validated properly and prevented the Save Changes button from being accessed.
- Web UI Changed Fixed issue where the Gateway would display incorrect favicons for Maker edition and while on the authentication page.
- Web UI Fixed Fixed an issue where the System User Source field on the Security General Settings page was missing a warning message for invalid values.
Similar to Ignition with recent updates:
- Microsoft 365 updates70 release notes · Latest Aug 26, 2026
- 1Password Browser updates56 release notes · Latest Aug 25, 2026
- 1Password Windows updates49 release notes · Latest Aug 25, 2026
- Claude Code updates433 release notes · Latest Sep 1, 2026
- ChatGPT updates214 release notes · Latest Sep 1, 2026
- OpenAI Models updates49 release notes · Latest Aug 18, 2026
This is the end. You've seen all the release notes in this feed!
Curated by the Releasebot team
Releasebot is an aggregator of official product update announcements from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.