Skip to content

Releases: Engineering-Research-and-Development/iotagent-opcua

OPC UA Agent v1.3.8

14 Sep 09:03
5e8ad55
Compare
Choose a tag to compare

Main changes:

  • increased status coverage in commandContextHandler by filtering opcua.StatusCodes (solved issue #39)
  • performance improvements
  • bug fixing

OPC UA Agent v1.3.7

03 Jul 07:07
84465ec
Compare
Choose a tag to compare

Main changes:

  • Refactoring
  • Supporting multicore on the Northbound side
  • Supporting OPC UA Servers with restrictions related to the number of sessions
  • Sending of OPC UA Server Timestamps to OCB as metadata
  • Mapping Tool improvement
  • Validation and Bug Fixing

OPC UA Agent v1.3.6

16 Apr 15:18
8233555
Compare
Choose a tag to compare

Main changes:

  • support of metadata, OPC UA server date is sent to OCB using attribute metadata
    Mapping Tool improvements
  • subscription strategy configurable, if the OPC UA server has subscriptions limitation, the agent can use a single subscription for monitoring all mapped nodes
  • bug fixing

OPC UA Agent v1.3.5

24 Jan 07:55
ab8ced3
Compare
Choose a tag to compare

Main changes:

  • bug fixing
  • test coverage improving
  • documentation

OPC UA Agent v1.3.4

15 Oct 14:44
Compare
Choose a tag to compare

Main Changes:

  • Document Improvement
  • Bug Fixing

OPC UA Agent v1.3.3

09 Oct 12:41
fac0e3a
Compare
Choose a tag to compare

Main improvements:

  • managing devices using API
  • test coverage
  • alignment to the last version of the node-opcua lib
  • documentation (step by step tutorial)
  • bug fixing

OPC UA Agent v1.3.2

05 Jun 07:52
Compare
Choose a tag to compare
  • IoTAgent Library 2.9.0 Alignment

OPC UA Agent v1.3.1

04 Jun 15:37
1151c49
Compare
Choose a tag to compare

Improving documentation:

  • Quality Section
  • Configuration example (using Docker)

OPC UA Agent v1.3.0

08 May 15:53
1a91682
Compare
Choose a tag to compare

Main changes:

  • improving administration services
  • added filtering capabilities to Mapping Tool
  • improving test coverage
  • added vulnerability badge (Snyk integration)
  • minor fix

OPC UA Agent v1.2.0

26 Feb 09:03
da6e0c3
Compare
Choose a tag to compare

Main changes:

  • added test cases (travis and coveralls)
  • added docker secrets support to protect IDM credentials
  • added tutorial as training material
  • minor fix