edgexfoundry / device-opc-ua

Apache License 2.0
28 stars 26 forks source link

Bump github.com/gopcua/opcua from 0.1.13 to 0.2.3 #10

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/gopcua/opcua from 0.1.13 to 0.2.3.

Release notes

Sourced from github.com/gopcua/opcua's releases.

v0.2.3

Changelog

  • 1bd7bc1 Merge pull request #508 from gopcua/client-browse-defaults
  • 9f28cb6 Merge pull request #509 from gopcua/client-test-read-defaults
  • 0b01054 Merge pull request #516 from gopcua/fix-nodeid-string
  • 073ad3a Merge pull request #519 from gopcua/issue-518-subscription-deadlock
  • ab0b01b Merge pull request #520 from gopcua/issue-517-nodeid-string-tests
  • 908c804 client: add test for ReadRequest defaults
  • c618be1 client: clarify the purpose of the subMux lock
  • ad5a67d client: set sensible defaults for Browse
  • 1935d27 client: tidy up docs
  • 39d55aa make: add lint target
  • 5dab4f6 remove redundant type in slice
  • 0c71b64 remove redundant type in slice
  • 992a90c staticcheck: remove unnecessary guard around map access (S1036)
  • c2ba69c sub: limit the usage of the subMux
  • 9b0edfe sub: use context for sub.Cancel and monitor.Unsubscribe
  • aa74528 ua/node_id: use b= prefix for opaque node ids
  • 50e4ba4 ua: tests for NodeID.String()

v0.2.2

Changelog

1ade087 Merge pull request #497 from gopcua/issue-491-do-not-fail-sub-on-bad-node e8a4934 subscription: do not fail Monitor() on bad node (#491) 7e0fffd switch doc reference; remove dead ci

v0.2.1

Changelog

6c28f09 Add handshake config options (#495) ec3d407 Add missing config tests 809fb04 Merge pull request #470 from gopcua/issue-430-panic-on-closed-channel 1a1dd0c Merge pull request #493 from henripqt/fix/monitor_unsubscribe_error 0c56d7f Merge pull request #496 from gopcua/issue-495-handshake-configs 09115ce Update README.md 207a6d9 Update README.md 3e18c6e Update README.md 9ca4ad3 fix goreleaser config a56a7db fix: return nil on subscription.Delete in case err == ua.StatusOK 57c1a20 guard against double close 6689798 guard uacp.Conn against double close 1fdba80 use helper to init dialer

v0.2.0

Changelog

fc2811d Add files via upload eb4a59b Client side chunking

... (truncated)

Commits
  • ab0b01b Merge pull request #520 from gopcua/issue-517-nodeid-string-tests
  • 50e4ba4 ua: tests for NodeID.String()
  • 073ad3a Merge pull request #519 from gopcua/issue-518-subscription-deadlock
  • 1935d27 client: tidy up docs
  • c618be1 client: clarify the purpose of the subMux lock
  • 9b0edfe sub: use context for sub.Cancel and monitor.Unsubscribe
  • c2ba69c sub: limit the usage of the subMux
  • 0b01054 Merge pull request #516 from gopcua/fix-nodeid-string
  • aa74528 ua/node_id: use b= prefix for opaque node ids
  • 0c71b64 remove redundant type in slice
  • 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 2 years ago

Superseded by #11.