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.371.86 to 1.4.371.91 #263

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps OPCFoundation.NetStandard.Opc.Ua.Server.Debug from 1.4.371.86 to 1.4.371.91.

Release notes

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

OPC UA 1.04 Maintenance Update

Roll up of the master371 branch until May 25th

  • Bug fixes as below
  • Non breaking refactoring of the SessionReconnectHandler:
    • add support for jitter and exponential backoff
    • allow implementations to use a single instance of the class
    • Added ISession.MinPublishRequestCount property to allow queueing of PublishRequest even if there is only a single subscription active.
    • Added callback to defer ack of publish response sequence numbers.
    • fixed console reconnect sample (using dispose for session if updated)

What's Changed

Full Changelog: https://github.com/OPCFoundation/UA-.NETStandard/compare/1.4.371.86...1.4.371.91

Commits
  • c9fe45a Merge pull request #2161 from OPCFoundation/master371
  • a81a696 fix regression after reconnect and explain session dispose after reconnect (#...
  • 0f5fc44 Merge pull request #2154 from OPCFoundation/master371
  • 7550c65 Refactor Sessionreconnecthandler and support subscription ack deferral (#2143)
  • 0a3546a JsonDecoder: ReadExtensionObject returns partial JSON for some types (#2155)
  • c13bb0e Fix possible memory leak of CancellationTokenSource (#2156)
  • 24ba1d5 Allow initiation of reverse connections from all endpoints of the server. (#2...
  • See full diff 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.