Nightly 8.3 Changelogs - 2026 and beyond

Nightly Changelog: 8.3.5*-b20260309

Web UI

Web UI

IGN-15475: Autocomplete component can render singleton pages with backup configs unusable
Fixed issue where autocomplete fields were not validating properly on the backup configuration.

Nightly Changelog: 8.3.5*-b20260310

Comms

Drivers

IGN-15256: Siemens Enhanced Driver faulted on 8.3.3-rc1 Ubuntu 20.04.2 LTS
The GLIBC requirement for x64 has been reduced from 2.34 to 2.29.
IGN-14647: 61850: Driver doesn't resolve hostnames
IEC 61850: allow specifying a hostname instead of IP address

Perspective

Perspective

IGN-15410: Menu trees embedded inside other components fail to display in Firefox browsers
Fixed an issue where a Menu Tree embedded in a Table or Accordion would not render in Firefox

Gateway Network

Gateway Network

IGN-15133: JsonObject Serialization error from β€œdate” key returned through chained gateway message handlers in 8.3
Fixed Protobuf issue where a dictionary with key "date" was being deserialized incorrectly

Nightly Changelog: 8.3.5*-b20260311

Infrastructure

Java - Azul

IGN-15301: Bump to Java 17.0.18 in 8.3
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.

Nightly Changelog: 8.3.5*-b20260312

Historian

Store & Forward

IGN-15031: Multiple Tag Historical Data Pipelines when importing quarantined data
Fixed an issue where importing Store & Forward quarantined data created orphan pipelines with no registered sinks, causing imported data to appear successful but never actually forward; import now validates pipeline compatibility per flavor and routes data to the correct existing pipeline.
IGN-15366: S&F Engine rename causes Pending/Quarantine count to reset
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.

Internal Historian

IGN-15596: Edge sync after Split Brain causes duplicate data.
Fixed an issue where Historian actor processing and data sync tasks continued executing on the inactive (backup) node in a redundant gateway pair, resulting in phantom data with incorrect timestamps being written to modern Historians and potentially forwarded downstream via Edge data sync.

Platform Core

Licensing

IGN-15449: Users are unable to perform offline license activation for 6 digit hardware licenses when there is an active internet connection.
Fixed issue preventing users from selecting offline unactivation with a valid connection and added a loading indicator while checking connectivity.

Alarming

Alarm Notification

IGN-15018: Create Alarm Notification Profile remote serverName and targetProfile should be required fields
Remote Alarm Notification Profile now require Server Name and Target Profile on create/update.

Nightly Changelog: 8.3.5*-b20260313

Web UI

Web UI

IGN-11495: Remote Gateway tab under Gateway Network > Connections
Added a new Remote Connections tab on the Gateway Connections page that provides details regarding Remote Gateways and Connections

Platform Core

Backup & Restore

IGN-15116: Exclude managed tag providers like MQTT from restore disabled function
Managed tag providers are no longer disabled when restoring a gateway backup and using the restore-as-disabled option.

Nightly Changelog: 8.3.5*-b20260316

Platform Core

Backup & Restore

IGN-15291: Backup Filename Pattern Validation Inconsistent Between Ignition 8.1 and 8.3
Added validation to the backup/restore process to require "gwbk" extension file type.

Web UI

Web UI

IGN-10345: FormControl Component
Fixes incorrect IDs in the HTML label "for" attribute.

Comms

OPC

IGN-15585: New OPC UA connections default to TimestampSource.IGNITION instead of OPC_PREFER_SOURCE
Provide a default value for "Timestamp Source" property on new OPC UA connections.

Nightly Changelog: 8.3.5*-b20260317

Perspective

Perspective

IGN-14198: Form Component: Default Spacing on Toggle Widget
Fixed an issue where the Toggle widget in Perspective's Form component was not styled consistently with other "checkable" widgets.
IGN-14413: Form Component: Dropdown displaying under parent container
Fixed an issue with the form component's dropdown widget options menu clipping when longer than it's containing parent.
IGN-5625: XY Chart: "Bullets" component properties are not fully applied
Removed unused XY Chart bullet height and width properties in favor of radius property for Circle bullets. Added truncate and hideOversized properties to Label bullet configuration to allow control of Label overflow behavior, both True by default. Added getFillFromObject property to bullet tooltip configuration to allow control of where the tooltip gets its background color, True by default.

Containers

Cloud Edition

IGN-15699: Cloud edition credential setup uses wrong header
Updated Cloud edition header, displayed during commissioning, so that it matched with the updated color scheme.

Web UI

Web UI

IGN-15620: 8.3 Gateway Webpages: Favicon additions for authentication and Maker edition
Fixed issue where the Gateway would display incorrect favicons for Maker edition and while on the authentication page.
IGN-10982: 8.3 Gateway Webpages: Favicon needs to be implemented
Updated gateway to use newer favicons.

Nightly Changelog: 8.3.5*-b20260318

Web UI

Web UI

IGN-11875: Metric Cards have a higher z-index than the banner component
Fixes issue that allowed metrics cards to render above the gateway banner.

Platform Core

Projects

IGN-8568: Override of inherited resources can prevent projects from being opened in Designer
Text updated so that when users encounter projects that can't be opened due to inherited resources with naming conflict, they will get a more descriptive error message.

