-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #494 from telefonicaid/task/prepare_1.17.0
Step: 1.16.0-next -> 1.17.0
- Loading branch information
Showing
3 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +0,0 @@ | ||
- Add: check autoprovision flag before register device | ||
- Fix: upgrade underscore dep from 1.9.1 to 1.12.1 due to vulnerability | ||
- Fix: use expressionLanguage defined in group is not defined at device level (iota-node-lib#1027) | ||
- (Only tests) Fix: ensure service of groups, device and commands is stored in mongo in lowercase (iota-node-lib#1023) | ||
- Add: MQTT options `clean` and `clientId` (env vars IOTA_MQTT_CLEA and IOTA_MQTT_CLIENT_ID) (#371) | ||
- Fix: missing content-type: text/plain header in the request sent to device command endpoint (HTTP transport) | ||
- Fix: avoid raise mongo alarm when a measure is not maching a group configuration | ||
- Upgrade NodeJS version from 10 to 12 in Dockerfile due to Node 10 End-of-Life | ||
- Set Nodejs 12 as minimum version in packages.json (effectively removing Nodev10 from supported versions) | ||
- Add list of environment variables which can be protected by Docker Secrets | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,6 +170,18 @@ fi | |
%{_install_dir} | ||
|
||
%changelog | ||
* Fri Jun 18 2021 Fermin Galan <[email protected]> 1.17.0 | ||
- Add: MQTT options `clean` and `clientId` (env vars IOTA_MQTT_CLEA and IOTA_MQTT_CLIENT_ID) (#371) | ||
- Add: list of environment variables which can be protected by Docker Secrets | ||
- Fix: check autoprovision flag before register device | ||
- Fix: missing content-type: text/plain header in the request sent to device command endpoint (HTTP transport) | ||
- Fix: avoid raise mongo alarm when a measure is not maching a group configuration | ||
- Fix: use expressionLanguage defined in group is not defined at device level (iota-node-lib#1027) | ||
- Upgrade underscore dependency from 1.9.1 to 1.12.1 due to vulnerability | ||
- Upgrade iotagent-node-lib dependency from 2.15.0 to 2.16.0 | ||
- Upgrade NodeJS version from 10 to 12 in Dockerfile due to Node 10 End-of-Life | ||
- Set Nodejs 12 as minimum version in packages.json (effectively removing Nodev10 from supported versions) | ||
|
||
* Thu Feb 18 2021 Alvaro Vega <[email protected]> 1.16.0 | ||
- Fix: Set 60 seconds for default mqtt keepalive option (#370) | ||
- Upgrade iotagent-node-lib dependency from 2.14.0 to 2.15.0 | ||
|