Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump github.com/gopcua/opcua from 0.2.3 to 0.3.11 #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 6, 2023

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

Release notes

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

v0.3.11

Changelog

  • 0d19055 Merge pull request #634 from gopcua/issue-633-time-type-alias
  • 2c767e1 Update CHANGELOG
  • 5640a5d Update CHANGELOG
  • 624658a ua: decode types that convert to time.Time

v0.3.10

Changelog

  • 02fa2da Merge pull request #627 from gopcua/drop-ioutil
  • 788e3d7 Merge pull request #629 from gopcua/uacp-honor-context
  • 730c350 Update CHANGELOG
  • 08515ab drop io/ioutil
  • 218a2b7 formatting and linter checks
  • 437537a uacp: honor the context deadline during the handshake

v0.3.9

Changelog

  • 5d369d8 Merge pull request #626 from gopcua/ignore-empty-cert-filename
  • f2ab6e9 client: ignore empty filename for RemoteCertificateFile
  • cec7327 update CHANGELOG

v0.3.8

Changelog

  • 484b239 Change nil subscription stats to return error
  • 2e08acd Merge pull request #602 from tomhollingworth/main
  • f55ac12 Merge pull request #618 from gopcua/issue-616-log-fatal
  • bc8fc63 config: bubble up errors from configuration
  • 33edbcc config: platform dependent error messages
  • 3618f0e examples/subscribe: log that subscription will stop
  • d926c5f go1.19
  • 9cccf93 update CHANGELOG
  • f7987f6 update CHANGELOG

v0.3.7

Changelog

  • 319e04e Merge pull request #608 from gopcua/uasc-stop-timer
  • e0f6147 uasc: stop expiration timer

v0.3.6

What's Changed

New Contributors

Full Changelog: gopcua/opcua@v0.3.5...v0.3.6

v0.3.5

... (truncated)

Changelog

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

v0.3.11 (1 Feb 2023)

  • Decoder fails to decode type which converts to time.Time (#633)

v0.3.10 (25 Jan 2023)

  • drop io/ioutil (#627)
  • uacp: honor the context deadline during the handshake (#629)

v0.3.9 (12 Jan 2023)

  • Ignore empty filename in RemoteCertificateFile (#626)

v0.3.8 (08 Dec 2022)

  • Fix nil subscription stats to return error (#602)
  • log.Fatal called when a certificate fails to load (#616)
  • Bump go version to 1.19

v0.3.7 (05 Oct 2022)

  • Stop uasc token expiration timer. Resource leak (#608)

v0.3.6 (29 Sep 2022)

  • Relax node id parser (#607)

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)

... (truncated)

Commits
  • 2c767e1 Update CHANGELOG
  • 0d19055 Merge pull request #634 from gopcua/issue-633-time-type-alias
  • 624658a ua: decode types that convert to time.Time
  • 5640a5d Update CHANGELOG
  • 730c350 Update CHANGELOG
  • 788e3d7 Merge pull request #629 from gopcua/uacp-honor-context
  • 437537a uacp: honor the context deadline during the handshake
  • 218a2b7 formatting and linter checks
  • 02fa2da Merge pull request #627 from gopcua/drop-ioutil
  • 08515ab drop io/ioutil
  • 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.11.
- [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.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 6, 2023
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