Skip to content

Bump github.com/gopcua/opcua from 0.1.6 to 0.8.0#84

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/gopcua/opcua-0.8.0
Open

Bump github.com/gopcua/opcua from 0.1.6 to 0.8.0#84
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/gopcua/opcua-0.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

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

Release notes

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

v0.8.0

Changelog

  • 9dfd8bdeac39fffc9a655724a6fd76cb144bdaca add DialTimeout and cleanup ResolveEndpoint (#372)
  • c59e64d3e957f965e62deb8060068601505e31e2 update CHANGELOG
  • 5cf4db0f16ef343c710a92fbe7196cf6a4290d0a update CHANGELOG

v0.7.5

Changelog

  • a7aa9726b4e94956e8358a168cafc8cc07c86c06 Ignore trailing slashes when checking matching endpoints.
  • f8b35894b533d8e37f18fbea5c19b4989974b828 Merge pull request #770 from gopcua/issue-768-call-method-no-input-args
  • 0069fd17eece2a1488f0594ff63de2947ac17a79 Merge pull request #788 from gopcua/issue-783-trailing-slash
  • 22fce098e8694f6d687423264ff1b0483f7f02a1 github: auto-close stale issues/prs
  • f7b9bfb6e24e8e0f98d1e39d8a5da5d9554ad064 tests/python: add test for issue #768
  • 7128e13e3fda2fc8ccaf9757311a37310738b5be tests/python: allow setting of fields in constructor
  • a09572727a35d95185c606b81b9bc39f2556a072 tests/python: fix typo
  • f70e838fdaa24f66d25d025e42bd4dc594dd9e24 tests/python: use ua.CallMethodResult
  • 9288bb2f709808a59b35fab71361af6e498b5939 update README
  • 892449359619a8b6539003fd15b54f2cc6bfce7d update README

v0.7.4

Changelog

  • 2137c45aea487a5f0188f96cb85875bf2e59437e - added security mode check when creating the channel to ensure proper securityMode is provided - removed overwrite in readChunk since it will not reach without valid securityMode
  • 4470d9b54d484451e8695ce847607d5e32b75135 Check if node value is a func() *Datavalue and don't wrap if it is.
  • db5fdbf4e54ddf66bb637e4242efa7d785c6a4ab Merge pull request #778 from gopcua/server_accesslevels
  • ad9aac924b3390061c8d3a022179f8676b71f24f Merge pull request #780 from ioansiran/main
  • 985a6f0615b4bea5d71ccb90d8b8bad6379b1ad0 Removed hardcoded SecurityMode in SecureChannel readChunk method.
  • 4b38728ea4842d638890fa8a89596a41eda91f27 add Access() check function to Node
  • e95b01299d440278c5a9799534ca157dc058ce6b add access level integration tests
  • b210bf46a36cbcda1184f3e9a6cbd53aa33849a5 add betterexamples of access levels in the server
  • 3012e9f932e8c688828c4959023f588973b3db26 added default value when it gets a bad security mode
  • 326bc4a3934feef39406065ee70b6e46f888728e handle int type passed into DataValueFromValue
  • 5d044576595da00f7a6cd52b7ff92c7d07ca701a implement linter fixes
  • cabb34842e6d42290899e2b694a92197781a2df4 make datavaluefromvalue better encode the value
  • 1b47c9f8abca437b73a43141a4d9ffeb40ad64c0 re-run tests
  • 4f4881504e1db302ed1d07b52ac972521348020b retract v0.7.2
  • f23711f3bae1e4660bb5ba4ce14a3692cd37f67d start checking node attribute access rules
  • 090ef6c5592340c91e5ecf72bd6bd46c60954852 update CHANGELOG

v0.7.3

Changelog

  • 808cd22dae6a1c4d07c26033393d39558e5c0141 Add unit test for security auth policy uri fallback.
  • ef1c8c8dc47beed1248c0f00ad4bc5c45c7e5f53 Merge pull request #767 from gopcua/issue-741-state-change-channel
  • c25f0308324c082c9eebf9b63a881eddba5b6b68 Merge pull request #771 from piggito/write-deadline
  • ccecc847f5b7b8cc79ee507c0987209ee0c23ee9 Merge pull request #779 from gopcua/pr-706-fallback-auth-policy-uri
  • 8c72b9718eb5f9ce5d68a9e4d92220a2063b0307 Merge pull request #785 from oliverpool/prevent-panic-ctx-cancel
  • 2943efab88e6dcc8835d86810676cb9b53ffb261 Prevent panic on context cancellation
  • e9c20e03380c2e52328757fadc194391ec99d637 Remove auth policy check in client.
  • fae25067f1877b886f4b935e23b2f0edbecc5f35 Set conn write deadline for sendAsyncWithTimeout
  • 454da9ce018f6a39cd5c6b7148797c6217c03740 add error check, extend test

... (truncated)

Changelog

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

v0.8.0 (24 Apr 2025)

  • add DialTimeout and cleanup ResolveEndpoint (#372)

v0.7.5 (24 Apr 2025)

  • Add test for method call with no inputs and an array of extobjs as output (#770)
  • Server: Ignore trailing slashes when checking matching endpoints (#788)

v0.7.4 (7 Apr 2025)

  • Removed hardcoded SecurityMode in SecureChannel readChunk method (#780)
  • Obey access levels in the server (#778, #776)

v0.7.3 (7 Apr 2025)

v0.7.2 changes

  • server: Prevent panic on context cancellation (#785)
  • Add Fallback to set session.AuthPolicyURI (#706, #779)
  • client: send events con connection changes (#741, #767)
  • uasc: Set conn write deadline for sendAsyncWithTimeout (#771)

v0.7.3 changes

  • uasc: Removed hardcoded SecurityMode in SecureChannel reacDhunk method (#780)
  • server: obay access levels in the server (#778)

v0.7.2 (7 Apr 2025)

Retracted since I've tagged the wrong branch

Only the tag and the CHANGELOG are on the wrong branch. The code is on main.

v0.7.1 (27 Feb 2025)

  • client: use nil-checked secure channel (#775)

v0.7.0 (6 Feb 2025)

  • server: use DataValue instead of Variant for node attributes (#766)

v0.6.5 (22 Jan 2025)

  • monitor: add modification functionality (#764)

v0.6.4 (14 Jan 2025)

  • subscription: add ModifySubscription functionality (#714)

v0.6.3 (11 Jan 2025)

... (truncated)

Commits
  • c59e64d update CHANGELOG
  • 5cf4db0 update CHANGELOG
  • 9dfd8bd add DialTimeout and cleanup ResolveEndpoint (#372)
  • 9288bb2 update README
  • 0069fd1 Merge pull request #788 from gopcua/issue-783-trailing-slash
  • a7aa972 Ignore trailing slashes when checking matching endpoints.
  • 22fce09 github: auto-close stale issues/prs
  • f8b3589 Merge pull request #770 from gopcua/issue-768-call-method-no-input-args
  • f7b9bfb tests/python: add test for issue #768
  • 7128e13 tests/python: allow setting of fields in constructor
  • 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.

Bumps [github.com/gopcua/opcua](https://github.com/gopcua/opcua) from 0.1.6 to 0.8.0.
- [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.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 28, 2025
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants