Skip to content

v0.3.4

Compare
Choose a tag to compare
@magiconair magiconair released this 06 May 13:32
· 153 commits to main since this release
4e46cdb

Changelog

  • 77bbd7d Merge pull request #576 from gopcua/log-extobj-typeid
  • 71397d5 Merge pull request #578 from gopcua/errors-is-as
  • 4e46cdb Merge pull request #579 from gopcua/fs/ignore-duplicate-extobj-regs
  • d8f4dea add missing go:build constraints
  • c98cc7a disable test cache the idiomatic way
  • 2349f0c ua: do not panic if the same extension object is registered multiple times
  • 134edae ua: log unknown extension object type id
  • 8c2ba0a update CHANGELOG
  • ffd66bc update README
  • 37d37b4 update README
  • f6d094e use errors.Is and errors.As