Releases: technosoftware-gmbh/opcua-solution-net
Releases · technosoftware-gmbh/opcua-solution-net
OPC UA Solution .NET - 3.3.2
Changes
- Updated to OPC UA Solution .NET 3.3.2
OPC UA Solution .NET - 3.3.1
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
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
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
Changes
- Includes all changes and fixes from the OPC UA 1.04 Maintenance Update 1.4.372.76.
What's Changed
- Updated license by @technosoftware in https://github.com/technosoftware-gmbh/opcua-solution-net-samples/pull/152
- Updated to OPC UA 1.04 Maintenance Update 1.4.372.76 by @technosoftware in https://github.com/technosoftware-gmbh/opcua-solution-net-samples/pull/155
- Added official NuGet packages for 3.2.2 by @technosoftware in https://github.com/technosoftware-gmbh/opcua-solution-net-samples/pull/156
Full Changelog: technosoftware-gmbh/opcua-solution-net-samples@3.1.9...3.2.2
OPC UA Solution .NET - 3.1.9
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
- Bump Technosoftware.UaSolution.UaPubSub from 0.9.0 to 1.0.0 by @dependabot in https://github.com/technosoftware-gmbh/opcua-solution-net-samples/pull/139
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/technosoftware-gmbh/opcua-solution-net-samples/pull/140
- Bump Technosoftware.UaSolution.UaCore from 3.1.8 to 3.1.9 by @dependabot in https://github.com/technosoftware-gmbh/opcua-solution-net-samples/pull/142
- Bump Technosoftware.UaSolution.UaBindings.Https from 3.1.8 to 3.1.9 by @dependabot in https://github.com/technosoftware-gmbh/opcua-solution-net-samples/pull/141
- Bump Technosoftware.UaSolution.UaConfiguration from 3.1.8 to 3.1.9 by @dependabot in https://github.com/technosoftware-gmbh/opcua-solution-net-samples/pull/145
- Bump Technosoftware.UaSolution.UaServer from 3.1.8 to 3.1.9 by @dependabot in https://github.com/technosoftware-gmbh/opcua-solution-net-samples/pull/144
- Bump Technosoftware.UaSolution.UaClient from 3.1.8 to 3.1.9 by @dependabot in https://github.com/technosoftware-gmbh/opcua-solution-net-samples/pull/146
- Update CHANGELOG.md by @technosoftware in https://github.com/technosoftware-gmbh/opcua-solution-net-samples/pull/147
- Update appveyor.yml by @technosoftware in https://github.com/technosoftware-gmbh/opcua-solution-net-samples/pull/148
- Bump Technosoftware.UaSolution.UaBaseServer from 3.1.8 to 3.1.9 by @dependabot in https://github.com/technosoftware-gmbh/opcua-solution-net-samples/pull/143
- Bump Technosoftware.UaSolution.UaPubSub from 1.0.0 to 1.0.1 by @dependabot in https://github.com/technosoftware-gmbh/opcua-solution-net-samples/pull/150
- Removed old PubSub samples by @technosoftware in https://github.com/technosoftware-gmbh/opcua-solution-net-samples/pull/151
Full Changelog: technosoftware-gmbh/opcua-solution-net-samples@3.1.8...3.1.9
OPC UA Solution .NET - 3.1.8
Changes
- Updated to OPC UA Solution .NET 3.1.8
OPC UA Solution .NET - 3.1.5
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
Changes
- Removed unused System.Security.Cryptography.Pkcs
OPC UA Solution .NET Core - 3.1.1
Changes
- Includes all changes and fixes from the OPC UA 1.04 Maintenance Update 1.4.371.91.
- Added PubSub samples