Releases: telefonicaid/iotagent-node-lib
Releases · telefonicaid/iotagent-node-lib
0.9.2
0.9.1
0.9.0
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
0.8.3
Changes in this release:
0.8.2
0.6.1
0.6.0
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
0.5.0
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.