Releases: Engineering-Research-and-Development/iotagent-opcua
Releases · Engineering-Research-and-Development/iotagent-opcua
OPC UA Agent v2.0.5
Main changes since v2.0.4
- You can now use "/op/update" REST API to overwrite an OPC UA attribute
OPC UA Agent v2.0.4
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
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
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
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
Main Changes:
- total compliance with ORION-LD (active attributes, lazy attributes, commands) using NGSI-LD
- bug fixing
OPC UA Agent v1.4.0
Main changes:
- NGSI-LD compliance
- CLA updating
- Roadmap updating
OPC UA Agent v1.3.9
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
Main changes:
- increased status coverage in commandContextHandler by filtering opcua.StatusCodes (solved issue #39)
- performance improvements
- bug fixing
OPC UA Agent v1.3.7
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