diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index ff80f477..e69de29b 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,32 +0,0 @@ -Fix: update logops dependence from 1.0.0 to 1.0.8 -Fix. Remove config-blank.js file -Add: use timestamp configuration from group device -Add: use NodeJS 8 in dockerfile -Fix: check QoS option for MQTT commands -Feature: use AMQP message handler, add reconnections and error handlers -Feature: add and use AMQP config env vars (#268) -Fix: upgrade mqtt dep from 1.14.1 to 2.18.8 -Fix: use PM2 in Dockerfile -Fix: updating dependencies due to known vulnerabilities in the previous ones - async: 1.5.2 -> 2.6.1 - body-parser: 1.15.0 -> 1.18.3 - express: ~4.11.2 -> ~4.16.4 - request: 2.81.0 -> 2.88.0 - underscore: 1.8.3 -> 1.9.1 - dateformat: 1.0.12 -> 3.0.3 - logops: 1.0.0-alpha.7 -> 1.0.0 -Fix: updating development dependencies due to known vulnerabilities in the previous ones - nock: 9.0.14 -> 10.0.1 - mocha: 2.4.5 -> 5.2.0 - should: 8.4.0 -> 13.2.3 - istanbul: ~0.1.34 -> ~0.4.5 - moment: ~2.20.1 -> ~2.22.2 - timekeeper: 0.0.5 -> 2.1.2 -Remove: old unused development dependencies - closure-linter-wrapper - sinon-chai - sinon - chai - grunt and grunt related modules -Add: npm scripts to execute tests, coverage, watch and clean -Fix: AMQP callback over-calling diff --git a/package.json b/package.json index f18bd2e3..63f60558 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iotagent-ul", "description": "IoT Agent for the Ultrlight 2.0 protocol", - "version": "1.7.0-next", + "version": "1.8.0", "homepage": "https://github.com/telefonicaid/iotagent-ul", "author": { "name": "Daniel Moran", @@ -32,7 +32,7 @@ "body-parser": "1.18.3", "dateformat": "3.0.3", "express": "~4.16.4", - "iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master", + "iotagent-node-lib": "2.8.1", "logops": "1.0.8", "mqtt": "2.18.8", "request": "2.88.0", diff --git a/rpm/SPECS/iotaul.spec b/rpm/SPECS/iotaul.spec index 2520c841..676ee60e 100644 --- a/rpm/SPECS/iotaul.spec +++ b/rpm/SPECS/iotaul.spec @@ -170,6 +170,33 @@ fi %{_install_dir} %changelog +* Wed Dec 19 2018 Fermin Galan 1.8.0 +- Add: use timestamp configuration from group device +- Add: use AMQP message handler, add reconnections and error handlers +- Add: AMQP config env vars (#268) +- Add: npm scripts to execute tests, coverage, watch and clean +- Add: use NodeJS 8 in dockerfile +- Add: use PM2 in Dockerfile +- Fix: AMQP callback over-calling +- Fix: check QoS option for MQTT commands +- Fix: remove config-blank.js file +- Upgrade: iotagent-node-lib dependence from 2.7.x to 2.8.1 +- Upgrade: mqtt dependence from 1.14.1 to 2.18.8 +- Upgrade: logops dependence from 1.0.0-alpha.7 to 1.0.8 +- Upgrade: async dependence from 1.5.2 to 2.6.1 +- Upgrade: body-parser dependence from 1.15.0 to 1.18.3 +- Upgrade: express dependence from ~4.11.2 to ~4.16.4 +- Upgrade: request dependence from 2.81.0 to 2.88.0 +- Upgrade: underscore dependence from 1.8.3 to 1.9.1 +- Upgrade: dateformat dependence from 1.0.12 to 3.0.3 +- Upgrade: nock development dependence from 9.0.14 to 10.0.1 +- Upgrade: mocha development dependence from 2.4.5 to 5.2.0 +- Upgrade: should development dependence from 8.4.0 to 13.2.3 +- Upgrade: istanbul development dependence from ~0.1.34 to ~0.4.5 +- Upgrade: moment development dependence from ~2.20.1 to ~2.22.2 +- Upgrade: timekeeper development dependence from 0.0.5 to 2.1.2 +- Remove: old unused development dependencies (closure-linter-wrapper, sinon-chai, sinon, chai, grunt and grunt related modules) + * Mon Aug 06 2018 Fermin Galan 1.7.0 - Update iotagent-node-lib to 2.7.x - Add: allow NGSIv2 for updating active attributes at CB, throught configuration based on iotagent-node-lib(#233)