OPCFoundation / UA-.NETStandard-Samples

Other
244 stars 179 forks source link

Bump the opcfoundation group with 3 updates #609

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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

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

Release notes

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

OPC UA 1.05 March Update

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 ReadOnlySpan and Span MemoryStream signatures, resulting in faster data processing, reduced memory allocations and reduced latency. (see #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)
  • 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).

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

New Contributors

Full Changelog: https://github.com/OPCFoundation/UA-.NETStandard/compare/1.5.374.27...1.5.374.36

OPC UA 1.05 March Update Preview

What's Changed

... (truncated)

Commits
  • 6bdd741 Merge pull request #2574 from OPCFoundation/master
  • d4f1d40 add Nuget Package Readme and file (#2575)
  • ca848af Reenable .NET Standard 2.0 builds for core library (#2570)
  • ebb55ad Improve ArraySegmentStream with ReadOnlyMemory/Span signatures, avoid extra a...
  • d717f67 GDS: Add Audit Events to GDS and missing Events to ServerConfigurationNode (#...
  • d06231a Sensitive information redaction (#2545)
  • 2bae834 Set cert validator property may deadlock in semaphore (#2555)
  • ec05e8a Accept abort message in early message type check (#2557)
  • 48fd872 fix Role Permissions of Method UnregisterApplication & Add Parameter to Certi...
  • 21beb61 Bump coverlet.collector from 6.0.1 to 6.0.2 (#2560)
  • Additional commits viewable in compare view


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

Release notes

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

OPC UA 1.05 March Update

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 ReadOnlySpan and Span MemoryStream signatures, resulting in faster data processing, reduced memory allocations and reduced latency. (see #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)
  • 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).

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

New Contributors

Full Changelog: https://github.com/OPCFoundation/UA-.NETStandard/compare/1.5.374.27...1.5.374.36

OPC UA 1.05 March Update Preview

What's Changed

... (truncated)

Commits
  • 6bdd741 Merge pull request #2574 from OPCFoundation/master
  • d4f1d40 add Nuget Package Readme and file (#2575)
  • ca848af Reenable .NET Standard 2.0 builds for core library (#2570)
  • ebb55ad Improve ArraySegmentStream with ReadOnlyMemory/Span signatures, avoid extra a...
  • d717f67 GDS: Add Audit Events to GDS and missing Events to ServerConfigurationNode (#...
  • d06231a Sensitive information redaction (#2545)
  • 2bae834 Set cert validator property may deadlock in semaphore (#2555)
  • ec05e8a Accept abort message in early message type check (#2557)
  • 48fd872 fix Role Permissions of Method UnregisterApplication & Add Parameter to Certi...
  • 21beb61 Bump coverlet.collector from 6.0.1 to 6.0.2 (#2560)
  • 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 1 month ago

The following labels could not be found: nuget.

dependabot[bot] commented 1 month ago

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