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.3.2 #17

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

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

v0.3.2

Changelog

  • bda1dc9 Merge pull request #564 from siscia/write_arrays
  • e441a02 Update CHANGELOG
  • 8c2c58c add decoding implementation for arrays
  • b84b1f1 add fast path for byte arrays
  • 8b84116 add small comment
  • 1081569 add tests for byte arrays to test fast path
  • 3688c80 better errors
  • 4526361 implements write arrays
  • b703000 test encoding and decoding of arrays

v0.3.1

Changelog

  • 4dee16b Merge pull request #552 from gopcua/issue-547-update-namespace-on-reconnect
  • 71a904b Merge pull request #555 from gopcua/add-missing-with-context-methods
  • a3e41d3 add Changelog
  • aaca6d8 client: add missing WithContext methods
  • 9bf9590 client: add missing deprecation notes
  • 10b27a4 client: debug logging
  • 0264c0e client: update namespaces on reconnect
  • 3b9868f client: use context
  • 73ac88c examples: use context
  • 17436a2 examples: use correct close method
  • 50419c1 monitor: add missing WithContext methods
  • e3a606e uatest: use context
  • 486ed60 update changelog

v0.3.0

Changelog

  • f9d631d Merge pull request #541 from northvolt/add-context-to-send-request
  • c753e3d Merge pull request #542 from northvolt/add-context-to-public
  • 36fac3f Merge pull request #548 from northvolt/reduce-channel-requirement
  • 6c5af25 Merge pull request #549 from gopcua/add-context-to-subscription
  • c7e5dd2 add context to examples
  • 692efa9 add context to key client methods
  • d545cfe add context to node methods
  • ca2228a add context to sendAsyncWithTimeout
  • 560b53a add context to subscription methods
  • 9bb60b4 add deprecation comments
  • 9f41dc1 add deprecation notices to subscription methods
  • 8a06ec5 channel only needs to be able to read
  • 169303b migrate remaing client methods
  • f2488ea migrate send request
  • 0abcf6b use ctx in calls to send request

v0.2.7

Changelog

  • 1743aa2 Merge pull request #546 from gopcua/find-namespace

... (truncated)

Changelog

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

v0.3.2 (14 Mar 2022)

  • Add support for arrays (#564)

v0.3.1 (27 Jan 2022)

  • Refresh cached namespaces on reconnect (#552)

  • Add more WithContext(ctx) methods and use context in more places (#555)

v0.3.0 (21 Jan 2022)

  • Add WithContext(ctx) variants to all methods of Client and Node and migrate existing methods to use context.Background(). The existing methods without a context are deprecated and starting with v0.5.0 we will drop the WithContext(ctx) prefix and all Client and Node methods will require a context. (#541, #542, #548, #549)

v0.2.7 (18 Jan 2022)

  • Add a FindNamespace method to Client. (#546)

v0.2.6 (4 Jan 2022)

  • Fix invalid session id regression introduced with v0.2.4 (#539)
Commits


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)
jrtitus commented 2 years ago

Done in #13

dependabot[bot] commented 2 years ago

Superseded by #19.