Skip to content

Releases: FreeOpcUa/opcua-asyncio

v1.0.0

24 Oct 18:27
Compare
Choose a tag to compare

bug fixes
some internal renaming
remove abusing logging and printing

v0.9.98

27 Sep 12:06
Compare
Choose a tag to compare

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

21 Sep 14:25
Compare
Choose a tag to compare

fix errors in new security features

v0.9.96

20 Sep 12:57
Compare
Choose a tag to compare

bugfixes, security fixes and new API to check if session is alive

v0.9.95

19 Aug 12:17
Compare
Choose a tag to compare

bug fixes

v0.9.94

21 May 06:21
Compare
Choose a tag to compare

regression fix for cutom structs with enum

v0.9.93

18 May 08:13
Compare
Choose a tag to compare

Add support for unions, DataSetFieldFlags
improve performance datachange_notifications
Many fixes eveywhere
more typing hints

v0.9.92

12 Nov 07:42
Compare
Choose a tag to compare

Fix array serialization regression in last release
performance improvments in serialization
python 3.10 fixes
clean closing client session

v0.9.91

03 Nov 11:47
Compare
Choose a tag to compare
  • client file functionnality
  • enable server to listen to arbitraty IP address (some docker cases)
  • remove is_array argument from Variant: API CHANGE
  • correcty import export GUID nodeids
  • even more robust client shutdown
  • some sync API update

v0.9.90

19 Jul 20:00
Compare
Choose a tag to compare

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.