Releases: FreeOpcUa/opcua-asyncio
Releases · FreeOpcUa/opcua-asyncio
v1.0.0
v0.9.98
fix random hanging due to python bug https://stackoverflow.com/questions/70759235/confusing-asyncio-task-cancellation-behavior
additional security and bug fixes
v0.9.97
v0.9.96
v0.9.95
v0.9.94
v0.9.93
v0.9.92
v0.9.91
v0.9.90
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.