Skip to content

v0.7.4

Choose a tag to compare

@magiconair magiconair released this 07 Apr 11:30
· 136 commits to main since this release
v0.7.4
090ef6c

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