Skip to content

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

OPC UA Agent v2.0.4

22 Dec 15:08
f702376
Compare
Choose a tag to compare

Main Changes (since 1.4.4):

iotagent-opcua now features a new core, improving the stability, the readibility and the overall performances of the solution
iotagent-opcua now features a more user-friendly configuration process both for local and dockerized instances
iotagent-opcua now includes latest release of mappingTool with several fixes and improvements

OPC UA Agent v1.4.4

06 Sep 14:54
Compare
Choose a tag to compare

Main Changes (since 1.4.3):

  • Upgrade: first version of new mappingTool
  • OPC UA Companion Recognition
  • Fix: minor issues fixing

OPC UA Agent v1.4.3

10 Jan 09:14
c71ea24
Compare
Choose a tag to compare

Main Changes (since 1.4.2):

  • Upgrade: readme file
  • Upgrade: test coverage improvement
  • Fix: minor issues fixing
  • Fix: external server usage issues

OPC UA Agent v1.4.2

09 Jul 14:52
e8245c1
Compare
Choose a tag to compare

This release removes support from Nodev8 and Novev10, since they were deprecated in May 2021. Then is highly recommended to use Nodev12 or newer according to https://github.com/nodejs/Release

Main Changes (since 1.4.1):

  • Add: missing CII best practices
  • Upgrade: readme
  • Upgrade: test coverage
  • Fix: minor issues fixing
  • Set Nodejs 12 as the minimum version in packages.json

OPC UA Agent v1.4.1

05 Jul 07:43
89760c4
Compare
Choose a tag to compare

Main Changes:

  • total compliance with ORION-LD (active attributes, lazy attributes, commands) using NGSI-LD
  • bug fixing

OPC UA Agent v1.4.0

02 May 19:48
c04d056
Compare
Choose a tag to compare

Main changes:

  • NGSI-LD compliance
  • CLA updating
  • Roadmap updating

OPC UA Agent v1.3.9

14 Dec 09:10
Compare
Choose a tag to compare

Main changes:

  • object_id handling aligned with the last version of the iotagent-lib
  • fix errors related to the missing connection with OPC UA Servers with authentication
  • documentation improved

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