Skip to content

Releases: technosoftware-gmbh/opcua-solution-net

OPC UA Solution .NET - 3.3.2

20 Sep 03:37
1fdf32a
Compare
Choose a tag to compare

Changes

  • Updated to OPC UA Solution .NET 3.3.2

OPC UA Solution .NET - 3.3.1

13 Jul 05:08
43d51c0
Compare
Choose a tag to compare

Security Fix

  • Fixed Microsoft Security Advisory CVE-2024-38095 | .NET Denial of Service Vulnerability (Updated to UaCore 3.3.1)

Changes

  • Bump MQTTnet from 4.3.3.952 to 4.3.6.1152

OPC UA Solution .NET - 3.3.0

05 May 12:45
a65c85e
Compare
Choose a tag to compare

Enhancements

  • Added Role based User management

Changes

  • Improve client for sessions and subscriptions (#167)
  • Moved reference applications to the reference directoy
  • New tutorial examples can be found now in the tutorials directory
  • Added GetApplicationInstanceCertificateExpiryDateAsync()
  • The Technosoftware.UaCore nuget package now includes support again for .NET 4.7.2 and .NET 4.6.2 to be
    able to create custom builds of the solutions
  • Validates the ServerCertificate ApplicationUri to match the ApplicationUri of the Endpoint for an open call (Spec Part 4 5.4.1)
  • Implement OpenSecureChannel in compliance with Spec Part 5.4.1
  • check Application URI of the server Certificate on OpenSecureChannel
  • The ApplicationUri specified in the Server Certificate must match the ApplicationUri provided in the EndpointDescription.

OPC UA Solution .NET - 3.2.3

17 Dec 12:35
90bbb07
Compare
Choose a tag to compare

Changes

  • NuGet packages are now only distributed locally in the repositories
  • Added support of .NET 8.0

Fixed issues

  • Fix for references that may cause a memory leak
  • GDS: add ArgumentException to Method CreateCACertificateAsync
  • Array xmlns encoding/decoding always uses UA namespace
  • Implement the close async codepath
  • Implement the reconnect and republish with async service calls
  • Make CertStoreIdentifier.GetCertificateStoreTypeByName and RegisteredStoreTypeNames public

OPC UA Solution .NET - 3.2.2

06 Nov 07:46
fc31165
Compare
Choose a tag to compare

OPC UA Solution .NET - 3.1.9

12 Oct 13:02
f23f6e6
Compare
Choose a tag to compare

Fixed issues

  • Fix for 'BadTooManyOperations' in session.publish / 'BadServerHalted' when server is stopped.
  • Fixed status code when server is shutdown
  • Add latest statuscodes from 1.05.03 to support new BadServerTooBusy error code
  • Added default throttle delay in case an unknown error is returned on a publish request service call
  • Removed extra unnecessary code and fixed use of userWriteMask
  • Removed extra unnecessary code in CompareArray
  • Fixed userWriteMask

What's Changed

Full Changelog: technosoftware-gmbh/opcua-solution-net-samples@3.1.8...3.1.9

OPC UA Solution .NET - 3.1.8

17 Aug 14:43
697eab7
Compare
Choose a tag to compare

Changes

  • Updated to OPC UA Solution .NET 3.1.8

OPC UA Solution .NET - 3.1.5

11 Jul 09:15
cc305ab
Compare
Choose a tag to compare

Changes

  • Support use of opc.https endpoint url for client and server.
  • Support custom cert store with flat directory structure

OPC UA Solution .NET - 3.1.3

24 Jun 11:42
938dd25
Compare
Choose a tag to compare

Changes

  • Removed unused System.Security.Cryptography.Pkcs

OPC UA Solution .NET Core - 3.1.1

03 Jun 04:55
d8f7924
Compare
Choose a tag to compare

Changes