Azure-Samples / iot-edge-opc-plc

Sample OPC UA server with nodes that generate random and increasing data, anomalies and much more ...
MIT License
223 stars 95 forks source link

Bump OPCFoundation.NetStandard.Opc.Ua.Server.Debug from 1.4.370.12 to 1.4.371.41 #190

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps OPCFoundation.NetStandard.Opc.Ua.Server.Debug from 1.4.370.12 to 1.4.371.41.

Release notes

Sourced from OPCFoundation.NetStandard.Opc.Ua.Server.Debug's releases.

OPC UA 1.04 Maintenance Update

Roll up until November 16th

  • Updated code to support latest ModelCompiler 1.05.02
  • Bug fixes
  • Refactor handling of Matrix dimensions
  • ComplexTypes improvements

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

Changes:

  • 4d30ccb6b35b5c47f78463ef88f8a5662aa42486 mark as 371 release
  • e9cedca4d5fccb1a4ef1286aa0f217db5c529d64 On discovery preserve IPv6 scopeid for local link addresses (#1976)
  • f962e3e93a09674ced6e0cfb285b468a14bcc6a8 Fix cloning of NodeState derived classes, add latest Modelcompiler support (#1990)
  • e22bd868e5e6146a76d1d7995dbd7abec6e7c8fa async calls are not awaited, simplify the write to rejected store (#1992)
  • 8c0291b5549f876427ebc6ddda98364fa75148a8 Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 and github actions (#1985)
  • e1005540202b91fe9141f578fbfab9d1a9fc50c4 Ua 1.04.11 updates for ua 1.05.02 final (#1984)
  • 7cc8479f61936358e6b1f71b2fc5aa7e268aec36 Recover binary decoder from decoding error of custom complex type (#1974) [ #1705 ]
  • 0cb51ea050158cc1663dc98e1bd41122e61e822f GDS Server fixes for 1.05.02 and .NET 4.8 (#1973)
  • 788464460cb03a964b412b2533d353b7c159d9bb Bump NUnit3TestAdapter from 4.2.1 to 4.3.0 and coverlet.collector from 3.1.2 to 3.2.0 (#1966) [ #1968 ]
  • 20514d92c4f0bc3013796e9db0a4a2cf5f3ccd33 Support .NET 4.8 assemblies and enable package validation (#1964)
  • ea8ceb6d5951484c74f35ced20495454dddd7434 Only load optional bindings assemblies if needed (#1963)
  • 430d7c6b514b902c119923c252c95478d0f63ec9 Bump Nerdbank.GitVersioning from 3.2.31 to 3.5.119 (#1961)
  • 3e273facbef5f3a3d88506d62fbeff22fc89070b Encode and decode CRL time values as UTC or GeneralizedTime depending on the value of the year. (#1959)
  • 8c7da18657959937f0be5cba44e16607f6cefc8c Refactor the handling of matrix dimensions. (#1927)
  • c070f0b421a7a945ab5dff8bb0fc0899e02ab648 Ua 1.04.11 update for 1.05.02 (#1955)
  • a3408e71f6a5b5dbd145dbbf4080bc74a82a3bf7 Fix .NET7 build (#1952)
  • 226b0ceb66b4dfbdc9c61132c1dd38c3abd24d6c Update 1.04.11 generated files with 1.05.02 Modelcompiler update. (#1954)
  • 66436a9b6d02be80aa06b8a6a896ccea087781ee Bump Serilog.Expressions from 3.4.0 to 3.4.1 (#1947)
  • da1b1a7112111e973e6a80eb65af9683d1c8f4f8 Add Session.CloseAsync, fix UANodesetHelper.Save (#1944)
  • 1f2a30d7caf3b1550fd7afe978f5a00622f2d6dc Add abstraction 'ISession' for Session object in the Client library (#1702)
  • 72842f1379282592446e4a76d8b1c13f96e530e0 New self signed certificates set CA flag to false (#1941)
  • 77b89500f990c9dc6bfeb10db9b1f3b4872b9d66 Use of validated certificates needs opt-in. (#1925)
  • 1fec89b0733f178c600e8ede88ed7be15c009f58 Complex types improvements (#1915)
  • 677edb94e38069a82ab0a0ad2714bf63ccacf017 Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 (#1937)
  • 95c384f4544393f2b401e176b339e83f6784d91b Bump Microsoft.Extensions.Logging.Abstractions from 6.0.1 to 6.0.2 (#1932)
  • b42d37740e2a4bcb56a49440b6039f7598e73a53 Bump Serilog from 2.11.0 to 2.12.0 (#1931)

... (truncated)

Commits
  • 4d30ccb mark as 371 release
  • e9cedca On discovery preserve IPv6 scopeid for local link addresses (#1976)
  • f962e3e Fix cloning of NodeState derived classes, add latest Modelcompiler support (#...
  • e22bd86 async calls are not awaited, simplify the write to rejected store (#1992)
  • 8c0291b Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 and github actions (#1985)
  • e100554 Ua 1.04.11 updates for ua 1.05.02 final (#1984)
  • 7cc8479 Recover binary decoder from decoding error of custom complex type (#1974)
  • 0cb51ea GDS Server fixes for 1.05.02 and .NET 4.8 (#1973)
  • 7884644 Bump NUnit3TestAdapter from 4.2.1 to 4.3.0 and coverlet.collector from 3.1.2 ...
  • 20514d9 Support .NET 4.8 assemblies and enable package validation (#1964)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Looks like OPCFoundation.NetStandard.Opc.Ua.Server.Debug is up-to-date now, so this is no longer needed.