Skip to content

Commit 4d28427

Browse files
fgalanAlvaroVega
authored andcommitted
STep: 1.11.0-next -> 1.12.0 (#445)
1 parent 7aec413 commit 4d28427

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +0,0 @@
1-
- Update default expiration device registration (ngsiv1) from 1M to 20Y
2-
- Fix: Avoid connections to AMQP and MQTT when these transports are not included in configuration. (#409)
3-
- Check callback before use it if MQTT connection error
4-
- ADD PM2_ENABLED flag to Docker
5-
- Upgrade NodeJS version from 8.16.0 to 8.16.1 in Dockerfile due to security issues
6-
- NOTE: in the "upgrade iotagent-node-lib from X to Y" include a mention about NGSIv2 forwarding support and issue #250
7-
- NOTE: in the "upgrade iotagent-node-lib from X to Y" include a mention to configure multithreading using cluster
8-
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": "iotagent-json",
33
"license": "AGPL-3.0-only",
44
"description": "IoT Agent for the JSON protocol",
5-
"version": "1.11.0-next",
5+
"version": "1.12.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.11.0",
6565
"logops": "2.1.0",
6666
"mqtt": "2.18.8",
6767
"request": "2.88.0",

rpm/SPECS/iotajson.spec

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

171171
%changelog
172+
* Mon Nov 04 2019 Fermin Galan <[email protected]> 1.12.0
173+
- Add: PM2_ENABLED flag to Docker
174+
- Fix: update default expiration device registration (ngsiv1) from 1M to 20Y
175+
- Fix: avoid connections to AMQP and MQTT when these transports are not included in configuration (#409)
176+
- Fix: check callback before use it if MQTT connection error
177+
- Upgrade iotagent-node-lib dependency from 2.10.0 to 2.11.0 (inclusing NGSIv2 forwarding -issue #250-, and cluster nodejs functionality)
178+
- Upgrade NodeJS version from 8.16.0 to 8.16.1 in Dockerfile due to security issues
179+
172180
* Tue Aug 13 2019 Fermin Galan <[email protected]> 1.11.0
173181
- Set Nodejs 8 as minimum version in packages.json (effectively removing Nodev6 from supported versions)
174182
- Add: Reconnect when MQTT closes connection (including mqtt retries and keepalive conf options)

0 commit comments

Comments
 (0)