Skip to content

Commit 138aabe

Browse files
fgalanAlvaroVega
authored andcommitted
Step: 1.9.0-next -> 1.10.0 (#405)
1 parent 50c2ea3 commit 138aabe

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
Fix: modified engine version >=6 in packages.json
2-
Fix: update logops dependency from 1.0.8 to 2.1.0
3-
Add: config.http.timeout (and associated enviroment variable IOTA_HTTP_TIMEOUT)(#152)
4-
Add: config.mqtt.{cert,key,protocol,rejectUnauthorized} (and associated environment variables IOTA_MQTT_*)(#372)
5-
Add: readding sinon as dev dependency (~6.1.0)
6-
Upgrade NodeJS version from 8.12.0 to 8.16.0 in Dockerfile due to security issues

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "iotagent-json",
33
"license": "AGPL-3.0-only",
44
"description": "IoT Agent for the JSON protocol",
5-
"version": "1.9.0-next",
5+
"version": "1.10.0",
66
"homepage": "https://github.com/telefonicaid/iotagent-json",
77
"author": {
88
"name": "Daniel Moran",
@@ -61,7 +61,7 @@
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.9.0",
6565
"logops": "2.1.0",
6666
"mqtt": "2.18.8",
6767
"request": "2.88.0",

rpm/SPECS/iotajson.spec

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,15 @@ fi
169169
%{_install_dir}
170170

171171
%changelog
172+
* Wed May 22 2019 Fermin Galan <[email protected]> 1.10.0
173+
- Set Nodejs 6 version in packages.json (effectively removing Nodev4 as supported version)
174+
- Add: config.http.timeout (and associated enviroment variable IOTA_HTTP_TIMEOUT)(#152)
175+
- Add: config.mqtt.{cert,key,protocol,rejectUnauthorized} (and associated environment variables IOTA_MQTT_*)(#372)
176+
- Add: readding sinon as dev dependency (~6.1.0)
177+
- Upgrade NodeJS version from 8.12.0 to 8.16.0 in Dockerfile to improve security
178+
- Upgrade logops dependency from 1.0.8 to 2.1.0
179+
- Upgrade iotagent-node-lib dependency from 2.8.1 to 2.9.0
180+
172181
* Wed Dec 19 2018 Fermin Galan <[email protected]> 1.9.0
173182
- Add: use timestamp configuration from group device
174183
- Add: use AMQP message handler, add reconnections and error handlers

0 commit comments

Comments
 (0)