Skip to content

Releases: technosoftware-gmbh/opcua-solution-net

OPC UA Solution .NET - 2.3.7

07 Mar 15:41
Compare
Choose a tag to compare

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

19 Dec 08:29
Compare
Choose a tag to compare

Changes

  • Updated to OPC UA Core 1.4.367.75

OPC UA Solution .NET - 2.3.3

08 Oct 12:50
f9a176d
Compare
Choose a tag to compare

Changes

  • Updated to OPC UA Core 1.4.367.41

OPC UA Solution .NET Release 2.3.2

15 May 10:38
Compare
Choose a tag to compare

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

06 Mar 15:04
621eda0
Compare
Choose a tag to compare

Changes

  • Updated OPC UA Core to 1.4.365.48

OPC UA Solution .NET Release 2.2.0

28 Feb 13:43
Compare
Choose a tag to compare

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

14 Feb 09:21
Compare
Choose a tag to compare

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

07 Feb 13:06
Compare
Choose a tag to compare

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

31 Jan 15:32
Compare
Choose a tag to compare

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

30 Jan 17:13
Compare
Choose a tag to compare

Fixed issues

  • fix decoding of ecdsa signature
  • Set TypeId for structured types at decode.
  • Fix issue setting empty comments