Skip to content

Comments

fix: bump github.com/gopcua/opcua from 0.2.3 to 0.3.5#32

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/gopcua/opcua-0.3.5
Closed

fix: bump github.com/gopcua/opcua from 0.2.3 to 0.3.5#32
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/gopcua/opcua-0.3.5

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 20, 2022

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

Release notes

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

v0.3.5

Changelog

  • be269a7 Change encryption URI for aes128Sha256RsaOaep to w3.org
  • ad98a1d Merge pull request #585 from LarsStegman/fix-rsa-oaep-enc-uri
  • bd9ff12 examples: use SubscribeWithContext
  • 278231b update .gitignore
  • bff20f0 update CHANGELOG

v0.3.4

Changelog

  • 77bbd7d Merge pull request #576 from gopcua/log-extobj-typeid
  • 71397d5 Merge pull request #578 from gopcua/errors-is-as
  • 4e46cdb Merge pull request #579 from gopcua/fs/ignore-duplicate-extobj-regs
  • d8f4dea add missing go:build constraints
  • c98cc7a disable test cache the idiomatic way
  • 2349f0c ua: do not panic if the same extension object is registered multiple times
  • 134edae ua: log unknown extension object type id
  • 8c2ba0a update CHANGELOG
  • ffd66bc update README
  • 37d37b4 update README
  • f6d094e use errors.Is and errors.As

v0.3.3

Changelog

  • 962060b Disable test cache to run all tests every time
  • 543c263 Merge pull request #562 from powersj/patch-1
  • 6bb1cf2 Merge pull request #572 from gopcua/clarify-submux-lock
  • 6898ac9 Merge pull request #573 from gopcua/min-go1.17
  • f878f81 fix: check connection before closing
  • 2b83f02 make go1.17 the minimal go version
  • f50785f make use of submux lock visible and fix missing locks
  • 52042d1 refactor notifySubscriptions and add submux lock
  • 78dec6b release subMux lock in case of error
  • 166c1c7 update tested OPC-UA server list

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

... (truncated)

Changelog

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

v0.3.5 (15 Jun 2022)

  • Change encryption URI for aes128Sha256RsaOaep to w3.org (#585)

v0.3.4 (6 May 2022)

  • ua: do not panic if the same extension object is registered multiple times (#579)
  • use errors.Is and errors.As (#578)
  • ua: log unknown extension object type id (#576)

v0.3.3 (8 Apr 2022)

  • Don't panic on close (#562)
  • Set minimum Go version to go1.17 (#573)
  • Refactor the use of the subMux lock (#572)

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
  • ad98a1d Merge pull request #585 from LarsStegman/fix-rsa-oaep-enc-uri
  • be269a7 Change encryption URI for aes128Sha256RsaOaep to w3.org
  • 278231b update .gitignore
  • bd9ff12 examples: use SubscribeWithContext
  • 4e46cdb Merge pull request #579 from gopcua/fs/ignore-duplicate-extobj-regs
  • 2349f0c ua: do not panic if the same extension object is registered multiple times
  • 71397d5 Merge pull request #578 from gopcua/errors-is-as
  • f6d094e use errors.Is and errors.As
  • 77bbd7d Merge pull request #576 from gopcua/log-extobj-typeid
  • 134edae ua: log unknown extension object type id
  • 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)

Bumps [github.com/gopcua/opcua](https://github.com/gopcua/opcua) from 0.2.3 to 0.3.5.
- [Release notes](https://github.com/gopcua/opcua/releases)
- [Changelog](https://github.com/gopcua/opcua/blob/main/CHANGELOG.md)
- [Commits](gopcua/opcua@v0.2.3...v0.3.5)

---
updated-dependencies:
- dependency-name: github.com/gopcua/opcua
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 20, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 10, 2022

Superseded by #47.

@dependabot dependabot bot closed this Oct 10, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gopcua/opcua-0.3.5 branch October 10, 2022 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants