Releases: Azure-Samples/iot-edge-opc-plc
Releases · Azure-Samples/iot-edge-opc-plc
OPC PLC V2.7.0
- Activate audit events
OPC PLC V2.6.0
- Migrate projects to .NET 7
- Update nuget packages incl. OPC UA SDK to 1.4.371.50
OPC PLC v2.5.7
- 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
- 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
- Add option
--cdn
to include comma separated IP addresses or hostnames to the certificate
OPC PLC V2.5.0
- Update nuget packages
OPC PLC V2.4.2
- Fix issue with custom nodes.json's numeric NodeId
OPC PLC V2.4.1
- Update nuget packages
- Fix arm64v8 image
OPC PLC V2.4.0
- Update nuget packages
- Change deterministic GUID nodes from string to GUID type
- Add opaque node
OPC PLC V2.3.0
- Add support for TransferSubscriptions
- Other small fixes, updated and improvements