Skip to content

Azure Industrial IoT OPC Publisher 2.9.8

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

We are pleased to announce the release of version 2.9.8 of OPC Publisher and the companion web api service. This release comes with several bug and security fixes and is the latest supported release.

Changes in 2.9.8

  • Update OPC UA .net stack to the latest 1.05 version and move forward other dependencies
  • Telemetry messages are sent with non default (0) ttl now to support DAPR >= 1.13 (#2243)
  • Elevation property in request header does work now when service calls are sent using edge API (#2218)
  • Add more Info to Logs in case of publishing errors, e.g. "Too many publish request error" (#2229)
  • New Security mode "NotNone" reflecting the legacy "UseSecurity":true setting in nodes. "Best" (any) is persisting after Opc Publisher is restarted (#2228)
  • Latest OPC UA .net stack fixes "CRL with zero revoked certificates fails to be decoded (#2214)
  • Enable the definition of the GRPC endpoint host name for DAPR (#2235)
  • Diagnostic info API returns incorrect information (#2230)
  • Make TransferSubscriptionsOnReconnect configurable (via publishednodes.json) (#2205)
  • Ability to disable Complex type system loading (#2185)
  • Several improvements for cyclic read (#2169)
    • Only submit publish requests for active subscriptions rather than any subscription. (#2184)
    • Better diagnostic messages of number of cyclic read, heartbeat, events per minute (#2175)
    • Track # of missed intervals / samples due to latency of read (#2174)
  • BadNodeIdUnknown not re-evaluated despite short retry delays? (#2188)
  • Additional information in diagnostic messages including resource consumption (total)
  • Persistency of published nodes file now uses .net storage provider which supports enabling file change polling via command line option (needed on some linux setups)