v0.1.7
Changelog
8f407c3 Add support for registered reads
e07b5a6 Add test that ua.Variant#MustVariant panics
632676d Add ua.Variant array tests and check for negative values
3fc06ef Expose errors.Equal function for comparing errors
65c704d Merge pull request #266 from gopcua/variant-custom-getters
04b6e3c Merge pull request #290 from kmpm/fix-failing-windows
39000d0 Merge pull request #293 from Intelecy/feature/actions
762ddda Merge pull request #301 from Intelecy/fix/issue-300
84c80f0 Merge pull request #304 from gopcua/feat/reconnect-sechan-before-expiry
f308e87 Merge pull request #307 from gopcua/issue-256-registered-reads
b7dc4b0 Merge pull request #308 from gopcua/chore/move-runtime-fields-to-sechan
e465e2a Merge pull request #309 from gopcua/issue-256-registered-reads-examples
a999fbc Remove duplicate NodeID method
be79663 Rename go.yml to go2.yml
510073d Solves failing tests on Windows
0188ced Update README for go1.13
68a475a add GitHub Actions badge
26ba276 add GitHub Actions def
17b4435 add custom getters for Variant values
021efaa add example for registered reads
5f5afe0 add missing tests for custom getters
1abae4f add test for registered reads
71b0d19 add test that ua.Variant#Decode catches an invalid type id.
d500e30 address github comments
d2ab1d4 address review comments
2dc8ff6 address review comments 2
ebe7c96 chore: move connection state from Config to SecureChannel
bad9dc4 do not panic on arrays dimensions greater than zero
8ed57d4 enable gh actions on pull requests
5ac5928 feat: automatically renew security token of secure channel before its lifetime expires
10d4e17 remove duplicate workflow again
e5ac88c return StatusBadTypeMismatch if variant type is not StatusCode
51c680c tests for custom variant getters
7c9e72b update circleci config for go1.13
5bd3ebd use safeAssign for BrowseNext