-
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 #424 from telefonicaid/task/prepare_1.13.0
Step: 1.12.0-next -> 1.13.0
- Loading branch information
Showing
3 changed files
with
10 additions
and
7 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,5 +0,0 @@ | ||
- Fix: move to warn error log about device not found | ||
- Add: check response obj before use it handling http commands | ||
- Add Southbound HTTPS support (#422) | ||
- Add Standardized MQTT-SSL support (#354) | ||
- Upgrade NodeJS version from 8.16.1 to 10.19.0 in Dockerfile due to Node 8 End-of-Life | ||
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,14 @@ fi | |
%{_install_dir} | ||
|
||
%changelog | ||
* Tue Apr 07 2020 Fermin Galan <[email protected]> 1.13.0 | ||
- Add: check response obj before use it handling http commands | ||
- Add: standardized MQTT-SSL support (#354) | ||
- Add: southbound HTTPS support (#422) | ||
- Fix: move to warn error log about device not found | ||
- Upgrade iotagent-node-lib dependency from 2.11.0 to 2.12.0 | ||
- Upgrade NodeJS version from 8.16.1 to 10.19.0 in Dockerfile due to Node 8 End-of-Life | ||
|
||
* Wed Nov 20 2019 Alvaro Vega <[email protected]> 1.12.0 | ||
- Allow use protocol ("/ul") in all mqtt topics subscribed by the agent (#287) | ||
- Use MQTT v5 shared subscriptions to avoid dupplicated messages per agent type (upgrade mqtt dep from 2.18.8 to 3.0.0). Needs MQTT v5 broker like mosquitto 1.6+ | ||
|