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 opc-f.netstandard to v1.5.374.54 - autoclosed #35

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
OPCFoundation.NetStandard.Opc.Ua.Client 1.5.374.36 -> 1.5.374.54 age adoption passing confidence
OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes 1.5.374.36 -> 1.5.374.54 age adoption passing confidence
OPCFoundation.NetStandard.Opc.Ua.Configuration 1.5.374.36 -> 1.5.374.54 age adoption passing confidence
OPCFoundation.NetStandard.Opc.Ua.Core 1.5.374.36 -> 1.5.374.54 age adoption passing confidence

Release Notes

OPCFoundation/UA-.NETStandard (OPCFoundation.NetStandard.Opc.Ua.Client) ### [`v1.5.374.54`](https://togithub.com/OPCFoundation/UA-.NETStandard/releases/tag/1.5.374.54): OPC UA 1.05 April Update [Compare Source](https://togithub.com/OPCFoundation/UA-.NETStandard/compare/1.5.374.36...1.5.374.54) ##### 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](https://togithub.com/romanett)). - Fix many typos and simplify Xml floating point encoder/decoder ([@​mtx500](https://togithub.com/mtx500)). - More tests for PubSub ([@​mrsuciu](https://togithub.com/mrsuciu)). - Add timer in the server to clean up stale channels, limit the total number of active channels ([@​mrsuciu](https://togithub.com/mrsuciu)). - UA Fuzzer framework for afl-fuzz and libfuzzer, fuzz targets for Binary and Json ([@​mregen](https://togithub.com/mregen)). - Fixes in Encoder/Decoder found by fuzzing ([@​mregen](https://togithub.com/mregen)). - Fix unnecessary server Shutdown delay when no LDS is present to unregister ([@​romanett](https://togithub.com/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...) ```xml 1000 30000 ``` - Configurable encoding limits ```xml 200 0 ``` 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](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua/1.5.374.54) [OPCFoundation.NetStandard.Opc.Ua.Core](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Core/1.5.374.54) [OPCFoundation.NetStandard.Opc.Ua.Security.Certificates](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Security.Certificates/1.5.374.54) [OPCFoundation.NetStandard.Opc.Ua.Configuration](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Configuration/1.5.374.54) [OPCFoundation.NetStandard.Opc.Ua.Server](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Server/1.5.374.54) [OPCFoundation.NetStandard.Opc.Ua.Client](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Client/1.5.374.54) [OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes/1.5.374.54) [OPCFoundation.NetStandard.Opc.Ua.Bindings.Https](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.Bindings.Https/1.5.374.54) [OPCFoundation.NetStandard.Opc.Ua.PubSub](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua.PubSub/1.5.374.54-beta) ##### What's Changed - Nuget README: add Readme to NuSpec to include in Pipeline builds by [@​romanett](https://togithub.com/romanett) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2580](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2580) - Typos by [@​mtx500](https://togithub.com/mtx500) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2581](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2581) - Added PubSub KeyFrameCount and DeltaFrame tests by [@​mrsuciu](https://togithub.com/mrsuciu) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2579](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2579) - Remove unnecessary casts to RoleBasedIdentity when checking for WellKnownRoles by [@​romanett](https://togithub.com/romanett) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2578](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2578) - Added a limit to the Channels on the server side and removed "stale" channels by [@​mrsuciu](https://togithub.com/mrsuciu) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2540](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2540) - Bump NUnit from 3.14.0 to 4.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2535](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2535) - make tests put out readable StatusCodes by [@​romanett](https://togithub.com/romanett) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2593](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2593) - Serialization of floating point values to XML: Remove superfluous handling of special values by [@​mtx500](https://togithub.com/mtx500) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2588](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2588) - fix disposal of ConsoleReferenceClient by [@​romanett](https://togithub.com/romanett) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2601](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2601) - Make NodeStateCollectionConcurrencyTests more robust by [@​saurla](https://togithub.com/saurla) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2594](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2594) - check Application URI of the server Certificate on OpenSecureChannel by [@​romanett](https://togithub.com/romanett) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2583](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2583) - Add UA Fuzzer solution for afl-fuzz and libfuzzer by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2603](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2603) - \[Server] Fix Shutdown Delay when registration is enabled no LDS is present. by [@​romanett](https://togithub.com/romanett) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2589](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2589) - Fix decode of empty CRLs by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2609](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2609) - Remove unnecessary dependency on System.Net.Http by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2610](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2610) - Set TCP defaults for max message size to align with min buffer size by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2616](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2616) - Bump BouncyCastle.Cryptography from 2.3.0 to 2.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2617](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2617) - Update Bouncy Castle to 2.3.1 by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2620](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2620) - Merge for April release by [@​mregen](https://togithub.com/mregen) in [https://github.com/OPCFoundation/UA-.NETStandard/pull/2619](https://togithub.com/OPCFoundation/UA-.NETStandard/pull/2619) **Full Changelog**: https://github.com/OPCFoundation/UA-.NETStandard/compare/1.5.374.36...1.5.374.54

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 these updates again.



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