Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump OPCFoundation.NetStandard.Opc.Ua from 1.4.371.50 to 1.5.374.54 in /UaClient.UnitTests #280

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 18, 2024

Bumps OPCFoundation.NetStandard.Opc.Ua from 1.4.371.50 to 1.5.374.54.

Release notes

Sourced from OPCFoundation.NetStandard.Opc.Ua's releases.

OPC UA 1.05 April Update

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).
  • Fix many typos and simplify Xml floating point encoder/decoder (@​mtx500).
  • More tests for PubSub (@​mrsuciu).
  • Add timer in the server to clean up stale channels, limit the total number of active channels (@​mrsuciu).
  • UA Fuzzer framework for afl-fuzz and libfuzzer, fuzz targets for Binary and Json (@​mregen).
  • Fixes in Encoder/Decoder found by fuzzing (@​mregen).
  • Fix unnecessary server Shutdown delay when no LDS is present to unregister (@​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...)
  <MaxChannelCount>1000</MaxChannelCount>
  <ChannelLifetime>30000</ChannelLifetime>
  • Configurable encoding limits
<MaxEncodingNestingLevels>200</MaxEncodingNestingLevels>
<MaxDecoderRecoveries>0</MaxDecoderRecoveries>

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 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

... (truncated)

Commits
  • 6bc90c9 Merge pull request #2619 from OPCFoundation/master
  • 91ef753 Update Bouncy Castle to 2.3.1 (#2620)
  • 4c28eb7 Bump BouncyCastle.Cryptography from 2.3.0 to 2.3.1 (#2617)
  • 52d4492 Set TCP defaults for max message size to align with min buffer size (#2616)
  • 663ed10 Remove unnecessary dependency on System.Net.Http (#2610)
  • f82fcc9 Fix decode of empty CRLs (#2609)
  • 33df292 [Server] Fix Shutdown Delay when registration is enabled no LDS is present. (...
  • 7a04a4b Add UA Fuzzer solution for afl-fuzz and libfuzzer (#2603)
  • f081d51 check Application URI of the server Certificate on OpenSecureChannel (#2583)
  • 9cd4536 Make NodeStateCollectionConcurrencyTests more robust (#2594)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [OPCFoundation.NetStandard.Opc.Ua](https://github.com/OPCFoundation/UA-.NETStandard) from 1.4.371.50 to 1.5.374.54.
- [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases)
- [Commits](OPCFoundation/UA-.NETStandard@1.4.371.50...1.5.374.54)

---
updated-dependencies:
- dependency-name: OPCFoundation.NetStandard.Opc.Ua
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants