Skip to content

Releases: telefonicaid/iotagent-node-lib

0.4.0

22 May 08:59
Compare
Choose a tag to compare

Changes in this release:

  • Fix signature problems in agent console (#69 and #70).
  • Add implementation for the command attributes (#67).
  • Add missing headers in device provisioning with the IoT Agent Tester (#73).
  • Support for string quotes in IoT Agent Tester (#75)
  • Remove commandlineUtils files and substitute with command-node module.
  • Add InternalAttributes attribute for Configuration groups (#85).
  • Add configuration checks at startup (#84 and #83).

0.3.0

10 Apr 12:23
Compare
Choose a tag to compare

Changes in this release:

  • ADD Keywords to the package.json.
  • ADD Configuration API for dynamically creating configuration groups.
  • ADD Device Provisioning API and Device Configuration API commands in the testing clients.
  • ADD Pagination in the Device List operations.
  • FIX Remove mandatory constraint for service, servicepath and commands in Device Provisioning (#46).
  • FIX List devices based on the service and servicepath (#45).
  • FIX Lazy attributes mandatory in Device Provisioning (#51).
  • FIX Should allow to provision devices with unconfigured type (#50)
  • ADD Handler for configuration changes from the Configuration API.
  • ADD Constraint to forbid multiple devices with the same ID (#48).
  • ADD Constraint to ensure uniqueness of device configurations (#53).

0.2.0

11 Feb 17:15
Compare
Choose a tag to compare

Changes in this version:

  • Complete the Provisioning API with CRUD Operations.
  • Change signature of unregister() funciton to remove unneeded type.
  • Support XML in Context Provider updates and queries.
  • Fix multiple errors found during preparation of CPBR8 Workshop.
  • Improve the documentation to add: Configuration, Security, and IoT Library testing sections.
  • Fix package.json information to prepare the package for publishing.

This is the first release to be available in the NPM Registry

0.1.0

11 Feb 17:16
Compare
Choose a tag to compare

First draft of the IoT Agent library.