OPC UA 1.04 Maintenance Update
Roll up until January 27th
- Fix an exception in Alarm handling.
- Improve the ref server docker build, now supports also arm64.
- Fix BinaryEncoder to not dispose the stream if leaveopen is true + tests.
- Fix CRL encode/decode with revocation dates > 2050.
- Fix console client browse samples to rebrowse nodes after BadNoContinuationPoints.
- Add an API to ComplexTypeSystem to retrieve data type definitions.
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
Changes:
- 39078d6 Merge pull request #2065 from OPCFoundation/master
- 3004ced Eliminate duplicate event monitored items. (#2063)
- 53fa0bd Do not dispose BinaryEncoder stream if leaveOpen is set (#2053)
- 0162072 Bump BenchmarkDotNet from 0.13.3 to 0.13.4 (#2052)
- 8af907a Fix CRL Revocation Dates > 2050 (#2054)
- 388c54b Bump NUnit.Console from 3.16.1 to 3.16.2 (#2051)
- 1b58ca7 Update docs, test and dependabot/codecoverage scripts (#2041)
- 7a06c9b Fix browse samples (#2040) [ #1989 ]
- 65f9757 Add an API to ComplexTypeSystem to retrieve data type definitions used during loading (#2039)
- 7c0ba94 Bump Moq, Nunit.Console and BenchmarkDotNet (#2034)
What's Changed
- Improve ref server docker build by @mregen in #2035
- Bump Moq, Nunit.Console and BenchmarkDotNet by @dependabot in #2034
- Add an API to ComplexTypeSystem to retrieve data type definitions used during loading by @marcschier in #2039
- Fix browse samples by @mregen in #2040
- Update docs, test and dependabot/codecoverage scripts by @mregen in #2041
- Bump NUnit.Console from 3.16.1 to 3.16.2 by @dependabot in #2051
- CRL revocation dates > 2050 use generalizedtime by @mregen in #2054
- Bump BenchmarkDotNet from 0.13.3 to 0.13.4 by @dependabot in #2052
- Do not dispose BinaryEncoder stream if leaveOpen is set by @mregen in #2053
- Eliminate duplicate event monitored items. by @mrsuciu in #2063
- Merge master in release branch by @mregen in #2065
Full Changelog: 1.4.371.50...1.4.371.60