From 894dabf48755337057b53fc8364d95b23384f524 Mon Sep 17 00:00:00 2001 From: Fermin Galan Marquez Date: Mon, 4 Nov 2019 17:37:25 +0100 Subject: [PATCH] Step: 1.10.0-next -> 1.11.0 --- CHANGES_NEXT_RELEASE | 8 -------- package.json | 4 ++-- rpm/SPECS/iotaul.spec | 8 ++++++++ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 93d1c1dd..e69de29b 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,8 +0,0 @@ -Update default register device expiration (for ngsiV1) from 1M to 20Y -Fix: Avoid connections to AMQP and MQTT when these transports are not included in configuration -Check callback before use it if MQTT connection error -ADD PM2_ENABLED flag to Docker -Upgrade NodeJS version from 8.16.0 to 8.16.1 in Dockerfile due to security issues -NOTE: in the "upgrade iotagent-node-lib from X to Y" include a mention about NGSIv2 forwarding support and issue #233 -NOTE: in the "upgrade iotagent-node-lib from X to Y" include a mention to configure multithreading using cluster -nodejs module (through multiCore config.js parameter or IOTA_MULTI_CORE environment variable) diff --git a/package.json b/package.json index 6a515364..f114f278 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.10.0-next", + "version": "1.11.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.11.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 9621b232..f11b4f8a 100644 --- a/rpm/SPECS/iotaul.spec +++ b/rpm/SPECS/iotaul.spec @@ -170,6 +170,14 @@ fi %{_install_dir} %changelog +* Mon Nov 04 2019 Fermin Galan 1.11.0 +- Add: PM2_ENABLED flag to Docker +- Fix: update default expiration device registration (ngsiv1) from 1M to 20Y +- Fix: avoid connections to AMQP and MQTT when these transports are not included in configuration +- Fix: check callback before use it if MQTT connection error +- Upgrade iotagent-node-lib dependency from 2.10.0 to 2.11.0 (inclusing NGSIv2 forwarding -issue #233-, and cluster nodejs functionality) +- Upgrade NodeJS version from 8.16.0 to 8.16.1 in Dockerfile due to security issues + * 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)