Skip to content

Releases: gopcua/opcua

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

v0.3.1

27 Jan 14:40
v0.3.1
486ed60
Compare
Choose a tag to compare

Changelog

  • 4dee16b Merge pull request #552 from gopcua/issue-547-update-namespace-on-reconnect
  • 71a904b Merge pull request #555 from gopcua/add-missing-with-context-methods
  • a3e41d3 add Changelog
  • aaca6d8 client: add missing WithContext methods
  • 9bf9590 client: add missing deprecation notes
  • 10b27a4 client: debug logging
  • 0264c0e client: update namespaces on reconnect
  • 3b9868f client: use context
  • 73ac88c examples: use context
  • 17436a2 examples: use correct close method
  • 50419c1 monitor: add missing WithContext methods
  • e3a606e uatest: use context
  • 486ed60 update changelog

v0.3.0

21 Jan 11:58
v0.3.0
6c5af25
Compare
Choose a tag to compare

Changelog

  • f9d631d Merge pull request #541 from northvolt/add-context-to-send-request
  • c753e3d Merge pull request #542 from northvolt/add-context-to-public
  • 36fac3f Merge pull request #548 from northvolt/reduce-channel-requirement
  • 6c5af25 Merge pull request #549 from gopcua/add-context-to-subscription
  • c7e5dd2 add context to examples
  • 692efa9 add context to key client methods
  • d545cfe add context to node methods
  • ca2228a add context to sendAsyncWithTimeout
  • 560b53a add context to subscription methods
  • 9bb60b4 add deprecation comments
  • 9f41dc1 add deprecation notices to subscription methods
  • 8a06ec5 channel only needs to be able to read
  • 169303b migrate remaing client methods
  • f2488ea migrate send request
  • 0abcf6b use ctx in calls to send request

v0.2.7

18 Jan 15:54
1743aa2
Compare
Choose a tag to compare

Changelog

  • 1743aa2 Merge pull request #546 from gopcua/find-namespace
  • 2486dac Update README.md
  • c36cc4c opcua: add FindNamespace and tests to client

v0.2.6

04 Jan 09:29
2980901
Compare
Choose a tag to compare

Changelog

  • 2980901 Merge pull request #539 from gopcua/issue-538-session-id-invalid
  • 726819e better debug logging, remove dead code
  • ca2dd2d client: fix accidental setting session to nil
  • aa8cd5d uatest: fix test

v0.2.5

03 Jan 16:15
8b599ae
Compare
Choose a tag to compare

Changelog