Skip to content

Releases: telefonicaid/iotagent-node-lib

0.9.2

23 Dec 14:48
Compare
Choose a tag to compare

Changes in this release:

  • FIX Typo dealing with attributes with metadata.

0.9.1

23 Dec 08:21
Compare
Choose a tag to compare

Changes in this release:

  • Query middlewares won't work due to an extra parameter in callbacks (#220).

0.9.0

22 Dec 15:57
Compare
Choose a tag to compare

Changes in this release:

  • Add groupRegistry.clear() to the clearAll function.
  • Add a plugin mechanism to perform translations in the entity data (#193).
  • Add /iot prefix in IOTA url for IOTAM integration.
  • Modify the answer for the GET devices and GET groups operations (#196).
  • Add APPEND Mode for Context Broker updates.
  • Add Timestamp compression plugin.
  • Add Metadata filtering to data filtering plugins (#204).
  • Fix Device DELETE should return 204 instead of 200 (#203).
  • Refactor the generic functions used in the time compression plugin to a common module (#205).
  • Modify the answer for the GET devices and GET groups operations (#196).
  • Fix List devices: the returned count value should be the total count of registered devices (#199).
  • Fix Asking for the list of configurations of a subservice return results for all services #(209).
  • Fix Integrate Node.js IOTAgents with the IOTA Manager (and the administration portal) (#159).
  • Fix Service based filtering in MongoDB registries won't work.
  • Add attribute aliases in updates (#182).
  • Fix bug when trying to stop an unstarted agent (#179).
  • Fix create device: the default value for entity_name should be [entity_type]:device_id.

0.8.4

24 Nov 11:19
Compare
Choose a tag to compare

Changes in this release:

  • Allow listDevices() to use a single param (#180).
  • Implement generic find function for the device registries.
  • Get info about iotA Version in IoTA-lib request (#184).

0.8.3

22 Oct 10:30
Compare
Choose a tag to compare

Changes in this release:

  • FIX 500 error while removing devices (#151)
  • FIX Change Device Not Found to 404 instead of 500 (#161).
  • ADD First version of the stats registry (#160).
  • FIX Reestructure files and folders (#164).
  • ADD Mongodb action to persist stats.
  • FIX Use Express Methods to check content type (#170).

0.8.2

02 Oct 09:35
Compare
Choose a tag to compare

Changes in this release:

  • ADD Command attributes to the initial entity
  • ADD Checking for multiple context responses (#153)
  • ADD Command option for the IoT Agent Tester to provision lists of devices.

0.6.1

04 Sep 12:32
Compare
Choose a tag to compare

Changes in this minor release:

  • FIX Return meaningful JSON error in ENTITY_GENERIC_ERROR.
  • FIX Add information to generic transport errors (#139).

0.6.0

04 Sep 09:37
Compare
Choose a tag to compare

Changes in this release:

  • ADD Authentication mechanisms for the IoT Agent tester.
  • ADD Examples of service and device provisioning for Thinking Things IOTAs.
  • FIX Add error information to generic NGSI errors in updates and queries (#125).
  • FIX Improve general maintainability (#126).
  • ADD Continuous integration using Travis (#131).
  • FIX Change the old temporary fiware-node-logger to use logops (#95).
  • ADD Device provisioning handler (#86).
  • ADD Support for MongoDB 3.0 (#119).
  • FIX Unstability in MongoDB tests (#128).

0.5.1

22 Jul 12:18
Compare
Choose a tag to compare

This minor release modifies the package.json file in order to make the included commands globally executable in a global installation of the module.

0.5.0

21 Jul 20:36
Compare
Choose a tag to compare

Changes in this release:

  • ADD Documentation about the release process.
  • FIX Crash when an update arrives and commands attribute is not defined.
  • ADD exit commands.
  • FIX missing headers in group operations.
  • ADD command to show and change IoTAgent console configuration.
  • FIX missing device in 'store()' function of the Memory Registry.