Releases: gopcua/opcua
Releases · gopcua/opcua
v0.8.0
v0.7.5
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
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
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
v0.7.0
v0.6.5
v0.6.4
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
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
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