OPCFoundation / UA-.NETStandard-Samples

Other
244 stars 179 forks source link

Bump the opcfoundation group across 1 directory with 4 updates #624

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the opcfoundation group with 4 updates in the / directory: 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.70

Release notes

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

OPC UA 1.05 May Maintenance Update

1.05.374 May Release

This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler. The focus in this release was on new features, security improvements and bug fixes.

Improvements and bug fixes

  • Client: Fix for a case when the client reconnects automatically but is not sending an ActivateSession, so a lot BadSessionInvalid were logged before the SessionReconnectHandler was able to recover. These service calls are now immediately returning a BadNotConnected error, allowing the SessionReconnectHandler to issue an ActivateSession immediately.
  • Client: A client sample and bug fix how to use a user certificate for authentication. (thanks @​romanett)
  • Client: Choose the most secure security profile based on internal rating and not by rating returned by the server endpoint, to avoid accidently selecting a less secure profile if the server doesn't return the proper rating. (thanks @​romanett)
  • Add CRL support for the X509CertificateStore on Windows. Added test cases and validated with CTT cert tests. (thanks @​romanett)
  • GDS: Add method for GetCertificates support and fix CheckRevocationStatus. (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

Full Changelog: https://github.com/OPCFoundation/UA-.NETStandard/compare/1.5.374.54...1.5.374.70

OPC UA 1.05 Maintenance Update

... (truncated)

Commits
  • 1ee3beb Merge pull request #2652 from OPCFoundation/master
  • f2815bb Bump Serilog.Expressions and System.Diagnostics.DiagnosticSource (#2648)
  • 516bad3 Bump docker/build-push-action from 5 to 6 (#2647)
  • fc07b04 Bump Serilog.Sinks.Debug and System.Diagnostics.DiagnosticSource (#2650)
  • 5cd59b4 Bump Microsoft.IO.RecyclableMemoryStream from 3.0.0 to 3.0.1 (#2649)
  • 2403124 Add null check in SelectEndpoints to avoid warning messages (#2646)
  • dddc1cb Make X509CertificateStore support CRLs on Windows (#2571)
  • 10dcbfe Bump Serilog.Sinks.Console and System.Diagnostics.DiagnosticSource (#2642)
  • b33c250 Fix special case for reconnect without activate (#2643)
  • 33319d2 Bump Serilog and System.Diagnostics.DiagnosticSource (#2633)
  • Additional commits viewable in compare view


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

Release notes

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

OPC UA 1.05 May Maintenance Update

1.05.374 May Release

This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler. The focus in this release was on new features, security improvements and bug fixes.

Improvements and bug fixes

  • Client: Fix for a case when the client reconnects automatically but is not sending an ActivateSession, so a lot BadSessionInvalid were logged before the SessionReconnectHandler was able to recover. These service calls are now immediately returning a BadNotConnected error, allowing the SessionReconnectHandler to issue an ActivateSession immediately.
  • Client: A client sample and bug fix how to use a user certificate for authentication. (thanks @​romanett)
  • Client: Choose the most secure security profile based on internal rating and not by rating returned by the server endpoint, to avoid accidently selecting a less secure profile if the server doesn't return the proper rating. (thanks @​romanett)
  • Add CRL support for the X509CertificateStore on Windows. Added test cases and validated with CTT cert tests. (thanks @​romanett)
  • GDS: Add method for GetCertificates support and fix CheckRevocationStatus. (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

Full Changelog: https://github.com/OPCFoundation/UA-.NETStandard/compare/1.5.374.54...1.5.374.70

OPC UA 1.05 Maintenance Update

... (truncated)

Commits
  • 1ee3beb Merge pull request #2652 from OPCFoundation/master
  • f2815bb Bump Serilog.Expressions and System.Diagnostics.DiagnosticSource (#2648)
  • 516bad3 Bump docker/build-push-action from 5 to 6 (#2647)
  • fc07b04 Bump Serilog.Sinks.Debug and System.Diagnostics.DiagnosticSource (#2650)
  • 5cd59b4 Bump Microsoft.IO.RecyclableMemoryStream from 3.0.0 to 3.0.1 (#2649)
  • 2403124 Add null check in SelectEndpoints to avoid warning messages (#2646)
  • dddc1cb Make X509CertificateStore support CRLs on Windows (#2571)
  • 10dcbfe Bump Serilog.Sinks.Console and System.Diagnostics.DiagnosticSource (#2642)
  • b33c250 Fix special case for reconnect without activate (#2643)
  • 33319d2 Bump Serilog and System.Diagnostics.DiagnosticSource (#2633)
  • Additional commits viewable in compare view


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

Release notes

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

OPC UA 1.05 May Maintenance Update

1.05.374 May Release

This release is based on the 1.05.03 Nodeset with generated files from the ModelCompiler. The focus in this release was on new features, security improvements and bug fixes.

Improvements and bug fixes

  • Client: Fix for a case when the client reconnects automatically but is not sending an ActivateSession, so a lot BadSessionInvalid were logged before the SessionReconnectHandler was able to recover. These service calls are now immediately returning a BadNotConnected error, allowing the SessionReconnectHandler to issue an ActivateSession immediately.
  • Client: A client sample and bug fix how to use a user certificate for authentication. (thanks @​romanett)
  • Client: Choose the most secure security profile based on internal rating and not by rating returned by the server endpoint, to avoid accidently selecting a less secure profile if the server doesn't return the proper rating. (thanks @​romanett)
  • Add CRL support for the X509CertificateStore on Windows. Added test cases and validated with CTT cert tests. (thanks @​romanett)
  • GDS: Add method for GetCertificates support and fix CheckRevocationStatus. (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

Full Changelog: https://github.com/OPCFoundation/UA-.NETStandard/compare/1.5.374.54...1.5.374.70

OPC UA 1.05 Maintenance Update

... (truncated)

Commits
  • 1ee3beb Merge pull request #2652 from OPCFoundation/master
  • f2815bb Bump Serilog.Expressions and System.Diagnostics.DiagnosticSource (#2648)
  • 516bad3 Bump docker/build-push-action from 5 to 6 (#2647)
  • fc07b04 Bump Serilog.Sinks.Debug and System.Diagnostics.DiagnosticSource (#2650)
  • 5cd59b4 Bump Microsoft.IO.RecyclableMemoryStream from 3.0.0 to 3.0.1 (#2649)
  • 2403124 Add null check in SelectEndpoints to avoid warning messages (#2646)
  • dddc1cb Make X509CertificateStore support CRLs on Windows (#2571)
  • 10dcbfe Bump Serilog.Sinks.Console and System.Diagnostics.DiagnosticSource (#2642)
  • b33c250 Fix special case for reconnect without activate (#2643)
  • 33319d2 Bump Serilog and System.Diagnostics.DiagnosticSource (#2633)
  • 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 week ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml