Skip to content

v0.3.14

Compare
Choose a tag to compare
@magiconair magiconair released this 22 May 15:34
· 86 commits to main since this release
v0.3.14
21b0a2c

Changelog

  • 6836af7 Add StatusBadSessionIDInvalid to the switch to improve debug messaging
  • 1d817a1 Add example how to retry common errors
  • 3a675c0 Disconnect was already set above
  • f4e2daf Expose RevisedSessionTimeout on Session.
  • 264533b Fill in endpoint to allow the client to connect
  • 33fe50a Fix typo. Provide ctx to the function call instead of context.Background()
  • c263e7c Interpret StatusBadServiceUnsupported to make clear debug logging
  • 29275e7 Merge pull request #647 from united-manufacturing-hub/main
  • 1bbf159 Merge pull request #652 from gopcua/drop-err-equals-nil
  • a37e5d7 Merge pull request #653 from bitomaxsp/error/handling
  • 0bd023a Remove 'if err == nil' anti-pattern
  • 864d469 Remove return error not needed
  • 7cc1c9c Set reconnecting status when recreating session
  • 21b0a2c Update CHANGELOG
  • d3d2a2d feat: added united manufacturing hub according to #646
  • eb0d48d review comments