Skip to content

Releases: OPCFoundation/UA-.NETStandard

OPC UA 1.05 August Maintenance Update

13 Sep 06:54
c4f0f73
Compare
Choose a tag to compare

1.05.374 August Release

This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler.
The focus in this release was on security and performance improvements and bug fixes.

Improvements and bug fixes

  • Various smaller bug fixes.
  • Removed the mandatory client check for a match of the application Uri in the server certificate and the returned endpoint. Many production servers have it incorrectly configured. Open work item to make the check optional.
  • Winforms samples were moved to the samples repo. The Reference server Quickstart samples are available in a Nuget package from the preview feed.
  • Improve handling of client publish max request count. by @marcschier
  • The rejected store can be completely disabled (by @romanett) and the rejected certificate history can be limited with a new setting MaxRejectedCertificates. Rejected store is only supported with Directory store.
  • Better support for client browse with a ManagedBrowse implementation, which handles BrowseNext and all various types of errors that can occur. Implicitely also used by the NodeCache and other API that exposed browse functionality. by @ThomasNehring.
  • Reduce Server NodeManager contention on high load by moving some dictionaries to ConcurrentDictionary to avoid blocking in service calls.
  • Fix a server deadlock in channel cleanup.
  • More fuzz targets for the Xml Encoder/decoder. Now all encoders follow the dispose pattern.

Breaking changes

  • ICertificateStore has a new member NoPrivateKeys and a new method AddRejected optimized to save certs with low overhead.
  • CertificateStoreIdentifier.OpenStore has been flagged deprecated to allow for certificate caching.
  • CertificateStoreIdentifier with DirectoryStore supports to cache certificates if the store is just closed, not disposed.
  • Removed https package from OPCFoundation.NetStandard.Opc.Ua and marked it deprecated. Recommended is to set a dependency only to required packages, e.g. Server, Client, GDS.Client etc. to minimize the number of dependencies.
  • The Basic128Rsa15 policy has been removed from server configurations. It is considered unsafe and should only be used when connecting to legacy devices with no other option.

Released packages

OPCFoundation.NetStandard.Opc.Ua
OPCFoundation.NetStandard.Opc.Ua.Core
OPCFoundation.NetStandard.Opc.Ua.Security.Certificates
OPCFoundation.NetStandard.Opc.Ua.Configuration
OPCFoundation.NetStandard.Opc.Ua.Server
OPCFoundation.NetStandard.Opc.Ua.Client
OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes
OPCFoundation.NetStandard.Opc.Ua.Bindings.Https
OPCFoundation.NetStandard.Opc.Ua.PubSub

