OPCFoundation / UA-.NETStandard-Samples

Other
244 stars 179 forks source link

Bump the opcfoundation group across 1 directory with 9 updates #611

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the opcfoundation group with 9 updates in the / directory:

Package From To
OPCFoundation.NetStandard.Opc.Ua.Client 1.5.373.121 1.5.374.54
OPCFoundation.NetStandard.Opc.Ua.Configuration 1.5.373.121 1.5.374.54
OPCFoundation.NetStandard.Opc.Ua.Core 1.5.374.36 1.5.374.54
System.Threading.Tasks.Extensions 4.5.0 4.5.4
OPCFoundation.NetStandard.Opc.Ua.Core 1.5.374.36 1.5.374.54
System.Threading.Tasks.Extensions 4.5.0 4.5.4
OPCFoundation.NetStandard.Opc.Ua.Bindings.Https 1.5.374.36 1.5.374.54
OPCFoundation.NetStandard.Opc.Ua.Core 1.5.374.36 1.5.374.54
System.Threading.Tasks.Extensions 4.5.0 4.5.4
OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes 1.5.374.36 1.5.374.54
OPCFoundation.NetStandard.Opc.Ua.Client 1.5.373.121 1.5.374.54
OPCFoundation.NetStandard.Opc.Ua.Configuration 1.5.373.121 1.5.374.54
OPCFoundation.NetStandard.Opc.Ua.Core 1.5.374.36 1.5.374.54
System.Threading.Tasks.Extensions 4.5.0 4.5.4
OPCFoundation.NetStandard.Opc.Ua.Gds.Client.Common 1.5.374.36 1.5.374.54
OPCFoundation.NetStandard.Opc.Ua.Client 1.5.373.121 1.5.374.54
OPCFoundation.NetStandard.Opc.Ua.Configuration 1.5.373.121 1.5.374.54
OPCFoundation.NetStandard.Opc.Ua.Core 1.5.374.36 1.5.374.54
System.Threading.Tasks.Extensions 4.5.0 4.5.4
OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common 1.5.374.36 1.5.374.54
OPCFoundation.NetStandard.Opc.Ua.Server 1.5.373.121 1.5.374.54
OPCFoundation.NetStandard.Opc.Ua.Configuration 1.5.373.121 1.5.374.54
OPCFoundation.NetStandard.Opc.Ua.Core 1.5.374.36 1.5.374.54
System.Threading.Tasks.Extensions 4.5.0 4.5.4

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


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


Updates OPCFoundation.NetStandard.Opc.Ua.Bindings.Https from 1.5.374.36 to 1.5.374.54

Release notes

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


Updates OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes from 1.5.374.36 to 1.5.374.54

Release notes

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

dependabot[bot] commented 1 month ago

The following labels could not be found: nuget.

dependabot[bot] commented 1 month ago

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.