Skip to content

v0.10 open62541 SDK integration complete

Latest
Compare
Choose a tag to compare
@ralphlange ralphlange released this 06 Sep 12:34
· 4 commits to master since this release
v0.10.0

The branch that integrates the free open62541 SDK client library is merged.
With that, the open62541 client integration is complete and fully functional.
Careful: That option has not seen a lot of production use yet.

What's New

Apart from the open62541 merge,

  • options in st.cmd or database links can also be separated by spaces or commas (in addition to colons)
  • fix an issue where the connection status was set to "up" too early
  • handle "EncodeableObject" structures (another way structured data can be defined in OPC UA)
  • handle "LocalizedText" variables (another string data type on OPC UA)
  • full set of CI jobs for both client SDKs on Linux and Windows.

Updating to release 0.10 (from 0.9.5) is considered low-risk for all users: when used with the UA SDK, it contains no major features or fixes.

Thanks to all contributors, especially Dirk Zimoch for his work on the open62541 integration and the other improvements!
As always: Please report any additional findings in the issue tracker.

Full Changelog: v0.9.5...v0.10.0