What's Changed

  • remove winforms sample projects from main repo by @romanett in #2626
  • Client Structure by @romanett in #2668
  • Add test cases which need security none but are currently skipped on a secured server by @mregen in #2678
  • Bump NUnit.Console from 3.17.0 to 3.18.1 by @dependabot in #2682
  • Remove System.Security.Cryptography.Cng dependency by @mregen in #2688
  • Bump Serilog and System.Diagnostics.DiagnosticSource by @dependabot in #2689
  • Bump NUnit3TestAdapter from 4.5.0 to 4.6.0 by @dependabot in #2690
  • Bump NunitXml.TestLogger from 3.1.20 to 4.0.254 by @dependabot in #2691
  • Enhance publish request count management to allow limiting the publish requests to a max count by @marcschier in #2681
  • (bug) fix #2697 - m_keepAliveInterval should always be >= kMinKeepAliveTimerInterval by @BoBiene in #2698
  • Fix template based constructor in Subscription.cs by @ThomasNehring in #2677
  • Added PublisherMqttClientOptions and SubscriberMqttClientOptions for enabling custom configurations. by @mrsuciu in #2672
  • Remove default rejected store creation by @romanett in #2696
  • More fuzz targets for binary and Xml decoders by @mregen in #2621
  • Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by @dependabot in #2701
  • [Server] Limit Access to server diagnostics array to Admin User by @romanett in #2695
  • Fix CI Build flaky tests by reducing log output, default tests to net8.0, by @mregen in #2704
  • Bump Nerdbank.GitVersioning from 3.6.139 to 3.6.141 by @dependabot in #2706
  • Bump BenchmarkDotNet from 0.13.12 to 0.14.0 and fix some build issues for legacy platforms by @dependabot in #2707
  • Managed Browse and Browse Next for the UA client. by @ThomasNehring in #2673
  • Server SDK mistakenly uses SendBufferSize as ReceiveBufferSize and vice versa by @mregen in #2718
  • Bump System.Security.Cryptography.Cng from 4.5.2 to 5.0.0 by @dependabot in #2724
  • Bump Newtonsoft.Json and System.Runtime.InteropServices.RuntimeInformation by @dependabot in #2723
  • Improve reconnect error messages, misc. small improvements by @mregen in #2719
  • Remove example of how to select unrecommended RSA15 Policy by @Archie-Miller in #2728
  • In the managed browse, pass the request header into browse next. by @ThomasNehring in #2726
  • Allow bad status code for optional Attributes in ReadNodes by @NoahHoelterhoff in #2730
  • Add tolerance to timestamp validation to reduce excessive future time… by @BoBiene in #2711
  • Skip client server cert app uri validation due to IOP issues by @mregen in #2733
  • Fix a deadlock in binary channel on cleanup, reduce contention due to locks on high server load by @mregen in #2714
  • AddRejected method for ICertificateStore by @mregen in #2720
  • Add a 1.05 update notice by @BoBiene in #2709
  • Check that DataValue.Value is not null when verifying the event notifier for an object by @kristianmo in #2729
  • August release testing: Improve cert blob decoding hot path and fix cert validator semaphore regression by @mregen in #2748
  • Remove https package from OPCFoundation.NetStandard.Opc.Ua dependencies, causes build issues. by @mregen in #2751
  • Release testing: Fix channel remove issue and channel exhaustion on reconnect by @mregen in #2749
  • Merge main in release branch by @mregen in #2750
  • Bump Moq from 4.20.70 to 4.20.72 by @dependabot in #2758
  • Bump MQTTnet from 4.3.6.1152 to 4.3.7.1207 by @dependabot in #2756
  • Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 by @dependabot in #2757
  • Openstore returns null if CertificateIdentifier is empty by @mregen in #2761
  • Merge some fixes for release by @mregen in #2762

New Contributors

Full Changelog: 1.5.374.78...1.5.374.118

OPC UA 1.05 Maintenance Update

16 Aug 14:38
1a7d9b8
Compare
Choose a tag to compare
Pre-release

