Skip to content

Commit fe407f3

Browse files
authored
Merge pull request #528 from telefonicaid/task/prepare_1.17.0
step 1.16.0-next -> 1.17.0
2 parents 63cda51 + d7be2e0 commit fe407f3

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
Fix: Set 60 seconds for default mqtt keepalive option (#413)
2-
Add: Support of multimeasure for MQTT and AMQP transport (#462)

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.16.0-next",
5+
"version": "1.17.0",
66
"homepage": "https://github.com/telefonicaid/iotagent-json",
77
"author": {
88
"name": "Daniel Moran",
@@ -62,7 +62,7 @@
6262
"body-parser": "1.18.3",
6363
"dateformat": "3.0.3",
6464
"express": "~4.16.4",
65-
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master",
65+
"iotagent-node-lib": "2.15.0",
6666
"logops": "2.1.0",
6767
"mqtt": "3.0.0",
6868
"request": "2.88.0",

rpm/SPECS/iotajson.spec

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

171171
%changelog
172+
* Thu Feb 18 2021 Alvaro Vega <[email protected]> 1.17.0
173+
- Add: Support of multimeasure for MQTT and AMQP transport (#462)
174+
- Fix: Set 60 seconds for default mqtt keepalive option (#413)
175+
- Upgrade iotagent-node-lib dependency from 2.14.0 to 2.15.0
172176

173177
* Mon Nov 16 2020 Alvaro Vega <[email protected]> 1.16.0
174178
- Add: use mqtt.qos and mqtt.retain values from command for command execution (#504)

0 commit comments

Comments
 (0)