OPCFoundation / UA-.NETStandard-Samples

Other
253 stars 182 forks source link

Bump the opcfoundation group with 4 updates #614

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps the opcfoundation group with 4 updates: OPCFoundation.NetStandard.Opc.Ua.Client, OPCFoundation.NetStandard.Opc.Ua.Configuration, OPCFoundation.NetStandard.Opc.Ua.Core and System.Threading.Tasks.Extensions.

Updates OPCFoundation.NetStandard.Opc.Ua.Client from 1.5.373.121 to 1.5.374.54

Release notes

Sourced from OPCFoundation.NetStandard.Opc.Ua.Client'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


Updates OPCFoundation.NetStandard.Opc.Ua.Configuration from 1.5.373.121 to 1.5.374.54

Release notes

Sourced from OPCFoundation.NetStandard.Opc.Ua.Configuration'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


Updates OPCFoundation.NetStandard.Opc.Ua.Core from 1.5.374.36 to 1.5.374.54

Release notes

Sourced from OPCFoundation.NetStandard.Opc.Ua.Core'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


Updates System.Threading.Tasks.Extensions from 4.5.0 to 4.5.4

Release notes

Sourced from System.Threading.Tasks.Extensions's releases.

.NET Core 2.1.0 RC1

Repos

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 3 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.