Opcua Versions Save

Native Go OPC-UA library

v0.5.3

5 months ago

Changelog

  • e32a4b1 Fix unchecked type assertion in Subscription Stats
  • 1782ad0 Merge pull request #693 from Jarrah-libremfg/main
  • 7cf7173 Merge pull request #700 from mvandergrift/libremfg-clear-local-session-on-recreate
  • bc2e844 setSession to nil when recreating to avoid unncessary call to CloseSession.
  • 4be6040 update CHANGELOG
  • Fixes StatusBadSessionNotActivated in updateNamespaces call during recreateSession action while reconnecting #673

v0.5.2

7 months ago

Changelog

  • 10b83a7 Empty policyURI fallback on SecureChannel SecurityPolicyURI (#669)
  • fd06ca1 Merge pull request #681 from jackchenjc/issue-671
  • 41e54cf Merge pull request #692 from SailorStu/fix-Receive-panic
  • d06cdc3 Resolve Panic from a Received payload with message size field value less than 8 byte header size.
  • c48ab76 feat(encode): print written hex on debugCodec flag (#685)
  • 7f8b1d1 feat: add support for AuthPrivateKey
  • 47bf562 fix: ReferenceNodes usage with mask set (#683)
  • 27c7e61 issue-671 Update example crypto.go
  • 570ef42 update CHANGELOG

v0.5.1

8 months ago

Changelog

  • c792486 Merge pull request #674 from sruehl/refactor/error_handling
  • 8afa891 Merge pull request #675 from sruehl/feat/FindServers
  • a33e09e Merge pull request #676 from sruehl/chore/adjust_readme_supported_services
  • a140977 Merge pull request #677 from gopcua/bump-github-actions
  • a09db45 build: bump github actions to disable warnings
  • 77ae94f build: run only one job per PR
  • 2350469 build: take advantage of new caching feature for Go
  • c4b6852 chore(doc): adjust Services section [skip ci]
  • 8a44446 chore(doc): adjust wording of client in Services section [skip ci]
  • 7610a49 feat: add support for FindServers and FindServersOnNetwork
  • a50f3ff fix: adjust to NewClient error handling
  • 0443022 fix: close calls on FindServers* should be deferred
  • 1ed5a14 refactor(discovery-example): make functions return error and handle them differently
  • 5912ea2 refactor(discovery-example): moved find calls to methods
  • bdbded7 refactor: make NewClient return an error
  • 0ddf736 update CHANGELOG and README
  • 41d44f4 update CHANGELOG and README

v0.5.0

9 months ago

What's Changed

Full Changelog: https://github.com/gopcua/opcua/compare/v0.4.1...v0.5.0

v0.4.1

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/gopcua/opcua/compare/v0.4.0...v0.4.1

v0.4.0

11 months ago

Changelog

  • a70dfc2 Clarify supported go versions, retract broken versions
  • cc2711e Merge pull request #657 from Maddin-619/fix/close_session_after_activate_failed
  • ad0ee1b Merge pull request #662 from gopcua/generics-cleanup
  • e7fe39b Use WithContext method
  • 096fb15 make closing of session explicit
  • 7edbd31 setSession if activate failes to close it properly
  • 373f7a8 update CHANGELOG
  • a7a9435 update dependencies
  • 9697a6e update flags for goreleaser
  • 772a0ac use golang.org/exp/x/slices

v0.3.15

11 months ago

Changelog

  • 5a15559 Fix races to c.Session() and c.SecureChannel()
  • 0b5ef64 Merge pull request #654 from gopcua/issue-640-panic-in-secure-channel
  • b9d2015 update CHANGELOG
  • 611b2d7 update method docs

v0.3.14

11 months ago

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

v0.3.13

1 year ago

Changelog

  • a0d6aee Add missing HistoryRead methods
  • 119433f Merge pull request #586 from gstvg/patch-1
  • bfa722b Merge pull request #645 from gopcua/go1.20
  • 2a51f44 go 1.20
  • 6fd3deb update CHANGELOG

v0.3.12

1 year ago

Changelog

  • 020a945 Merge pull request #596 from hotafrika/fix/close-secure-channel-in-close
  • 77520dc Merge pull request #599 from hotafrika/fix/infinite-reconnect-in-monitor
  • bc0a18e Merge pull request #641 from DVasselli/dv/resumeSubs
  • b41bfaa Merge pull request #643 from bamchoh/patch-1
  • 2bf3618 Merge pull request #644 from gopcua/dependabot-alerts
  • db4ea69 Revise error message
  • ffb1c5f client: resume subs only if present
  • 7e7a37a dependabot: bump golang.org/x/crypto
  • a60e59e fix integration tests for Close()
  • 28b54ca set SecureChannel nil in Close() method
  • f041aad skip StatusBadNoSubscription in monitor loop
  • e78e59a update CHANGELOG