Skip to content

Releases: gopcua/opcua

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

v0.3.7

05 Oct 16:36
319e04e
Compare
Choose a tag to compare

Changelog

  • 319e04e Merge pull request #608 from gopcua/uasc-stop-timer
  • e0f6147 uasc: stop expiration timer

v0.3.6

29 Sep 17:07
b35cecc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.5...v0.3.6

v0.3.5

15 Jun 12:28
ad98a1d
Compare
Choose a tag to compare

Changelog

  • be269a7 Change encryption URI for aes128Sha256RsaOaep to w3.org
  • ad98a1d Merge pull request #585 from LarsStegman/fix-rsa-oaep-enc-uri
  • bd9ff12 examples: use SubscribeWithContext
  • 278231b update .gitignore
  • bff20f0 update CHANGELOG

v0.3.4

06 May 13:32
4e46cdb
Compare
Choose a tag to compare

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

v0.3.3

08 Apr 07:32
962060b
Compare
Choose a tag to compare

Changelog

  • 962060b Disable test cache to run all tests every time
  • 543c263 Merge pull request #562 from powersj/patch-1
  • 6bb1cf2 Merge pull request #572 from gopcua/clarify-submux-lock
  • 6898ac9 Merge pull request #573 from gopcua/min-go1.17
  • f878f81 fix: check connection before closing
  • 2b83f02 make go1.17 the minimal go version
  • f50785f make use of submux lock visible and fix missing locks
  • 52042d1 refactor notifySubscriptions and add submux lock
  • 78dec6b release subMux lock in case of error
  • 166c1c7 update tested OPC-UA server list

v0.3.2

14 Mar 10:08
e441a02
Compare
Choose a tag to compare

Changelog

  • bda1dc9 Merge pull request #564 from siscia/write_arrays
  • e441a02 Update CHANGELOG
  • 8c2c58c add decoding implementation for arrays
  • b84b1f1 add fast path for byte arrays
  • 8b84116 add small comment
  • 1081569 add tests for byte arrays to test fast path
  • 3688c80 better errors
  • 4526361 implements write arrays
  • b703000 test encoding and decoding of arrays