Skip to content

Releases: cognitedata/opcua-extractor-net

2.13.0

16 Feb 13:12
63e8055
Compare
Choose a tag to compare
Version 2.13.0

2.12.0

08 Feb 11:24
5227baa
Compare
Choose a tag to compare
Support for deleting nodes from CDF

2.11.0

01 Feb 09:45
2.11.0
3ec1dee
Compare
Choose a tag to compare
release of 2.11.0

2.10.5

19 Jan 08:33
67fec86
Compare
Choose a tag to compare
Version 2.10.5

Improve handling of unknown namespace indices

2.10.4

18 Jan 13:57
212182a
Compare
Choose a tag to compare
Version 2.10.4

Various bug fixes

2.10.3

10 Jan 14:14
2.10.3
b1bd0ba
Compare
Choose a tag to compare
Properly ignore server index not equal to 0

2.10.2

09 Jan 13:35
cfd73c4
Compare
Choose a tag to compare
Version 2.10.2

Fixes retries

2.10.0

25 Nov 09:13
a16d5f8
Compare
Choose a tag to compare
Version 2.10.0

 - Add option to do retries on OPC-UA service calls
 - Improved certificate handling in docker containers

2.9.1

26 Oct 12:09
f24cef9
Compare
Choose a tag to compare
Release 2.9.1

 - Actual fix to issue causing failure when the cognite section was
   missing

2.9.0

25 Oct 12:45
28a6267
Compare
Choose a tag to compare
Version 2.9.0

 - Added support for non-transparent server redundancy ref. OPC-UA standard
   chapter 4 6.6.2
 - Added `extraction-pipeline: external-id` as alias for `pipeline-id` in
   config, to align with python extractors.
 - Fixed bug causing extractor to fail if the `cognite` section was missing in
   remote config.
 - Improved performance of force-restart, the extractor will no-longer
   rebrowse automatically if force-restart is enabled. Instead use
   restart-on-reconnect if that is desired.