Skip to content

Azure Industrial IoT OPC Publisher 2.9.2

Compare
Choose a tag to compare
@marcschier marcschier released this 19 Sep 06:10

We are pleased to announce the release of version 2.9.2 of OPC Publisher. This release comes with several bug and security fixes and is the latest supported release.

Changes in this release

  • Update to version 1.4.372 of the OPC UA .net stack and updated to latest secure version of nuget dependencies.
  • Fixed a bug where data stopped flowing in OPC Publisher bug on reconnect when subscription ids do not match server state (#2055)
  • Ability to select the message timestamp and behavior of Heartbeat
    • Ability to generate heartbeats with different sourceTimestamp and serverTimestamp (#2049)
    • Added a behavior option to update the source timestamp relative to the LKV to mimic previous behavior (#2048)
  • First Heartbeat message now dows not send anymore GoodNoData status when the monitored item is not yet live (#2041)
  • MQTT reconnect and disconnect reasons are now logged as errors (#2025)
  • Fixed an issue where Publisher failed to subscribe to a node because namespace table entry was not available during connect/subscribe (#2042) (Thank you @quality-leftovers for contributing this fix)
  • The default application name used to create certs is now the same as in 2.8 (#2047)
  • Batch size and Batch trigger have same defaults now than 2.8 (#2045)
  • Fix a bug where the user was not added correctly as owner in the aad_register.ps1 script (Thank you @0o001 for contributing this fix)