-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #396 from telefonicaid/task/prepare_1.11.0
Step: 1.10.0-next -> 1.11.0
- Loading branch information
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,6 +170,14 @@ fi | |
%{_install_dir} | ||
|
||
%changelog | ||
* Mon Nov 04 2019 Fermin Galan <[email protected]> 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 <[email protected]> 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) | ||
|