OPCFoundation / UA-.NETStandard-Samples

Other
245 stars 179 forks source link

Bump the opcfoundation group with 9 updates #621

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the opcfoundation group with 9 updates:

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

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


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


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

Release notes

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

dependabot[bot] commented 1 week 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.

romanett commented 1 week ago

@dependabot rebase

dependabot[bot] commented 1 week ago

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