Skip to content

Azure Industrial IoT OPC Publisher 2.9.9

Compare
Choose a tag to compare
@marcschier marcschier released this 26 Jun 07:07

We are pleased to announce the release of version 2.9.9 of OPC Publisher and the companion web api service. This release comes with several bug and security fixes and is the latest supported release. We recommend strongly to update from 2.9.8 due to several security fixes and some instability reported in 2.9.8 in reconnect situations.

Changes in 2.9.9

  • Update OPC UA .net stack to the latest 1.05 version and move forward other dependencies
  • Monitored item state is not properly cleaned up after a hard reconnect which leads to heartbeat timers still being alive.
  • Allow configuring a watchdog for monitored items and set behavior when watchdog expires (#2164)
  • Limit number of publish requests to 10, allow override using command line argument (#2215)
  • Fix issue where count of bad and good monitored items is incorrect (#2202)
  • Return better error messages in responses (#2195)
  • Fix issue where publisher stops respecting reconnect period after initial successful connection (#2189)
  • Added sample to show using NodeRead to read attributes (#2226)
  • New command line option to read configuration from first certificate found in own folder addresses several backward compatibility breaks when migrating between OPC Publisher versions (#2166)
  • Added call timeouts that can be overridden in request header and automatically cancel after timeout (#2203, #2219, #2213)
  • Fix an issue where linger does not work when reference continuation token between calls is the same (#2227)
  • Add a command line option to disable runtime metrics (#2200, #2197)
  • Added ability to write encoded messages to stdout/stderr for debugging (#2259)
  • Add ability to disable resource monitoring via command line option to work around any incompatibility with host systems (related to #2261)
  • Improved documentation.