1.05.375 Maintenance Update
This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler.
It contains important bug fixes which were found after the last 1.05.375 ECC release.
Improvements and bug fixes
- Various smaller bug fixes.
- Fix: SecurityToken renewal
- Remove oldest channel if not used by session
- Fix reconnect when ReverseConnection is used
- Add support for SupportsFilteredRetain
- By default set NoDelay and Lingerstate to 5 sec (thanks @sxleixer)
- Fix RegisterWithDiscoveryServer method not using a certificate for the secure channel
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
- 733ec5d Merge pull request #3004 from OPCFoundation/master
- 28d2227 Revert "Enable Nullability for important Certificate Handling classes (#2989)" (#3007)
- 38388f1 fix RegisterWithDiscoveryServer method not using a certificate for the secure channel @romanett (#3005)
- ca18c2d Bump System.Diagnostics.DiagnosticSource and Microsoft.NETFramework.ReferenceAssemblies (#3002)
- c75c8a0 By default set NoDelay and Lingerstate to 5 sec @mregen, @sxleixer (#3000) [ #2882 ]
- 37cebe3 [Server] Add support for SupportsFilteredRetain @Archie-Miller (#2913)
- 23d167a Enable Nullability for important Certificate Handling classes @romanett (#2989)
- ba915ac Bump NUnit.Console from 3.19.1 to 3.19.2 (#2980)
- d985747 [Client] Fix reconnect when ReverseConnection is used @JohnJiang26821 (#2985)
- cbf789d Fix a case where NodeId.Null is modified @mregen (#2995)
- 703b52d Make FiniteStateMachine DoTransition virtual @romanett (#2988)
- d540baf Remove oldest channel if not used by session, when number of channels reaches MaxChannelCount - 1 @mrsuciu(#2986)
- 8e408db fix Token renewal @romanett (#2990)
- 1baf420 [Server] Fix Sampling Group creating a new long running task for every Client AddMonitoredItems Method Call @romanett (#2984)
- 7cbeee7 [Test] Add ECC Certificates to various tests @romanett (#2961)
Full Changelog: 1.5.375.443...1.5.375.457