Nightly 8.1 Changelogs - 2021

Nightly Changelog: 8.1.14-b20211223

Platform

4935: ScheduledScriptManager should use an unbounded thread-pool and execution queues for each distinct script
Scheduled scripts now use a cached thread pool and per-script execution queues. This facilitates parallel execution of scheduled scripts within a project–useful for both longer running scripts and situations where multiple scripts have the same schedule. A given scheduled script will enqueue and wait for any previous invocations to complete before running again.

Enterprise

4039: Allow Gateway Network Proxy Depth to be set from the Gateway UI
Gateway Network Proxying Depth is now configured via the Gateway Configuration Webpage UI. The previous checkbox for “Allow Proxying” has been replaced with the numeric depth count (where <= 0 is “disabled” and > 0 is “enabled”). Previous values of the ignition.gan.maxproxydepth system property are absorbed into this new configuration field (if “Allow Proxying” was enabled) on upgrade.

5325: Remove log4j reference from EAM remote upgrader
Removed unused log4j reference from EAM remote upgrader.

Visualization

5259: Table Component passing the wrong viewParams to subviews when filtered
Regression fix for incorrect view params being passed to View instances of the Table component when filtered or paged. A regression introduced in 8.1.12.

2907: AST, AJT, and Table Components: Implement runtime column ordering via drag
Implement runtime column drag reordering for Table, Alarm Status Table, and Alarm Journal Table.

3036: Table highlight get stuck on top row of perspective table when you hover away
Fix Table mouseover highlight getting stuck on top row when mouse leaves the component.

Connectivity

5225: CIP Security Information item not supported
Fixed a bug that caused the Logix Driver to cycle between Idle and Connected upon receiving a CIP Security Information item as part of a ListIdentity response.

Security

3941: Include actor host within audit log query results
Audit Log Queries via system.util.queryAuditLog() and Vision Binding Function now include the “Actor Host” field in the returned dataset.

Infrastructure

3315: Provide An Open Gateway Option From Designer Cards In Launcher
Added a “Go to Gateway” link in the Designer launcher.