Skip to content

Releases: gopcua/opcua

v0.8.0

24 Apr 15:24
v0.8.0
c59e64d
Compare
Choose a tag to compare

Changelog

v0.7.5

24 Apr 15:22
v0.7.5
9288bb2
Compare
Choose a tag to compare

Changelog

  • a7aa972 Ignore trailing slashes when checking matching endpoints.
  • f8b3589 Merge pull request #770 from gopcua/issue-768-call-method-no-input-args
  • 0069fd1 Merge pull request #788 from gopcua/issue-783-trailing-slash
  • 22fce09 github: auto-close stale issues/prs
  • f7b9bfb tests/python: add test for issue #768
  • 7128e13 tests/python: allow setting of fields in constructor
  • a095727 tests/python: fix typo
  • f70e838 tests/python: use ua.CallMethodResult
  • 9288bb2 update README
  • 8924493 update README

v0.7.4

07 Apr 11:30
v0.7.4
090ef6c
Compare
Choose a tag to compare

Changelog

  • 2137c45 - 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
  • 4470d9b Check if node value is a func() *Datavalue and don't wrap if it is.
  • db5fdbf Merge pull request #778 from gopcua/server_accesslevels
  • ad9aac9 Merge pull request #780 from ioansiran/main
  • 985a6f0 Removed hardcoded SecurityMode in SecureChannel readChunk method.
  • 4b38728 add Access() check function to Node
  • e95b012 add access level integration tests
  • b210bf4 add betterexamples of access levels in the server
  • 3012e9f added default value when it gets a bad security mode
  • 326bc4a handle int type passed into DataValueFromValue
  • 5d04457 implement linter fixes
  • cabb348 make datavaluefromvalue better encode the value
  • 1b47c9f re-run tests
  • 4f48815 retract v0.7.2
  • f23711f start checking node attribute access rules
  • 090ef6c update CHANGELOG

v0.7.3

07 Apr 11:31
v0.7.3
8c72b97
Compare
Choose a tag to compare

Changelog

  • 808cd22 Add unit test for security auth policy uri fallback.
  • ef1c8c8 Merge pull request #767 from gopcua/issue-741-state-change-channel
  • c25f030 Merge pull request #771 from piggito/write-deadline
  • ccecc84 Merge pull request #779 from gopcua/pr-706-fallback-auth-policy-uri
  • 8c72b97 Merge pull request #785 from oliverpool/prevent-panic-ctx-cancel
  • 2943efa Prevent panic on context cancellation
  • e9c20e0 Remove auth policy check in client.
  • fae2506 Set conn write deadline for sendAsyncWithTimeout
  • 454da9c add error check, extend test
  • dcf5e89 add fmt option
  • 4a2e53b adjust error message
  • 65c1388 bump to go1.23
  • f44bb63 client: add connState channel
  • 1b1adfb config.go: setting session.AuthPolicyURI from endpoint when identityToken does not provide it
  • 96f3cb8 fix integration test
  • 07d192e gofmt
  • 4fc3aa8 started test for unset useridentitytoken
  • e4335a9 using Username seciruty ID

v0.7.1

27 Feb 16:56
v0.7.1
a5114da
Compare
Choose a tag to compare

Changelog

  • 578c8e5 Merge pull request #775 from gopcua/issue-774-read-failed
  • 8f6df6d bump go to 1.23/1.24
  • c58424a client: use nil-checked secure channel
  • a5114da update CHANGELOG

v0.7.0

06 Feb 16:33
v0.7.0
4476e95
Compare
Choose a tag to compare

Changelog

  • 3652fd6 Mark datavalue's as having values.
  • f4f7fae Merge pull request #766 from gopcua/server_UseDVs
  • 4a70b13 Migrate attributes to use DataValues instead of Variants.
  • 8a8675f Update CHANGELOG
  • 768858f Update LICENSE
  • 4476e95 Update README
  • 00d3eff remove test example

v0.6.5

22 Jan 10:11
v0.6.5
6b1ec73
Compare
Choose a tag to compare

Changelog

  • d948bf8 Address review comment
  • f89c7b6 Merge pull request #764 from jackchenjc/issue-710
  • cdb7218 monitor: add modification functionality
  • 6b1ec73 update CHANGELOG

v0.6.4

14 Jan 08:13
v0.6.4
8cdefd8
Compare
Choose a tag to compare

Changelog

  • bf2d68f Merge pull request #714 from jackchenjc/issue-713
  • 86e7bdc client_sub: remove unused parameter from func
  • d567e7f client_sub: rename func to use correct lock name
  • ac1bb48 examples/subscription: cleanup example
  • ff8ed4c subscription: add ModifySubscription functionality
  • 2d9bf00 subscription: refactor subscription recreation
  • a0fb6e8 subscription: remove unused constant
  • 8cdefd8 update CHANGELOG

v0.6.3

11 Jan 17:49
v0.6.3
de14132
Compare
Choose a tag to compare

Changelog

  • ce63abd Merge pull request #758 from gopcua/issue-757-stretchr-testify
  • 74c8438 Merge pull request #759 from vdwees/main
  • a958e31 Merge pull request #761 from gopcua/issue-760-debug-log
  • 780b10f Merge pull request #763 from gopcua/removeFatals
  • 6b07538 Remove log.Fatal's.
  • 74f623c fix: regression in examples introduced by #753
  • 23545f7 removed extra log.
  • 4063757 require: Replace verify.Values with stretchr/testfiy/require
  • 3a0460c require: client_test.go
  • e616d78 require: codec_test.go
  • b732701 require: config_test.go
  • dc150bb require: finish package tests/python
  • 91eb60e require: finish package ua
  • 07c3dd5 require: finish package uacp
  • 34d14f1 require: finish package uapolicy
  • e70172c require: finish package uasc
  • baab51d require: more tests converted
  • 35483e1 retrigger checks
  • a246812 tests/python: there should be no harm executing all subtests
  • 916d696 uasc: remove debug log
  • 520ee74 update .goreleaser.yml
  • de14132 update CHANGELOG
  • 375a335 update CHANGELOG

v0.6.2

03 Jan 10:45
a958e31
Compare
Choose a tag to compare

Changelog

  • ce63abd Merge pull request #758 from gopcua/issue-757-stretchr-testify
  • 74c8438 Merge pull request #759 from vdwees/main
  • a958e31 Merge pull request #761 from gopcua/issue-760-debug-log
  • 74f623c fix: regression in examples introduced by #753
  • 4063757 require: Replace verify.Values with stretchr/testfiy/require
  • 3a0460c require: client_test.go
  • e616d78 require: codec_test.go
  • b732701 require: config_test.go
  • dc150bb require: finish package tests/python
  • 91eb60e require: finish package ua
  • 07c3dd5 require: finish package uacp
  • 34d14f1 require: finish package uapolicy
  • e70172c require: finish package uasc
  • baab51d require: more tests converted
  • a246812 tests/python: there should be no harm executing all subtests
  • 916d696 uasc: remove debug log
  • 520ee74 update .goreleaser.yml
  • f39db43 update CHANGELOG