Skip to content

Releases: Azure-Samples/iot-edge-opc-plc

OPC PLC v2.5.7

30 Nov 09:12

Choose a tag to compare

  • Update OPC UA SDK to 1.4.371.41
  • Update other nuget packages
  • Fix false errors by replacing TraceEventHandler with SerilogLoggerFactory
  • Update ModelCompiler and boiler models

OPC PLC V2.5.4

11 Nov 16:23
e2f5f22

Choose a tag to compare

  • Fix generated pn.json for: Boiler, deterministic GUIDs and opaque node
  • Set UseSecurity in pn.json to true if not using --unsecuretransport, otherwise to false
  • Update nuget packages
  • Enable some features by default: complextypeboiler (--ctb), longid (--lid), longstringnodes (--lsn), opaquenode (--on), specialcharname (--scn), referencetest (--ref), remove them from the list of command line arguments
  • When invalid args specified, warn instead of fail

OPC PLC V2.5.2

26 Oct 09:32
48097b9

Choose a tag to compare

  • Add option --cdn to include comma separated IP addresses or hostnames to the certificate

OPC PLC V2.5.0

16 Aug 11:05
0100f74

Choose a tag to compare

  • Update nuget packages

OPC PLC V2.4.2

13 Aug 18:56

Choose a tag to compare

  • Fix issue with custom nodes.json's numeric NodeId

OPC PLC V2.4.1

13 Aug 06:33
92b06e0

Choose a tag to compare

  • Update nuget packages
  • Fix arm64v8 image

OPC PLC V2.4.0

21 Jul 10:55
e101ff2

Choose a tag to compare

  • Update nuget packages
  • Change deterministic GUID nodes from string to GUID type
  • Add opaque node

OPC PLC V2.3.0

28 Apr 09:42

Choose a tag to compare

OPC PLC V2.2.0

09 Nov 09:58

Choose a tag to compare

  • Update to VS2022 and .NET 6
  • Update Nuget packages

OPC PLC V2.1.0

04 Aug 06:45
39e05a1

Choose a tag to compare

This release adds:

  • Nodes with deterministic random GUIDs as node IDs
  • Refactor to support encapsulated plugin nodes for easier extensibility