Skip to content

OPC UA 1.04 Maintenance Update

Compare
Choose a tag to compare
@opcfoundation-org opcfoundation-org released this 27 Jun 14:45
db5152b

Roll up of the master371 branch until June 26th

  • Bug fixes as below
  • Make the ISession.NodeCache thread safe, it could have caused exceptions managing the dictionaries when used with multi threading.
  • Support Kubernetes secrets as certificate stores with a flat folder structure in DirectoryCertificateStore.
  • Fix the session reconnect exponential back off issue.
  • Updates for the generated code fixing code initializers.
  • Add SequenceNumber and PublishTime to the NotificationData structure to allow to disable the monitored item cache.
  • Add a FastKeepAliveCallback for subscriptions.

Changes:

  • db5152b Merge pull request #2199 from OPCFoundation/master371
  • 1dfda2b Make client NodeCache thread safe (#2201)
  • 010a839 Support custom cert store with flat directory structure (#2198)
  • 85c0321 Fix session reconnect exponential backoff (#2185)
  • c81b6b0 Added newly modified model compiler generated code for v1.04 (#2195)
  • e89b06e Add metadata to fast data and event callbacks notification. (#2176)

This list of changes was auto generated.

What's Changed

  • Add metadata to fast data and event callbacks notification. by @mregen in #2176
  • Update the model compiler generated files with corrected embedded initializers. by @mrsuciu in #2195
  • Fix session reconnect exponential backoff by @mregen in #2185
  • Support custom cert store with flat directory structure by @mregen in #2198
  • Make client NodeCache thread safe by @mregen in #2201
  • Merge updates in release branch by @mregen in #2199

Full Changelog: 1.4.371.91...1.4.371.96