Skip to content

Commit abab467

Browse files
authored
Step: 1.17.0-next -> 1.18.0 (#569)
1 parent 44c500e commit abab467

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-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: check autoprovision flag before register device
2-
- Fix: upgrade underscore dep from 1.9.1 to 1.12.1 due to vulnerability
3-
- (Only tests) Fix: ensure service of groups, device and commands is stored in mongo in lowercase (iota-node-lib#1023)
4-
- Add MQTT options `clean` and `clientId` (env vars IOTA_MQTT_CLEAN and IOTA_MQTT_CLIENT_ID) (#414, #466, #497)
5-
- Fix: missing content-type: application/json header in the request sent to device command endpoint (HTTP transport)
6-
- Fix: avoid raise mongo alarm when a measure is not maching a group configuration
7-
- Upgrade NodeJS version from 10 to 12 in Dockerfile due to Node 10 End-of-Life
8-
- Set Nodejs 12 as minimum version in packages.json (effectively removing Nodev10 from supported versions)
9-
- Add list of environment variables which can be protected by Docker Secrets

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.17.0-next",
5+
"version": "1.18.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.16.0",
6666
"logops": "2.1.0",
6767
"mqtt": "3.0.0",
6868
"request": "2.88.0",

rpm/SPECS/iotajson.spec

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

171171
%changelog
172+
* Fri Jun 18 2021 Fermin Galan <[email protected]> 1.18.0
173+
- Add: MQTT options `clean` and `clientId` (env vars IOTA_MQTT_CLEAN and IOTA_MQTT_CLIENT_ID) (#414, #466, #497)
174+
- Add: list of environment variables which can be protected by Docker Secrets
175+
- Fix: check autoprovision flag before register device
176+
- Fix: missing content-type: application/json header in the request sent to device command endpoint (HTTP transport)
177+
- Fix: avoid raise mongo alarm when a measure is not maching a group configuration
178+
- Upgrade underscore dependency from 1.9.1 to 1.12.1 due to vulnerability
179+
- Upgrade iotagent-node-lib dependency from 2.15.0 to 2.16.0
180+
- Upgrade NodeJS version from 10 to 12 in Dockerfile due to Node 10 End-of-Life
181+
- Set Nodejs 12 as minimum version in packages.json (effectively removing Nodev10 from supported versions)
182+
172183
* Thu Feb 18 2021 Alvaro Vega <[email protected]> 1.17.0
173184
- Add: Support of multimeasure for MQTT and AMQP transport (#462)
174185
- Fix: Set 60 seconds for default mqtt keepalive option (#413)

0 commit comments

Comments
 (0)