Inductive Automation Release Notes

Follow

4 release notes curated from 1 source by the Releasebot Team. Last updated: Jul 16, 2026

Get this feed:

Inductive Automation Products

  • Jul 14, 2026
    • Date parsed from source:
      Jul 14, 2026
    • First seen by Releasebot:
      Jul 16, 2026
    Inductive Automation logo

    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.com to releases.inductiveautomation.com. This change includes hosted launchers. Two S3 key prefixes are shorted as well, release/ia/ to release/ and builds/nightly/ to nightly/.
    • 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 tagBrowserStartPath property 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, and ACCEPT_MODULE_LICENSES environment 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 partitionSeedQueryLimit property 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.
    Original source
  • Jun 9, 2026
    • Date parsed from source:
      Jun 9, 2026
    • First seen by Releasebot:
      Jun 16, 2026
    • Modified by Releasebot:
      Jun 25, 2026
    Inductive Automation logo

    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 currentValue could 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 MessageHandlerException and NullPointerException errors.

    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
  • All of your release notes in one feed

    Join Releasebot and get updates from Inductive Automation and hundreds of other software products.

    Create account
  • Jun 9, 2026
    • Date parsed from source:
      Jun 9, 2026
    • First seen by Releasebot:
      Jun 10, 2026
    Inductive Automation logo

    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.getUser did not fallback to the default project userSource when an empty string was passed as the userSource argument.

    Scripting Fixed Fixed a backwards compatibility issue where currentValue could 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 legacyNamingEnabled boolean 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 new legacyNamingEnabled boolean setting is set to true

    Vision

    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 MessageHandlerException and NullPointerException errors

    Swing 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
    Inductive Automation logo

    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 NoSuchFileException ERROR 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_clean file 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 new functions 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/timezone to /etc/localtime which 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's params parameter.
    • 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 onElementClick event 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 onVectorClick event 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 current PyDataset types.
    • Scripting Fixed Fixed an issue where the onSuccess/onError callbacks 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 ResourceNotFoundException when 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.
    Original source
  • Similar to Inductive Automation with recent updates:

This is the end. You've seen all the release notes in this feed!

Releasebot

Curated by the Releasebot team

Releasebot is an aggregator of official release notes 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.