Skip to content

Commit af65a0f

Browse files
authored
Merge pull request #66 from telefonicaid/task/prepare_1.3.0
Step: 1.2.0-next -> 1.3.0
2 parents 91e872f + 64a811b commit af65a0f

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +0,0 @@
1-
- ADD PM2_ENABLED flag to Docker.
2-
- Upgrade NodeJS version from 8.16.0 to 8.16.1 in Dockerfile due to security issues.
3-
- Update sigfox-test.js to show the status of the response after send a message.
4-
- Improve MandatoryFieldsNotFound function (errors.js) in order to incorporate which mandatory fields is
5-
not found.
6-
- Improve in requiredFields function (sigfoxHandlers.js) in order to know the exactly field that it is not
7-
provided.
8-
- NOTE: in the "upgrade iotagent-node-lib from X to Y" include a mention to configure multithreading using cluster
9-
nodejs module (through multiCore config.js parameter or IOTA_MULTI_CORE environment variable).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sigfox-iotagent",
33
"description": "IoT Agent for the Sigfox protocol",
44
"license": "AGPL-3.0-only",
5-
"version": "1.2.0-next",
5+
"version": "1.3.0",
66
"homepage": "https://github.com/telefonicaid/sigfox-iotagent",
77
"author": {
88
"name": "Daniel Moran",
@@ -37,7 +37,7 @@
3737
"command-node": "0.1.1",
3838
"request": "2.88.0",
3939
"async": "1.5.2",
40-
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master",
40+
"iotagent-node-lib": "2.11.0",
4141
"express": "4.16.4",
4242
"body-parser": "1.18.3",
4343
"logops": "2.1.0"

rpm/SPECS/iotasigfox.spec

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,14 @@ fi
190190
%{_install_dir}
191191

192192
%changelog
193+
* Mon Nov 04 2019 Fermin Galan <fermin.galanmarquez@telefonica.com>> 1.3.0-1
194+
- Add: PM2_ENABLED flag to Docker
195+
- Fix: improve MandatoryFieldsNotFound function (errors.js) in order to incorporate which mandatory fields is not found.
196+
- Fix: upgrade sigfox-test.js to show the status of the response after send a message.
197+
- Fix: Improve in requiredFields function (sigfoxHandlers.js) in order to know the exactly field that it is not provide
198+
- Upgrade iotagent-node-lib dependency from 2.9.0 to 2.11.0 (including cluster nodejs functionality)
199+
- Upgrade NodeJS version from 8.16.0 to 8.16.1 in Dockerfile due to security issues
200+
193201
* Wed May 22 2019 Fermin Galan <fermin.galanmarquez@telefonica.com>> 1.2.0-1
194202
- Upgrade NodeJS version from 8.15.0 to 8.16.0 in Dockerfile due to security issues
195203
- Upgrade iotagent-node-lib dependency from 2.8.1 to 2.9.0

0 commit comments

Comments
 (0)