-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
11 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,9 +0,0 @@ | ||
- Add: check autoprovision flag before register device | ||
- Fix: upgrade underscore dep from 1.9.1 to 1.12.1 due to vulnerability | ||
- (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_CLEAN and IOTA_MQTT_CLIENT_ID) (#414, #466, #497) | ||
- Fix: missing content-type: application/json 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 |
---|---|---|
|
@@ -169,6 +169,17 @@ fi | |
%{_install_dir} | ||
|
||
%changelog | ||
* Fri Jun 18 2021 Fermin Galan <[email protected]> 1.18.0 | ||
- Add: MQTT options `clean` and `clientId` (env vars IOTA_MQTT_CLEAN and IOTA_MQTT_CLIENT_ID) (#414, #466, #497) | ||
- Add: list of environment variables which can be protected by Docker Secrets | ||
- Fix: check autoprovision flag before register device | ||
- Fix: missing content-type: application/json 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 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.17.0 | ||
- Add: Support of multimeasure for MQTT and AMQP transport (#462) | ||
- Fix: Set 60 seconds for default mqtt keepalive option (#413) | ||
|