Skip to content

Releases: gopcua/opcua

v0.4.1

14 Aug 12:15
v0.4.1
0d8211a
Compare
Choose a tag to compare

What's Changed

  • Add B&R Automation PC 3100 to the list of equipments. by @wipsel in #663
  • fix: handle extra padding if key length > 2048 by @Maddin-619 in #648
  • Update the schema to v1.05.02-2022-11-01 and regenerate code by @gstvg in #589
  • uasc: return an error for invalid uri/mode combinations with None by @magiconair in #664
  • go1.21 and python3.11 for testing

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

13 Jun 12:23
ad0ee1b
Compare
Choose a tag to compare

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

25 May 12:11
0b5ef64
Compare
Choose a tag to compare

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

22 May 15:34
v0.3.14
21b0a2c
Compare
Choose a tag to compare

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

23 Mar 11:49
v0.3.13
6fd3deb
Compare
Choose a tag to compare

Changelog

v0.3.12

22 Mar 13:41
v0.3.12
e78e59a
Compare
Choose a tag to compare

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

v0.3.11

01 Feb 15:33
2c767e1
Compare
Choose a tag to compare

Changelog

  • 0d19055 Merge pull request #634 from gopcua/issue-633-time-type-alias
  • 2c767e1 Update CHANGELOG
  • 5640a5d Update CHANGELOG
  • 624658a ua: decode types that convert to time.Time

v0.3.10

25 Jan 14:49
730c350
Compare
Choose a tag to compare

Changelog

  • 02fa2da Merge pull request #627 from gopcua/drop-ioutil
  • 788e3d7 Merge pull request #629 from gopcua/uacp-honor-context
  • 730c350 Update CHANGELOG
  • 08515ab drop io/ioutil
  • 218a2b7 formatting and linter checks
  • 437537a uacp: honor the context deadline during the handshake

v0.3.9

12 Jan 19:45
v0.3.9
cec7327
Compare
Choose a tag to compare

Changelog

  • 5d369d8 Merge pull request #626 from gopcua/ignore-empty-cert-filename
  • f2ab6e9 client: ignore empty filename for RemoteCertificateFile
  • cec7327 update CHANGELOG

v0.3.8

08 Dec 10:11
d926c5f
Compare
Choose a tag to compare

Changelog

  • 484b239 Change nil subscription stats to return error
  • 2e08acd Merge pull request #602 from tomhollingworth/main
  • f55ac12 Merge pull request #618 from gopcua/issue-616-log-fatal
  • bc8fc63 config: bubble up errors from configuration
  • 33edbcc config: platform dependent error messages
  • 3618f0e examples/subscribe: log that subscription will stop
  • d926c5f go1.19
  • 9cccf93 update CHANGELOG
  • f7987f6 update CHANGELOG