OPC UA 1.05 Maintenance Update
Pre-release
Pre-release
Maintenance Release for fixing bugs found on the main378 development branch.
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 memory leak: dispose linked CancellationTokenSource in ChannelAsyncOperation.EndAsync by @romanett with @Copilot in #3812
- Fix Race condition in OnPublishComplete by @markuswallen in #3837
- [master378] Use request.SessionId instead of request.Session.Id in the ReportAuditCancelEvent call from CancelRequests. by @mrsuciu in #3853
- Prune extra decoded children that should stay on the type definition only. by @mrsuciu in #3843
- [Server] Fix NRE in ActivateSession if Session times out before activation completes by @romanett in #3844
- [Server] Fix #3896: send full certificate chain when CA is in the issuer store (1.5.x) by @marcschier in #3898
- Synchronize ConditionState branch collection access by @marcschier with @Copilot in #3895
- Prepare 1.5.378 maintenence release by @mrsuciu in #3893
Full Changelog: 1.5.378.145...1.5.378.152