Changes:

  • 1a7d9b8 Remove m_monitoredItems (#2715)
  • d588ece improve server contention, fix a deadlock in binary channel on cleanup
  • 4b822fc Bump BenchmarkDotNet from 0.13.12 to 0.14.0 and fix some build issues for legacy platforms (#2707)
  • aaf6f7d Bump Nerdbank.GitVersioning from 3.6.139 to 3.6.141 (#2706)
  • b81e9d6 Fix CI Build flaky tests by reducing log output, default tests to net8.0, (#2704)
  • 02761c7 [Server] Limit Access to server diagnostics array to Admin User (#2695) [ #2691 ]
  • afb94e7 Bump missed test dependencies in fuzz test project (#2701)
  • 1032d71 More fuzz targets for binary and Xml decoders (#2621)
  • 84628ee Remove default rejected store creation (#2696)
  • e7ae573 Added PublisherMqttClientOptions and SubscriberMqttClientOptions for allowing custom configuration (#2672)
See More
  • d184c9c Fix template based constructor in Subscription.cs (#2677)
  • 055d2c5 (bug) fix #2697 - m_keepAliveInterval should always be greater or equal to kMinKeepAliveTimerInterval (#2698)
  • 784dde6 Enhance publish request count management to allow limiting the publish requests to a max count (#2681)
  • d967bd5 Bump NunitXml.TestLogger from 3.1.20 to 4.0.254 (#2691)
  • 49407c2 Bump NUnit3TestAdapter from 4.5.0 to 4.6.0 (#2690)
  • 1f6708a Bump Serilog and System.Diagnostics.DiagnosticSource (#2689)
  • b48fe7b Remove System.Security.Cryptography.Cng dependency (#2688)
  • fd649e9 Bump NUnit.Console from 3.17.0 to 3.18.1 (#2682)
  • 2aec785 Add client tests which need security none (#2678)
  • 3479eb6 Opc UA Client Structure (#2668)
  • 65f245d Remove winforms sample projects from main repo (#2626)

This list of changes was auto generated.

OPC UA 1.05.374 June Maintenance Update

11 Jul 10:53
b493b34
Compare
Choose a tag to compare

1.05.374 June Release

This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler.
The focus in this release was on security improvements and bug fixes.

Improvements and bug fixes

  • Moved opc.https client support back to the core library, to avoid the client dependency on a kestrel server package. Now the opc.https package is only needed to enable server https profile support.
  • Add back support for netstandard2.0 (excl. complex types) to support some legacy applications.
    Please note the following restrictions:
    -- no support for the client complex types library due to the lack of support for System.Emit.
    -- ECC profiles will not be supported.
  • Support .NET Framework 4.7.2. as base version for .NET Framework. (previously 4.8)
  • Fixes a null reference in the XmlDecoder by @JSGInray
  • The client time calculations for keep alive and subscriptions are now based on a contiguous clock counter, so changing the system time should not disconnect or time out sessions and subscriptions. By @mrsuciu.
  • Fix issues found by fuzzing the UA Binary and UA Json encoders.
  • Fix a regression in the connect function which prevented RegisterServer calls to connect to a LDS. by @MD-V.
  • Bump CVE flagged System.Formats.Asn1 to 8.0.1.

Released packages

OPCFoundation.NetStandard.Opc.Ua
OPCFoundation.NetStandard.Opc.Ua.Core
OPCFoundation.NetStandard.Opc.Ua.Security.Certificates
OPCFoundation.NetStandard.Opc.Ua.Configuration
OPCFoundation.NetStandard.Opc.Ua.Server
OPCFoundation.NetStandard.Opc.Ua.Client
OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes
OPCFoundation.NetStandard.Opc.Ua.Bindings.Https
OPCFoundation.NetStandard.Opc.Ua.PubSub

What's Changed

  • Fix macOS build, move https client transport back to core and other maintenance, by @mregen in #2659
  • Fix NullReference in XmlDecoder.ReadExpandedNodeId by @JSGInray in #2636
  • Bump Serilog.Sinks.File and System.Diagnostics.DiagnosticSource by @dependabot in #2654
  • [Client] Compute time intervals independent of System Time changes by @mrsuciu in #2639
  • Fix exception in TcpTransportlistener OnAccept call by @mregen in #2661
  • Fuzzing issues found in June by @mregen in #2663
  • Fix: RegisterServer and RegisterServer2 do not initiate connection by @MD-V in #2664
  • Fix NodeId compare found by fuzzer, Bump Asn1 Nuget due to security update by @mregen in #2669
  • Merge main for June release by @mregen in #2670

Full Changelog: 1.5.374.70...1.5.374.78

OPC UA 1.05 ECC-preview

05 Jul 10:41
f2477ec
Compare
Choose a tag to compare
Pre-release

1.05.375 ECC-preview Release

This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler.
The focus in this release was on Elliptic Curve Cryptography (ECC) support.

ECC support

  • Changes to applications configuration
  • Configuration permits specifying multiple application certificate types details
  • Bacword compatibility with existing configurations - meaning no ECC just RSA encryption support
  • Further details can be found here

Known Limitations

Not all curves are supported by all OS platforms and not all .NET implementations offer cryptographic API support for all curve types.
Due to these limitations, the support for ECC profiles is available starting with the following target platforms: .NET 4.8, .NET standard 2.1 and .NET 5 and above.
The supported ECC curve types are the following:

  • NistP256 for ECC certificates with NIST P256 curve
  • NistP384 for ECC certificates with NIST P384 curve
  • BrainpoolP256r1 for ECC certificates with Brainpool P256r1 curve
  • BrainpoolP384r1 for ECC certificates with Brainpool P384r1 curve

Released packages

OPCFoundation.NetStandard.Opc.Ua
OPCFoundation.NetStandard.Opc.Ua.Core
OPCFoundation.NetStandard.Opc.Ua.Security.Certificates
OPCFoundation.NetStandard.Opc.Ua.Configuration
OPCFoundation.NetStandard.Opc.Ua.Server
OPCFoundation.NetStandard.Opc.Ua.Client
OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes
OPCFoundation.NetStandard.Opc.Ua.Bindings.Https
OPCFoundation.NetStandard.Opc.Ua.PubSub

What's Changed

  • Fix special case for reconnect without activate by @mregen in #2643
  • Bump Serilog.Sinks.Console and System.Diagnostics.DiagnosticSource by @dependabot in #2642
  • Make X509CertificateStore support CRLs on Windows by @romanett in #2571
  • [Client] add null check to avoid warning message when checking Security Level for anonymous user token by @romanett in #2646
  • Bump Microsoft.IO.RecyclableMemoryStream from 3.0.0 to 3.0.1 by @dependabot in #2649
  • Bump Serilog.Sinks.Debug and System.Diagnostics.DiagnosticSource by @dependabot in #2650
  • Bump docker/build-push-action from 5 to 6 by @dependabot in #2647
  • Bump Serilog.Expressions and System.Diagnostics.DiagnosticSource by @dependabot in #2648
  • Fix macOS build, move https client transport back to core and other maintenance, by @mregen in #2659
  • Fix NullReference in XmlDecoder.ReadExpandedNodeId by @JSGInray in #2636
  • Bump Serilog.Sinks.File and System.Diagnostics.DiagnosticSource by @dependabot in #2654
  • [Client] Compute time intervals independent of System Time changes by @mrsuciu in #2639
  • Fix exception in TcpTransportlistener OnAccept call by @mregen in #2661
  • Fuzzing issues found in June by @mregen in #2663
  • Fix: RegisterServer and RegisterServer2 do not initiate connection by @MD-V in #2664
  • Create 1.5.375-ECC-preview by @mrsuciu in #2667

Full Changelog: 1.5.374.61-preview...1.5.375.71-ECC-preview

OPC UA 1.05 May Maintenance Update

19 Jun 09:57
1ee3beb
Compare
Choose a tag to compare

1.05.374 May Release

This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler.
The focus in this release was on new features, security improvements and bug fixes.

Improvements and bug fixes

  • Client: Fix for a case when the client reconnects automatically but is not sending an ActivateSession, so a lot BadSessionInvalid were logged before the SessionReconnectHandler was able to recover. These service calls are now immediately returning a BadNotConnected error, allowing the SessionReconnectHandler to issue an ActivateSession immediately.
  • Client: A client sample and bug fix how to use a user certificate for authentication. (thanks @romanett)
  • Client: Choose the most secure security profile based on internal rating and not by rating returned by the server endpoint, to avoid accidently selecting a less secure profile if the server doesn't return the proper rating. (thanks @romanett)
  • Add CRL support for the X509CertificateStore on Windows. Added test cases and validated with CTT cert tests. (thanks @romanett)
  • GDS: Add method for GetCertificates support and fix CheckRevocationStatus. (thanks @romanett)

Released packages

OPCFoundation.NetStandard.Opc.Ua
OPCFoundation.NetStandard.Opc.Ua.Core
OPCFoundation.NetStandard.Opc.Ua.Security.Certificates
OPCFoundation.NetStandard.Opc.Ua.Configuration
OPCFoundation.NetStandard.Opc.Ua.Server
OPCFoundation.NetStandard.Opc.Ua.Client
OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes
OPCFoundation.NetStandard.Opc.Ua.Bindings.Https
OPCFoundation.NetStandard.Opc.Ua.PubSub

What's Changed

  • Bump MQTTnet from 4.3.3.952 to 4.3.6.1152 by @dependabot in #2629
  • Bump BouncyCastle.Cryptography from 2.3.1 to 2.4.0 by @dependabot in #2630
  • Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by @dependabot in #2631
  • Fix reopen secure channel without activate by @mregen in #2577
  • [Client] Fix UserIdentity for CertificateIdentifer & add parameter for console reference client to specify UserCertificate by @romanett in #2624
  • [Client] select the most secure User Identity Token if a server offers multiple ones by @romanett in #2611
  • [GDS] Add Method GetCertificates to GDS for Pull Support and ServerConfiguration for Push Support / Fix CheckRevocationStatus by @romanett in #2553
  • Bump Serilog and System.Diagnostics.DiagnosticSource by @dependabot in #2633
  • Fix special case for reconnect without activate by @mregen in #2643
  • Bump Serilog.Sinks.Console and System.Diagnostics.DiagnosticSource by @dependabot in #2642
  • Make X509CertificateStore support CRLs on Windows by @romanett in #2571
  • [Client] add null check to avoid warning message when checking Security Level for anonymous user token by @romanett in #2646
  • Bump Microsoft.IO.RecyclableMemoryStream from 3.0.0 to 3.0.1 by @dependabot in #2649
  • Bump Serilog.Sinks.Debug and System.Diagnostics.DiagnosticSource by @dependabot in #2650
  • Bump docker/build-push-action from 5 to 6 by @dependabot in #2647
  • Bump Serilog.Expressions and System.Diagnostics.DiagnosticSource by @dependabot in #2648
  • Prep 1.5.374 May release merge by @mregen in #2652

Full Changelog: 1.5.374.54...1.5.374.70

OPC UA 1.05 Maintenance Update

06 Jun 10:51
33319d2
Compare
Choose a tag to compare
Pre-release

Changes:

  • 33319d2 Bump Serilog and System.Diagnostics.DiagnosticSource (#2633)
  • 6ad2873 [GDS] Add Method GetCertificates to GDS for Pull Support and ServerConfiguration for Push Support / Fix CheckRevocationStatus (#2553)
  • 8a0349e [Client] select the most secure User Identity Token if a server offers multiple ones (#2611)
  • 8a1df6d [Client] Fix UserIdentity for CertificateIdentifer & add parameter for console reference client to specify UserCertificate (#2624)
  • ebf8f62 Fix reopen secure channel without activate (#2577)
  • 3ba3b17 Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 (#2631)
  • 1e1de48 Bump BouncyCastle.Cryptography from 2.3.1 to 2.4.0 (#2630)
  • e4b880d Bump MQTTnet from 4.3.3.952 to 4.3.6.1152 (#2629)

This list of changes was auto generated.

OPC UA 1.05 April Update

16 May 15:50
6bc90c9
Compare
Choose a tag to compare

1.05.374 April Release

This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler.
The focus in this release was on security improvements and bug fixes.

Improvements

  • Bug Fixes for the GDS support (@romanett).
  • Fix many typos and simplify Xml floating point encoder/decoder (@mtx500).
  • More tests for PubSub (@mrsuciu).
  • Add timer in the server to clean up stale channels, limit the total number of active channels (@mrsuciu).
  • UA Fuzzer framework for afl-fuzz and libfuzzer, fuzz targets for Binary and Json (@mregen).
  • Fixes in Encoder/Decoder found by fuzzing (@mregen).
  • Fix unnecessary server Shutdown delay when no LDS is present to unregister (@romanett).

New Configuration settings:

  • ChannelLifeTime is used by the server channel clean up timer.
  • MaxChannelCount can be specified in the configuration to limit number of channel per server (see...)
  <MaxChannelCount>1000</MaxChannelCount>
  <ChannelLifetime>30000</ChannelLifetime>
  • Configurable encoding limits
<MaxEncodingNestingLevels>200</MaxEncodingNestingLevels>
<MaxDecoderRecoveries>0</MaxDecoderRecoveries>

Breaking change:

  • Encoders and Decoders should follow the Dispose pattern (so far Close was sufficient to dispose the stream)

Released packages

OPCFoundation.NetStandard.Opc.Ua
OPCFoundation.NetStandard.Opc.Ua.Core
OPCFoundation.NetStandard.Opc.Ua.Security.Certificates
OPCFoundation.NetStandard.Opc.Ua.Configuration
OPCFoundation.NetStandard.Opc.Ua.Server
OPCFoundation.NetStandard.Opc.Ua.Client
OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes
OPCFoundation.NetStandard.Opc.Ua.Bindings.Https
OPCFoundation.NetStandard.Opc.Ua.PubSub

What's Changed

  • Nuget README: add Readme to NuSpec to include in Pipeline builds by @romanett in #2580
  • Typos by @mtx500 in #2581
  • Added PubSub KeyFrameCount and DeltaFrame tests by @mrsuciu in #2579
  • Remove unnecessary casts to RoleBasedIdentity when checking for WellKnownRoles by @romanett in #2578
  • Added a limit to the Channels on the server side and removed "stale" channels by @mrsuciu in #2540
  • Bump NUnit from 3.14.0 to 4.1.0 by @dependabot in #2535
  • make tests put out readable StatusCodes by @romanett in #2593
  • Serialization of floating point values to XML: Remove superfluous handling of special values by @mtx500 in #2588
  • fix disposal of ConsoleReferenceClient by @romanett in #2601
  • Make NodeStateCollectionConcurrencyTests more robust by @saurla in #2594
  • check Application URI of the server Certificate on OpenSecureChannel by @romanett in #2583
  • Add UA Fuzzer solution for afl-fuzz and libfuzzer by @mregen in #2603
  • [Server] Fix Shutdown Delay when registration is enabled no LDS is present. by @romanett in #2589
  • Fix decode of empty CRLs by @mregen in #2609
  • Remove unnecessary dependency on System.Net.Http by @mregen in #2610
  • Set TCP defaults for max message size to align with min buffer size by @mregen in #2616
  • Bump BouncyCastle.Cryptography from 2.3.0 to 2.3.1 by @dependabot in #2617
  • Update Bouncy Castle to 2.3.1 by @mregen in #2620
  • Merge for April release by @mregen in #2619

Full Changelog: 1.5.374.36...1.5.374.54

OPC UA 1.05 April Update Preview

04 May 05:34
663ed10
Compare
Choose a tag to compare
Pre-release

Changes:

  • 663ed10 Remove unnecessary dependency on System.Net.Http (#2610)
  • f82fcc9 Fix decode of empty CRLs (#2609)
  • 33df292 [Server] Fix Shutdown Delay when registration is enabled no LDS is present. (#2589)
  • 7a04a4b Add UA Fuzzer solution for afl-fuzz and libfuzzer (#2603)
  • f081d51 check Application URI of the server Certificate on OpenSecureChannel (#2583)
  • 9cd4536 Make NodeStateCollectionConcurrencyTests more robust (#2594)
  • a6f44c7 Fix disposal of console client sample(#2601)
  • 8143767 Serialization of floating point values to XML: Remove superfluous handling of special values (#2588)
  • 414a0d5 Let tests print out readable StatusCodes on error (#2593)
  • 60689c9 Bump NUnit from 3.14.0 to 4.1.0 (#2535)
See More
  • d1a9baa Added a limit to the Channels on the server side and removed "stale" channels (#2540)
  • 884ddf3 Remove unnecessary casts to RoleBasedIdentity when checking for WellKnownRoles (#2578)
  • 553a869 Added KeyFrameCount and DeltaFrame tests (#2579)
  • cf7f221 Fixed Typos. No functional changes. (#2581)
  • fb0fc44 Add Readme to NuSpec (#2580)

This list of changes was auto generated.

What's Changed

  • Nuget README: add Readme to NuSpec to include in Pipeline builds by @romanett in #2580
  • Typos by @mtx500 in #2581
  • Added PubSub KeyFrameCount and DeltaFrame tests by @mrsuciu in #2579
  • Remove unnecessary casts to RoleBasedIdentity when checking for WellKnownRoles by @romanett in #2578
  • Added a limit to the Channels on the server side and removed "stale" channels by @mrsuciu in #2540
  • Bump NUnit from 3.14.0 to 4.1.0 by @dependabot in #2535
  • make tests put out readable StatusCodes by @romanett in #2593
  • Serialization of floating point values to XML: Remove superfluous handling of special values by @mtx500 in #2588
  • fix disposal of ConsoleReferenceClient by @romanett in #2601
  • Make NodeStateCollectionConcurrencyTests more robust by @saurla in #2594
  • check Application URI of the server Certificate on OpenSecureChannel by @romanett in #2583
  • Add UA Fuzzer solution for afl-fuzz and libfuzzer by @mregen in #2603
  • [Server] Fix Shutdown Delay when registration is enabled no LDS is present. by @romanett in #2589
  • Fix decode of empty CRLs by @mregen in #2609
  • Remove unnecessary dependency on System.Net.Http by @mregen in #2610

Full Changelog: 1.5.374.36...1.5.374.50-preview

OPC UA 1.05 March Update

06 Apr 05:59
6bdd741
Compare
Choose a tag to compare

1.05.374 March Release

This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler.
However this release does not contain all required features to certify a 1.05 client or server (e.g. lack of ECC support).
Due to the backward compatibility of OPC UA the release can still be used to certify a 1.04 client or server.

Improvements

We are excited to announce a significant enhancement to our binary encoding and decoding functionality in this release. With this update, we have effectively doubled the speed of binary encoding operations within our system on .NET platforms which support ReadOnlySpan and Span MemoryStream signatures, resulting in faster data processing, reduced memory allocations and reduced latency. (see #2556)

  • Bug Fixes for the GDS support and issues found on the IOP
  • Fixed a regression where Abort messages caused a disconnect
  • Fixed a deadlock in the cert validator when some properties are set
  • Add support to redact log messages where private information (e.g. certificate Subject) is written to a log file with a new interface to add a custom radaction strategy (thanks @tamaskleizer)
  • Add a .NET Standard 2.0 build for the core library to support use in .NET analyzers. Intentionally, there is no support for .NET Standard 2.0 client/server builds.
  • Various improvements to the GDS libraries, prominently addtional Audit events (thanks @romanett).

Released packages

OPCFoundation.NetStandard.Opc.Ua
OPCFoundation.NetStandard.Opc.Ua.Core
OPCFoundation.NetStandard.Opc.Ua.Security.Certificates
OPCFoundation.NetStandard.Opc.Ua.Configuration
OPCFoundation.NetStandard.Opc.Ua.Server
OPCFoundation.NetStandard.Opc.Ua.Client
OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes
OPCFoundation.NetStandard.Opc.Ua.Bindings.Https
OPCFoundation.NetStandard.Opc.Ua.PubSub

What's Changed

  • Bump coverlet.collector from 6.0.1 to 6.0.2 by @dependabot in #2560
  • fix Role Permissions of Method UnregisterApplication & Add Parameter to CertificateStoreIdentifier OpenStore Method by @romanett in #2558
  • IOP: Accept abort message in message type check by @mregen in #2557
  • IOP: Set cert validator property may deadlock with semaphore by @mregen in #2555
  • Sensitive information redaction by @tamaskleizer in #2545
  • GDS: Add Audit Events to GDS and missing Events to ServerConfigurationNode by @romanett in #2554
  • Improve ArraySegmentStream with ReadOnlyMemory/Span signatures, avoid extra alloc/copy by @mregen in #2556
  • Reenable .NET Standard 2.0 builds for core library by @mregen in #2570
  • add Nuget Package Readme and file by @romanett in #2575
  • Merge main in release build by @mregen in #2574

New Contributors

Full Changelog: 1.5.374.27...1.5.374.36

OPC UA 1.05 March Update Preview

29 Mar 11:34
ebb55ad
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Bump coverlet.collector from 6.0.1 to 6.0.2 by @dependabot in #2560
  • fix Role Permissions of Method UnregisterApplication & Add Parameter to CertificateStoreIdentifier OpenStore Method by @romanett in #2558
  • IOP: Accept abort message in message type check by @mregen in #2557
  • IOP: Set cert validator property may deadlock with semaphore by @mregen in #2555
  • Sensitive information redaction by @tamaskleizer in #2545
  • GDS: Add Audit Events to GDS and missing Events to ServerConfigurationNode by @romanett in #2554
  • Improve ArraySegmentStream with ReadOnlyMemory/Span signatures, avoid extra alloc/copy by @mregen in #2556

New Contributors

Full Changelog: 1.5.374.27...1.5.374.33-preview