From 090133d7e41853bd9a3f642e29b59eb3bb098896 Mon Sep 17 00:00:00 2001 From: Fermin Galan Marquez Date: Tue, 13 Aug 2019 10:56:58 +0200 Subject: [PATCH] Step: 1.9.0-next -> 1.10.0 --- CHANGES_NEXT_RELEASE | 4 ---- package.json | 4 ++-- rpm/SPECS/iotaul.spec | 6 ++++++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index f36f4540..e69de29b 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,4 +0,0 @@ -- Set Nodejs 8 as minimum version in packages.json (effectively removing Nodev6 from supported versions) -- Add: reconnect when MQTT closes connection (including mqtt retries and keepalive conf options) -- Add: configuration retrieval support in MQTT transport (#361). - diff --git a/package.json b/package.json index e1a932f3..80f9db66 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iotagent-ul", "license": "AGPL-3.0-only", "description": "IoT Agent for the Ultrlight 2.0 protocol", - "version": "1.9.0-next", + "version": "1.10.0", "homepage": "https://github.com/telefonicaid/iotagent-ul", "author": { "name": "Daniel Moran", @@ -38,7 +38,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.10.0", "logops": "2.1.0", "mqtt": "2.18.8", "request": "2.88.0", diff --git a/rpm/SPECS/iotaul.spec b/rpm/SPECS/iotaul.spec index 6f740525..9621b232 100644 --- a/rpm/SPECS/iotaul.spec +++ b/rpm/SPECS/iotaul.spec @@ -170,6 +170,12 @@ fi %{_install_dir} %changelog +* Tue Aug 13 2019 Fermin Galan 1.10.0 +- Set Nodejs 8 as minimum version in packages.json (effectively removing Nodev6 from supported versions) +- Add: reconnect when MQTT closes connection (including mqtt retries and keepalive conf options) +- Add: configuration retrieval support in MQTT transport (#361) +- Upgrade iotagent-node-lib dependency from 2.9.0 to 2.10.0 + * Wed May 22 2019 Fermin Galan 1.9.0 - Set Nodejs 6 version in packages.json (effectively removing Nodev4 as supported version) - Add: config.http.timeout (and associated enviroment variable IOTA_HTTP_TIMEOUT)(#97)