Skip to content

v0.9.90

Choose a tag to compare

@oroulet oroulet released this 19 Jul 20:00
· 827 commits to master since this release

use dataclass everywhere in code instead of custom code. Less code and allows easier struct constructions

generate code from NodeSet.Service.xml

Better handling of Null writes

Many many fixes

WARNING:
Version 0.9.9 introduces some argument renaming due more automatic code generation. Especially the arguments to NodeId, BrowseName, LocalizedText and DataValue are now CamelCase instead of lower case, thus follow the OPC Ua convention used in all other structures in this library

Also many UA structures are now frozen and cannot be changed after construction.