Skip to content

v0.2.3

Compare
Choose a tag to compare
@magiconair magiconair released this 05 Dec 16:31
· 279 commits to main since this release
v0.2.3
ab0b01b

Changelog

  • 1bd7bc1 Merge pull request #508 from gopcua/client-browse-defaults
  • 9f28cb6 Merge pull request #509 from gopcua/client-test-read-defaults
  • 0b01054 Merge pull request #516 from gopcua/fix-nodeid-string
  • 073ad3a Merge pull request #519 from gopcua/issue-518-subscription-deadlock
  • ab0b01b Merge pull request #520 from gopcua/issue-517-nodeid-string-tests
  • 908c804 client: add test for ReadRequest defaults
  • c618be1 client: clarify the purpose of the subMux lock
  • ad5a67d client: set sensible defaults for Browse
  • 1935d27 client: tidy up docs
  • 39d55aa make: add lint target
  • 5dab4f6 remove redundant type in slice
  • 0c71b64 remove redundant type in slice
  • 992a90c staticcheck: remove unnecessary guard around map access (S1036)
  • c2ba69c sub: limit the usage of the subMux
  • 9b0edfe sub: use context for sub.Cancel and monitor.Unsubscribe
  • aa74528 ua/node_id: use b= prefix for opaque node ids
  • 50e4ba4 ua: tests for NodeID.String()