Releases: technosoftware-gmbh/opcua-solution-net
Releases · technosoftware-gmbh/opcua-solution-net
OPC UA Solution .NET - 2.3.7
Changes
- Included .NET 6.0 in the nuget packages
- Updated to OPC UA Core 1.4.367.95
OPC UA Solution .NET - 2.3.5
Changes
- Updated to OPC UA Core 1.4.367.75
OPC UA Solution .NET - 2.3.3
Changes
- Updated to OPC UA Core 1.4.367.41
OPC UA Solution .NET Release 2.3.2
Changes
- All versions now use the official OPC UA Core Stack.
- We now use the following official version 1.4.366.38 NuGet packages:
- OPCFoundation.NetStandard.Opc.Ua.Core
- OPCFoundation.NetStandard.Opc.Ua.Security.Certificates
- OPCFoundation.NetStandard.Opc.Ua.Bindings.Https
- Updated ModelCompiler to 1.01.335.1
- Compliler can now generate properly typed code for Variables and DataType fields with abstract DataTypes. Prior releases produced code with an ExtensionObject or Variant as the type name. Passing the -useAllowSubtypes flag will enable this feature.
- Source Code of OPC UA core is removed from the source code version.
- Enhanced performance
- Modelcompiler updates, errata 1.04.9 nodeset
- Add certificate password provider interface to support password protected pfx files.
- Tested with OPC UA Local Discovery Server V1.04.402.461
- Tested with OPC UA Compliance Test Tool V1.4.9.398
Breaking Changes
- Added OnApplicationConfigurationLoaded(ApplicationInstance application, ApplicationConfiguration configuration) to IUaServerPlugin.
It is called after OnStartup(). You have to add it to the UaServerPlugin.cs - Removed UaApplicationInstance. You can use ApplicationInstance instead.
OPC UA Solutions .NET - 2.2.0 Service Patch
Changes
- Updated OPC UA Core to 1.4.365.48
OPC UA Solution .NET Release 2.2.0
Changes
- .NET 4.6.2, .NET 4.7.2 and .NET 4.8 are now delivered with it's own NuGet packages:
- Technosoftware.Net4.UaConfiguration
- Technosoftware.Net4.UaClient
- Technosoftware.Net4.UaServer
OPC UA Solutions .NET - 2.1.1 Service Patch
Changes
- OPC Foundation Core is now only modified regarding .NET 5.0.
- As soon as .NET 5.0 is officially supported we move to the original NuGet packages of the OPC UA Core.
OPC UA Solutions .NET - 2.1.1 Service Patch
Fixed issues
- Fix Alarm ShelvingState: Cannot call Unshelve Method when Alarm state is TimedShelved.
- Fix AlarmConditionState should have easier mechanism to update UnshelveTime.
- Merge model compiler fixes with latest code.
OPC UA Solutions .NET - 2.1.1 Service Patch
Enhancement
- Introduced new overridable method AddEncodeableTypes in the UaBaseServer to allow adding encodeable types from different assemblies.
OPC UA Solutions .NET - 2.1.1 Service Patch
Fixed issues
- fix decoding of ecdsa signature
- Set TypeId for structured types at decode.
- Fix issue setting empty comments