-
Notifications
You must be signed in to change notification settings - Fork 12
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 #66 from telefonicaid/task/prepare_1.3.0
Step: 1.2.0-next -> 1.3.0
- Loading branch information
Showing
3 changed files
with
10 additions
and
11 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,9 +0,0 @@ | ||
- ADD PM2_ENABLED flag to Docker. | ||
- Upgrade NodeJS version from 8.16.0 to 8.16.1 in Dockerfile due to security issues. | ||
- Update sigfox-test.js to show the status of the response after send a message. | ||
- Improve MandatoryFieldsNotFound function (errors.js) in order to incorporate which mandatory fields is | ||
not found. | ||
- Improve in requiredFields function (sigfoxHandlers.js) in order to know the exactly field that it is not | ||
provided. | ||
- 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 |
---|---|---|
|
@@ -190,6 +190,14 @@ fi | |
%{_install_dir} | ||
|
||
%changelog | ||
* Mon Nov 04 2019 Fermin Galan <[email protected]>> 1.3.0-1 | ||
- Add: PM2_ENABLED flag to Docker | ||
- Fix: improve MandatoryFieldsNotFound function (errors.js) in order to incorporate which mandatory fields is not found. | ||
- Fix: upgrade sigfox-test.js to show the status of the response after send a message. | ||
- Fix: Improve in requiredFields function (sigfoxHandlers.js) in order to know the exactly field that it is not provide | ||
- Upgrade iotagent-node-lib dependency from 2.9.0 to 2.11.0 (including cluster nodejs functionality) | ||
- Upgrade NodeJS version from 8.16.0 to 8.16.1 in Dockerfile due to security issues | ||
|
||
* Wed May 22 2019 Fermin Galan <[email protected]>> 1.2.0-1 | ||
- Upgrade NodeJS version from 8.15.0 to 8.16.0 in Dockerfile due to security issues | ||
- Upgrade iotagent-node-lib dependency from 2.8.1 to 2.9.0 | ||
|