umati / UA-CloudPublisher

umati-fork of OPC UA cloud publisher --- reference implementation leveraging OPC UA PubSub over MQTT. It runs in a Docker container on standard Docker hosts or on Kubernetes and comes with an easy-to-use web user interface.
Other
0 stars 0 forks source link

chore(deps): update dependency opcfoundation.netstandard.opc.ua.configuration to v1.5.374.36 - autoclosed #20

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
OPCFoundation.NetStandard.Opc.Ua.Configuration 1.4.372.107 -> 1.5.374.36 age adoption passing confidence

Release Notes

OPCFoundation/UA-.NETStandard (OPCFoundation.NetStandard.Opc.Ua.Configuration) ### [`v1.5.374.36`](https://togithub.com/OPCFoundation/UA-.NETStandard/releases/tag/1.5.374.36): OPC UA 1.05 March Update [Compare Source](https://togithub.com/OPCFoundation/UA-.NETStandard/compare/1.5.374.27...1.5.374.36) #### 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 ReadOnlyMemory and Span primitives, resulting in faster data processing, reduced memory allocations and reduced latency. (see [#​2556](https://togithub.com/OPCFoundation/UA-.NETStandard/issues/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](https://togithub.com/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](https://togithub.com/romanett)). ##### Released packages [OPCFoundation.NetStandard.Opc.Ua](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua/1.5.374.36) [OPCFoundation.NetStandard.Opc.Ua.Core](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Core/1.5.374.36) [OPCFoundation.NetStandard.Opc.Ua.Security.Certificates](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Security.Certificates/1.5.374.36) [OPCFoundation.NetStandard.Opc.Ua.Configuration](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Configuration/1.5.374.36) [OPCFoundation.NetStandard.Opc.Ua.Server](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Server/1.5.374.36) [OPCFoundation.NetStandard.Opc.Ua.Client](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Client/1.5.374.36) [OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes/1.5.374.36) [OPCFoundation.NetStandard.Opc.Ua.Bindings.Https](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Bindings.Https/1.5.374.36) [OPCFoundation.NetStandard.Opc.Ua.PubSub](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.PubSub/1.5.374.36-beta) #### What's Changed - Bump coverlet.collector from 6.0.1 to 6.0.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2560](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2560) - fix Role Permissions of Method UnregisterApplication & Add Parameter to CertificateStoreIdentifier OpenStore Method by [@​romanett](https://togithub.com/romanett) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2558](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2558) - IOP: Accept abort message in message type check by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2557](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2557) - IOP: Set cert validator property may deadlock with semaphore by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2555](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2555) - Sensitive information redaction by [@​tamaskleizer](https://togithub.com/tamaskleizer) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2545](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2545) - GDS: Add Audit Events to GDS and missing Events to ServerConfigurationNode by [@​romanett](https://togithub.com/romanett) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2554](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2554) - Improve ArraySegmentStream with ReadOnlyMemory/Span signatures, avoid extra alloc/copy by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2556](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2556) - Reenable .NET Standard 2.0 builds for core library by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2570](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2570) - add Nuget Package Readme and file by [@​romanett](https://togithub.com/romanett) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2575](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2575) - Merge main in release build by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2574](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2574) #### New Contributors - [@​tamaskleizer](https://togithub.com/tamaskleizer) made their first contribution in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2545](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2545) **Full Changelog**: https://github.com/OPCFoundation/UA-.NETStandard/compare/1.5.374.27...1.5.374.36 ### [`v1.5.374.27`](https://togithub.com/OPCFoundation/UA-.NETStandard/releases/tag/1.5.374.27): OPC UA 1.05.374 February Release [Compare Source](https://togithub.com/OPCFoundation/UA-.NETStandard/compare/1.5.373.121...1.5.374.27) ##### 1.05.374 February Release This is the official 1.05.03 release based on the generated files from ModelCompiler. This release does *not* contain all required features to certify a 1.05 client or server (e.g. lack of ECC support). However, it contains all the latest updates and generated classes from 1.05 and can also be used to certify a 1.04 client or server. It is supposedly compatible to any existing 1.02..1.04 client and server. Improvements - Bug Fixes - NodeState classes are thread safe (thanks [@​saurla](https://togithub.com/saurla)) - Reduce locking in secure channel client send/receive codepath - Client Republish improvements - Various improvements to the GDS libraries (thanks [@​romanett](https://togithub.com/romanett)). ##### Released packages [OPCFoundation.NetStandard.Opc.Ua](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua/1.5.374.27) [OPCFoundation.NetStandard.Opc.Ua.Core](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Core/1.5.374.27) [OPCFoundation.NetStandard.Opc.Ua.Security.Certificates](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Security.Certificates/1.5.374.27) [OPCFoundation.NetStandard.Opc.Ua.Configuration](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Configuration/1.5.374.27) [OPCFoundation.NetStandard.Opc.Ua.Server](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Server/1.5.374.27) [OPCFoundation.NetStandard.Opc.Ua.Client](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Client/1.5.374.27) [OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes/1.5.374.27) [OPCFoundation.NetStandard.Opc.Ua.Bindings.Https](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Bindings.Https/1.5.374.27) [OPCFoundation.NetStandard.Opc.Ua.PubSub](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.PubSub/1.5.374.27-beta) ##### What's Changed - Update VerifySubscriptionState() by [@​RFBomb](https://togithub.com/RFBomb) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2494](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2494) - Avoid overwrite of endpoint description with invalid endpoint description on client session. by [@​mrsuciu](https://togithub.com/mrsuciu) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2506](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2506) - Fixed a bug in the calculation of StandardDeviationSample and VariancePopulation by [@​ThomasNehring](https://togithub.com/ThomasNehring) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2505](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2505) - Bump BouncyCastle.Cryptography from 2.2.1 to 2.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2503](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2503) - GDS: automatically add all created CAs to TrustedIssuerStore by [@​romanett](https://togithub.com/romanett) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2478](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2478) - Typos by [@​mtx500](https://togithub.com/mtx500) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2507](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2507) - Simplify BeginConnect by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2512](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2512) - Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2516](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2516) - Improve JsonEncoder.WriteDateTime by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2514](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2514) - Fixed typos in file names. by [@​mtx500](https://togithub.com/mtx500) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2519](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2519) - Bump NunitXml.TestLogger from 3.1.15 to 3.1.20 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2515](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2515) - Update code coverage action by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2521](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2521) - Improve handling of bad chunk headers, reduce log output by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2510](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2510) - Fix warnings, no functional changes. Improve globalization. by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2445](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2445) - Ensure endpoints are returned when alternate url port does not match by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2511](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2511) - Remove lock from IServiceMessageContext by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2532](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2532) - Typos in names of functions. by [@​mtx500](https://togithub.com/mtx500) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2523](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2523) - Improve JsonEncoder.EscapeString and fix test warnings for ToString() by [@​bhnaphade](https://togithub.com/bhnaphade) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2527](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2527) - document role based user mangement by [@​romanett](https://togithub.com/romanett) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2528](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2528) - reuse the identity policy in the reconnect that has been used in the connect by [@​KircMax](https://togithub.com/KircMax) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2526](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2526) - Bump BouncyCastle.Cryptography from 2.2.1 to 2.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2534](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2534) - Deprecate netstandard20 by [@​bhnaphade](https://togithub.com/bhnaphade) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2533](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2533) - Only call JsonEncoder.EscapeString from WriteSimpleField if necessary by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2530](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2530) - Bump coverlet.collector from 6.0.0 to 6.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2537](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2537) - Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2536](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2536) - Client Republish improvements by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2468](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2468) - GDS: implement ApplicationSelfAdmin privilege in GlobalDiscoverySampleServer by [@​romanett](https://togithub.com/romanett) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2338](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2338) - Reduce locking in secure channel client send/receive codepath by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2531](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2531) - GDS: add Method CheckRevocationStatus to Client & Server by [@​romanett](https://togithub.com/romanett) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2499](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2499) - GDS: add Method RevokeCertificate to Client and Server by [@​romanett](https://togithub.com/romanett) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2497](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2497) - Make NodeState classes thread safe by [@​saurla](https://togithub.com/saurla) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2372](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2372) - Update version.json to 1.5.347 by [@​mrsuciu](https://togithub.com/mrsuciu) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2549](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2549) ##### New Contributors - [@​RFBomb](https://togithub.com/RFBomb) made their first contribution in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2494](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2494) - [@​mtx500](https://togithub.com/mtx500) made their first contribution in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2507](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2507) **Full Changelog**: https://github.com/OPCFoundation/UA-.NETStandard/compare/1.5.373.121...1.5.374.27 ### [`v1.5.373.121`](https://togithub.com/OPCFoundation/UA-.NETStandard/releases/tag/1.5.373.121): OPC UA 1.05.373 Release [Compare Source](https://togithub.com/OPCFoundation/UA-.NETStandard/compare/1.5.372.113...1.5.373.121) #### 1.05.373 January Release This is the official 1.05.03 release based on the generated files from ModelCompiler. This release does *not* contain all required features to certify a 1.05 client or server (e.g. lack of ECC support). However, it contains all the latest updates and generated classes from 1.05 and can also be used to certify a 1.04 client or server. It is supposedly compatible to any existing 1.02..1.04 client and server. Improvements - Generated files from latest 1.05.03 release final. by [@​opcfoundation-org](https://togithub.com/opcfoundation-org). - Using the Ephemeral Key Set for private keys on Windows stops possibly leaking private key artifacts. - Comparing byte arrays (e.g. certs) with `Utils.IsEqual` is now using the inline `SequenceEqual`. - Client session and subscription keep alive timers are now non blocking and use `PeriodicTimer` if supported. - Fix client reconnect if session keep alive returns `BadSessionIdInvalid`. - Support for well known roles and user database in Standard server (thanks [@​romanett](https://togithub.com/romanett)). - Various improvements to the GDS libraries (thanks [@​romanett](https://togithub.com/romanett)). - Support to propagate OpenTelemetry trace parent information in RequestHeader/AdditionalHeader for client and server. by [@​bhnaphade](https://togithub.com/bhnaphade). - Improvements to support custom client `ISession` implementations (thanks [@​KircMax](https://togithub.com/KircMax)). - Overridden `SessionCreated` is now also called when the session is created and ready to use. by [@​marcschier](https://togithub.com/marcschier). Known Issues / breaking changes: - AlternateBaseAddress which have different ports always return no matching endpoints, therefore such configurations should not be used. ##### Released packages [OPCFoundation.NetStandard.Opc.Ua](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua/1.5.373.121) [OPCFoundation.NetStandard.Opc.Ua.Core](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Core/1.5.373.121) [OPCFoundation.NetStandard.Opc.Ua.Security.Certificates](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Security.Certificates/1.5.373.121) [OPCFoundation.NetStandard.Opc.Ua.Configuration](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Configuration/1.5.373.121) [OPCFoundation.NetStandard.Opc.Ua.Server](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Server/1.5.373.121) [OPCFoundation.NetStandard.Opc.Ua.Client](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Client/1.5.373.121) [OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes/1.5.373.121) [OPCFoundation.NetStandard.Opc.Ua.Bindings.Https](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Bindings.Https/1.5.373.121) [OPCFoundation.NetStandard.Opc.Ua.PubSub](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.PubSub/1.5.373.121-beta) #### What's Changed - Bump actions/upload-artifact from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2435](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2435) - Bump github/codeql-action from 2 to 3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2434](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2434) - Bump Microsoft.IO.RecyclableMemoryStream from 2.3.2 to 3.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2433](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2433) - Use EphemeralKeySet for certificates with private key on supporting platforms by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2421](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2421) - Fix exception when AvailableSequenceNumbers is empty by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2441](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2441) - Improve Utils.IsEqual for byte compare by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2440](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2440) - Improvements for client keep alive timers and locks in subscriptions and sessions by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2427](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2427) - Call virtual SessionCreated by [@​marcschier](https://togithub.com/marcschier) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2447](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2447) - Fix nodestate remove for diagnostic infos by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2450](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2450) - Fix the client subscription preview no ack issue, ack forgotten publish responses by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2449](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2449) - GDS: add Tests to prove Method CreateCACertificateAsync is working correctly by [@​romanett](https://togithub.com/romanett) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2404](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2404) - Bump BenchmarkDotNet from 0.13.11 to 0.13.12 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2451](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2451) - Bump Microsoft.Extensions.Configuration.EnvironmentVariables and Microsoft.Extensions.Configuration by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2461](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2461) - Expose hiresclock ticks and benchmark by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2460](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2460) - Trace information propagation Client to Server side by [@​bhnaphade](https://togithub.com/bhnaphade) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2442](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2442) - User Management Improvements for Standard Server (Support Well Known Roles) by [@​romanett](https://togithub.com/romanett) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2444](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2444) - 1.05.03 release final by [@​opcfoundation-org](https://togithub.com/opcfoundation-org) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2423](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2423) - Fix GetEndpoints when https-uabinary is behind reverse proxy with different port by [@​BoBiene](https://togithub.com/BoBiene) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2362](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2362) - Add small breaking API changes to .373 release / revert or improve a few changes from 116-preview by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2474](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2474) - Fix parentcontext setting for server activity creation by [@​bhnaphade](https://togithub.com/bhnaphade) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2491](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2491) - make the operationlimits setter only protected not internal by [@​KircMax](https://togithub.com/KircMax) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2490](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2490) - make internal ctor of sessionconfiguration public by [@​KircMax](https://togithub.com/KircMax) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2488](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2488) - make the ctors of the eventargs in session public by [@​KircMax](https://togithub.com/KircMax) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2483](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2483) - add setter for session in the subscription class by [@​KircMax](https://togithub.com/KircMax) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2485](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2485) - Bump microsoft/setup-msbuild from 1.3.1 to 1.3.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2480](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2480) - Bump microsoft/setup-msbuild from 1.3.2 to 2.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2502](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2502) - Bump codecov/codecov-action from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2501](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2501) - Bump NUnit.Console from 3.16.3 to 3.17.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2479](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2479) - Fix TranslateEndpointDescriptions functionality by [@​mrsuciu](https://togithub.com/mrsuciu) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2495](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2495) - Fix UWP sample build, bump default build number by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2496](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2496) - Update version.json by [@​mrsuciu](https://togithub.com/mrsuciu) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2504](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2504) #### New Contributors - [@​BoBiene](https://togithub.com/BoBiene) made their first contribution in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2362](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2362) **Full Changelog**: https://github.com/OPCFoundation/UA-.NETStandard/compare/1.4.372.107...1.5.373.121 ### [`v1.5.372.113`](https://togithub.com/OPCFoundation/UA-.NETStandard/releases/tag/1.5.372.113): OPC UA 1.05.03 Nodeset Update based on 1.4.372.107 [Compare Source](https://togithub.com/OPCFoundation/UA-.NETStandard/compare/1.4.372.107...1.5.372.113) #### 1.05.03 Nodeset update This is the first official 1.05.03 release based on the generated files from ModelCompiler. The functionality is on parity with the latest 1.4.372.107 release which is using the 1.04.11 Nodeset. This release does *not* contain all required features to certify a 1.05 client or server (e.g. lack of ECC support). However, it contains all the latest updates and generated classes from 1.05 and can also be used to certify a 1.04 client or server. It is supposedly compatible to any existing 1.02..1.04 client and server. [OPCFoundation.NetStandard.Opc.Ua](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua/1.5.372.113) [OPCFoundation.NetStandard.Opc.Ua.Core](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Core/1.5.372.113) [OPCFoundation.NetStandard.Opc.Ua.Security.Certificates](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Security.Certificates/1.5.372.113) [OPCFoundation.NetStandard.Opc.Ua.Configuration](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Configuration/1.5.372.113) [OPCFoundation.NetStandard.Opc.Ua.Server](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Server/1.5.372.113) [OPCFoundation.NetStandard.Opc.Ua.Client](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Client/1.5.372.113) [OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes/1.5.372.113) [OPCFoundation.NetStandard.Opc.Ua.Bindings.Https](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Bindings.Https/1.5.372.113) [OPCFoundation.NetStandard.Opc.Ua.PubSub](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.PubSub/1.5.372.113-beta) #### What's Changed - [`11244de`](https://togithub.com/OPCFoundation/UA-.NETStandard/commit/11244dec2627e2211dee9504044fb328496827b2) Merge pull request [#​2466](https://togithub.com/OPCFoundation/UA-.NETStandard/issues/2466) from OPCFoundation/releasetag - [`4ca0cd2`](https://togithub.com/OPCFoundation/UA-.NETStandard/commit/4ca0cd2f477d4ff9c5c9ad95d86ea95e7716621d) tag as release - [`48e06d0`](https://togithub.com/OPCFoundation/UA-.NETStandard/commit/48e06d0be4c65e3b414007b0a96dac62ef70110c) Fix nodestate remove for diagnostic infos ([#​2450](https://togithub.com/OPCFoundation/UA-.NETStandard/issues/2450)) \[ [#​2343](https://togithub.com/OPCFoundation/UA-.NETStandard/issues/2343) ] - [`8c34076`](https://togithub.com/OPCFoundation/UA-.NETStandard/commit/8c34076cc1baa05ff96ff7203436317123127341) Merge 1.05.03 release final ([#​2439](https://togithub.com/OPCFoundation/UA-.NETStandard/issues/2439)) - [`0f7be8b`](https://togithub.com/OPCFoundation/UA-.NETStandard/commit/0f7be8b2f3531563ba09445e1b8c303d639b0b9a) Merge pull request [#​2437](https://togithub.com/OPCFoundation/UA-.NETStandard/issues/2437) from OPCFoundation/master1.5.372 - [`ba2899e`](https://togithub.com/OPCFoundation/UA-.NETStandard/commit/ba2899eb01ac614b489ecaaff60e10b3fc50abd5) Merge branch 'release/1.5.372' into master1.5.372 - [`5f9b7fe`](https://togithub.com/OPCFoundation/UA-.NETStandard/commit/5f9b7fe471d460e2c55ede1bef0352675298698b) Merge 1.05.03 release candidate updates ([#​2286](https://togithub.com/OPCFoundation/UA-.NETStandard/issues/2286)) **Full Changelog**: https://github.com/OPCFoundation/UA-.NETStandard/compare/1.4.372.107...1.5.372.113

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.