Skip to content

Commit

Permalink
Merge pull request #66 from telefonicaid/task/prepare_1.3.0
Browse files Browse the repository at this point in the history
Step: 1.2.0-next -> 1.3.0
  • Loading branch information
AlvaroVega authored Nov 5, 2019
2 parents 91e872f + 64a811b commit af65a0f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
9 changes: 0 additions & 9 deletions CHANGES_NEXT_RELEASE
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).
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sigfox-iotagent",
"description": "IoT Agent for the Sigfox protocol",
"license": "AGPL-3.0-only",
"version": "1.2.0-next",
"version": "1.3.0",
"homepage": "https://github.com/telefonicaid/sigfox-iotagent",
"author": {
"name": "Daniel Moran",
Expand Down Expand Up @@ -37,7 +37,7 @@
"command-node": "0.1.1",
"request": "2.88.0",
"async": "1.5.2",
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "2.11.0",
"express": "4.16.4",
"body-parser": "1.18.3",
"logops": "2.1.0"
Expand Down
8 changes: 8 additions & 0 deletions rpm/SPECS/iotasigfox.spec
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,14 @@ fi
%{_install_dir}

%changelog
* Mon Nov 04 2019 Fermin Galan <fermin.galanmarquez@telefonica.com>> 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 <fermin.galanmarquez@telefonica.com>> 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
Expand Down

0 comments on commit af65a0f

Please sign in to comment.