-
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 #276 from telefonicaid/task/prepare_1.7.0
Step: 1.6.0-next -> 1.7.0
- Loading branch information
Showing
3 changed files
with
12 additions
and
9 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,7 +0,0 @@ | ||
- Add: unhardwire MQTT qos and retain parameters in config.js (involving new env vars IOTA_MQTT_QOS and IOTA_MQTT_RETAIN) (#255) | ||
- Remove mongodb dependence from packages.json (already in iota-node-lib) | ||
- Add: allow NGSIv2 for updating active attributes at CB, throught configuration based on iotagent-node-lib(#233) | ||
- Fix: parameter order for the MEASURE-001 error message (#264) | ||
- Using precise dependencies (~=) in packages.json | ||
- Fix: upgrade mqtt dep from 1.7.0 to 1.14.1 | ||
- Add: supports NGSIv2 for device provisioning (entity creation and context registration) at CB (#233) | ||
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,16 @@ fi | |
%{_install_dir} | ||
|
||
%changelog | ||
* Mon Aug 06 2018 Fermin Galan <[email protected]> 1.7.0 | ||
- Update iotagent-node-lib to 2.7.x | ||
- Add: allow NGSIv2 for updating active attributes at CB, throught configuration based on iotagent-node-lib(#233) | ||
- Add: supports NGSIv2 for device provisioning (entity creation and context registration) at CB (#233) | ||
- Add: unhardwire MQTT qos and retain parameters in config.js (involving new env vars IOTA_MQTT_QOS and IOTA_MQTT_RETAIN) (#255) | ||
- Fix: parameter order for the MEASURE-001 error message (#264) | ||
- Fix: upgrade mqtt dep from 1.7.0 to 1.14.1 | ||
- Using precise dependencies (~=) in packages.json | ||
- Remove mongodb dependence from packages.json (already in iota-node-lib) | ||
|
||
* Mon Feb 26 2018 Fermin Galan <[email protected]> 1.6.0 | ||
- Update ioagent-node-lib to 2.6.x | ||
- Fix transport in autoprovision device depending on binding (#235) | ||
|