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

Bump github.com/gopcua/opcua from 0.1.6 to 0.5.3 #2157

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 9, 2024

Bumps github.com/gopcua/opcua from 0.1.6 to 0.5.3.

Release notes

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

v0.5.3

Changelog

  • e32a4b1 Fix unchecked type assertion in Subscription Stats
  • 1782ad0 Merge pull request #693 from Jarrah-libremfg/main
  • 7cf7173 Merge pull request #700 from mvandergrift/libremfg-clear-local-session-on-recreate
  • bc2e844 setSession to nil when recreating to avoid unncessary call to CloseSession.
  • 4be6040 update CHANGELOG
  • Fixes StatusBadSessionNotActivated in updateNamespaces call during recreateSession action while reconnecting #673

v0.5.2

Changelog

  • 10b83a7 Empty policyURI fallback on SecureChannel SecurityPolicyURI (#669)
  • fd06ca1 Merge pull request #681 from jackchenjc/issue-671
  • 41e54cf Merge pull request #692 from SailorStu/fix-Receive-panic
  • d06cdc3 Resolve Panic from a Received payload with message size field value less than 8 byte header size.
  • c48ab76 feat(encode): print written hex on debugCodec flag (#685)
  • 7f8b1d1 feat: add support for AuthPrivateKey
  • 47bf562 fix: ReferenceNodes usage with mask set (#683)
  • 27c7e61 issue-671 Update example crypto.go
  • 570ef42 update CHANGELOG

v0.5.1

Changelog

  • c792486 Merge pull request #674 from sruehl/refactor/error_handling
  • 8afa891 Merge pull request #675 from sruehl/feat/FindServers
  • a33e09e Merge pull request #676 from sruehl/chore/adjust_readme_supported_services
  • a140977 Merge pull request #677 from gopcua/bump-github-actions
  • a09db45 build: bump github actions to disable warnings
  • 77ae94f build: run only one job per PR
  • 2350469 build: take advantage of new caching feature for Go
  • c4b6852 chore(doc): adjust Services section [skip ci]
  • 8a44446 chore(doc): adjust wording of client in Services section [skip ci]
  • 7610a49 feat: add support for FindServers and FindServersOnNetwork
  • a50f3ff fix: adjust to NewClient error handling
  • 0443022 fix: close calls on FindServers* should be deferred
  • 1ed5a14 refactor(discovery-example): make functions return error and handle them differently
  • 5912ea2 refactor(discovery-example): moved find calls to methods
  • bdbded7 refactor: make NewClient return an error
  • 0ddf736 update CHANGELOG and README
  • 41d44f4 update CHANGELOG and README

v0.5.0

What's Changed

Full Changelog: gopcua/opcua@v0.4.1...v0.5.0

... (truncated)

Changelog

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

v0.5.3 (07 Dec 2023)

  • Fix unchecked type assertion in Subscription Stats (#693)
  • setSession to nil in recreateSession action to avoid unnecessary CloseSession (#700)
  • StatusBadSessionNotActivated in updateNamespaces call during recreateSession action while reconnecting (#673)

v0.5.2 (18 Oct 2023)

  • feat(encode): print written hex on debugCodec flag (#685)
  • fix: ReferenceNodes usage with mask set (#683)
  • Empty policyURI fallback on SecureChannel SecurityPolicyURI (#669)
  • feat: add support for AuthPrivateKey (#681)
  • Fixed panic if h.MessageSize < hdrlen bytes. (#692)
  • Problem with using ReferencedNodes (#682)
  • Running examples/browse.go returns EOF error (#550)
  • Empty session policyURI (#668)
  • Failed to open a secure channel with AuthCertificate and different certificates (#671)

v0.5.1 (22 Aug 2023)

  • refactor: make NewClient return an error (#674)
  • feat: add support for FindServers and FindServersOnNetwork (#675)
  • Readme: adjust Services section (#676)
  • Update github actions (#677)

v0.5.0 (14 Aug 2023)

  • Drop WithContext methods and require all methods to have a context (#554)

v0.4.1 (14 Aug 2023)

  • Update the schema to v1.05.02-2022-11-01 and regenerate code (#589)
  • fix: handle extra padding if key length > 2048 (#648)
  • Add B&R Automation PC 3100 to the list of equipments (#663)
  • uasc: return an error for invalid uri/mode combinations with None (#664)
  • go1.21 and python3.11 (for testing)

v0.4.0 (13 Jun 2023)

  • Bugfix: Close session properly if activation fails (#657)
  • v0.4.0 preparation (#662)

v0.3.15 (25 May 2023)

  • Panic in secure_channel.go (#640)

v0.3.14 (22 May 2023)

  • Remove 'if err == nil' anti-pattern (#652)
  • Improve error handling (#653)

... (truncated)

Commits
  • 7cf7173 Merge pull request #700 from mvandergrift/libremfg-clear-local-session-on-rec...
  • bc2e844 setSession to nil when recreating to avoid unncessary call to CloseSession.
  • 1782ad0 Merge pull request #693 from Jarrah-libremfg/main
  • e32a4b1 Fix unchecked type assertion in Subscription Stats
  • 570ef42 update CHANGELOG
  • 41e54cf Merge pull request #692 from SailorStu/fix-Receive-panic
  • d06cdc3 Resolve Panic from a Received payload with message size field value less than...
  • fd06ca1 Merge pull request #681 from jackchenjc/issue-671
  • 27c7e61 issue-671 Update example crypto.go
  • 10b83a7 Empty policyURI fallback on SecureChannel SecurityPolicyURI (#669)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 9, 2024
@dborovcanin dborovcanin marked this pull request as draft April 9, 2024 18:45
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gopcua/opcua-0.5.3 branch from 31f4669 to c5b3552 Compare April 9, 2024 19:03
@JeffMboya JeffMboya force-pushed the dependabot/go_modules/github.com/gopcua/opcua-0.5.3 branch from c5b3552 to 137c3ca Compare April 15, 2024 13:56
@arvindh123 arvindh123 added this to the S2 milestone Apr 16, 2024
@dborovcanin dborovcanin modified the milestones: S2, S5 May 15, 2024
Bumps [github.com/gopcua/opcua](https://github.com/gopcua/opcua) from 0.1.6 to 0.5.3.
- [Release notes](https://github.com/gopcua/opcua/releases)
- [Changelog](https://github.com/gopcua/opcua/blob/main/CHANGELOG.md)
- [Commits](gopcua/opcua@v0.1.6...v0.5.3)

---
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]>
@dborovcanin dborovcanin force-pushed the dependabot/go_modules/github.com/gopcua/opcua-0.5.3 branch from 137c3ca to c8d1bef Compare May 15, 2024 10:58
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 go Pull requests that update Go code later
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants