File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- - Update default expiration device registration (ngsiv1) from 1M to 20Y
2- - Fix: Avoid connections to AMQP and MQTT when these transports are not included in configuration. (#409)
3- - Check callback before use it if MQTT connection error
4- - ADD PM2_ENABLED flag to Docker
5- - Upgrade NodeJS version from 8.16.0 to 8.16.1 in Dockerfile due to security issues
6- - NOTE: in the "upgrade iotagent-node-lib from X to Y" include a mention about NGSIv2 forwarding support and issue #250
7- - NOTE: in the "upgrade iotagent-node-lib from X to Y" include a mention to configure multithreading using cluster
8- nodejs module (through multiCore config.js parameter or IOTA_MULTI_CORE environment variable)
Original file line number Diff line number Diff line change 22 "name" : " iotagent-json" ,
33 "license" : " AGPL-3.0-only" ,
44 "description" : " IoT Agent for the JSON protocol" ,
5- "version" : " 1.11.0-next " ,
5+ "version" : " 1.12.0 " ,
66 "homepage" : " https://github.com/telefonicaid/iotagent-json" ,
77 "author" : {
88 "name" : " Daniel Moran" ,
6161 "body-parser" : " 1.18.3" ,
6262 "dateformat" : " 3.0.3" ,
6363 "express" : " ~4.16.4" ,
64- "iotagent-node-lib" : " git://github.com/telefonicaid/iotagent-node-lib.git#master " ,
64+ "iotagent-node-lib" : " 2.11.0 " ,
6565 "logops" : " 2.1.0" ,
6666 "mqtt" : " 2.18.8" ,
6767 "request" : " 2.88.0" ,
Original file line number Diff line number Diff line change 169169%{_install_dir }
170170
171171%changelog
172+ *
Mon Nov 04 2019 Fermin Galan <[email protected] > 1.12.0 173+ - Add: PM2_ENABLED flag to Docker
174+ - Fix: update default expiration device registration (ngsiv1) from 1M to 20Y
175+ - Fix: avoid connections to AMQP and MQTT when these transports are not included in configuration (#409)
176+ - Fix: check callback before use it if MQTT connection error
177+ - Upgrade iotagent-node-lib dependency from 2.10.0 to 2.11.0 (inclusing NGSIv2 forwarding -issue #250-, and cluster nodejs functionality)
178+ - Upgrade NodeJS version from 8.16.0 to 8.16.1 in Dockerfile due to security issues
179+
172180*
Tue Aug 13 2019 Fermin Galan <[email protected] > 1.11.0 173181- Set Nodejs 8 as minimum version in packages.json (effectively removing Nodev6 from supported versions)
174182- Add: Reconnect when MQTT closes connection (including mqtt retries and keepalive conf options)
You can’t perform that action at this time.
0 commit comments