Comms

OPC

IGN-15654: ClassCastException writing custom struct when deprecated DataTypeDictionary support is enabled
Fixed a bug encoding structures for write when using the Deprecated DataType Dictionary Support option on OPC UA connections.

Nightly Changelog: 8.3.5*-b20260319

Tags

Tags & UDTs

IGN-15683: Newly Created tags not persisted in directory if unary-resource.json + tags.json are removed
Prevent resource syncs with missing tag resources from deleting parent folder.

Cloud Connectors

Kafka

IGN-11612: Add sendRecords to KafkaClient for higher throughput
Increased KafkaHandler record publishing throughput.

Nightly Changelog: 8.3.5*-b20260320

Comms

OPC

IGN-15205: Setting to enable GDS push is not available on OPC UA server settings page
Expose the missing "GDS Push Enabled" OPC UA server setting.

Data & Logic

SFC

IGN-14905: system.sfc.startChart requires projectName argument in 8.3
projectName no longer required for system.sfc.startChart. The project the function is being called from will be used if available, otherwise the default gateway project will be used.

1 Like

Nightly Changelog: 8.3.5*-b20260323

Web UI

Web UI

IGN-11245: 8.3: Gateway Script description in Error Modals are noisy
Gateway script error modal titles have been update to display a less verbose message.
IGN-15715: Validation UI missing on System User Source field
Security General Settings page now displays all possible config fields

Nightly Changelog: 8.3.5*-b20260324

Platform Core

Config Persistence

IGN-15583: Unable to delete resource... message in wrapper logs when Config Sync is called with Lock
Fixed NoSuchFileException ERROR logs when running Resource Config Sync via Scan Lock

Historian

Historian

IGN-15246: Observations flag not being set on Historian data points
Fixed an issue where the observation flag was not being set when storing data points with certain Sample Modes.
IGN-15549: Vision Alarm Status Table Alarm trends chart does not display data
Fixed an issue displaying historical trends from the alarm status table

Nightly Changelog: 8.3.5*-b20260326

Comms

Drivers

IGN-15541: Siemens Enhanced: symbolic paths aren't properly escaped when browsing
Fixed an issue where item paths containing brackets or parentheses were not properly escaped during browse.

Alarming

Alarm Notification

IGN-15198: Pop3AckId is showing "null" in alarm notification email
Fixed an issue where Pop3AckId was set to null in Alarm Notification Emails.

1 Like

Nightly Changelog: 8.3.5*-b20260330

Scripting

Scripting

IGN-14996: sendEmail attachment data doesn't send correctly when invoked client side
Fixed issue where email attachments generated by client scripting would have broken attachments

Security

User Sources

IGN-15556: Populated AD/Internal hybrid users not appearing in gateway despite existing in file system
Fixed issue where newly created users in an AD/Internal hybrid user profile were not immediately available in the user source.

Nightly Changelog: 8.3.5*-b20260331

Platform Core

Config Persistence

IGN-15752: Prevent Digest Files from Being Deleted During Concurrent Resource Modify and Scan
Fixed a race condition where concurrent file-tree scans could delete digest files still in use

Alarming

Alarm Notification

IGN-14817: Incorrect Alarm Notification Profile defaultSettings
Fixed an issue where default settings were invalid when creating new Alarm Notification Profiles.

Containers

Docker

IGN-15048: Docker: add jq utility for easier JSON parsing.
Added jq utility to the Docker image.

Nightly Changelog: 8.3.5*-b20260401

Security

User Sources

IGN-14950: AD User Source becomes uneditable after 8.1 to 8.3 upgrade due to quotes in AD User source filters
Fixed issue where migration of Active Directory, Active Directory / DB hybrid, and Active Directory / Internal profiles that were configured with base entries that were surrounded by double quotation marks were not usable after migration.
**IGN-15418: Badge Search Filter Missing - AD User Source Configuration **
Added badge search filter configuration field to the AD configuration Web UI panels.

Web UI

Web UI

IGN-15455: On View Details pages like DB or Designer Connections, opening browser dev tools causes a ResourceNotFoundException: (sys,js/system.min.js.map)
Fixed an issue that caused a ResourceNotFoundException when using the browsers inspector.

Nightly Changelog: 8.3.5*-b20260402

Security

User Sources

IGN-15517: internalauthmapping referencing a non-existent ROLEID prevents gateway from starting
Fixed an issue where an entry in the INTERNALAUTHROLE table that referred to a missing role would cause the gateway to fail to start.

Cloud Connectors

Event Streams

IGN-12126: Add tooltips to process state data
Added tooltips for the EventStreams stage's data

Comms

OPC

IGN-15367: NullPointerException when regenerating OPC UA server certificate with empty IP Addresses or DNS Names
Fixed an error when regenerating OPC UA server cert with empty SAN fields.

Gateway Network

EAM & Redundancy

IGN-15810: Protected Resources Cause Sync Error on Redundant Systems
Fixed an issue where protected project resources wouldn't sync properly with redundancy
IGN-15605: Changing project inheritance breaks redundancy project sync
Fixed an issue where changing project inheritance would break redundancy sync