Skip to content

Commit

Permalink
Merge pull request #424 from telefonicaid/task/prepare_1.13.0
Browse files Browse the repository at this point in the history
Step: 1.12.0-next -> 1.13.0
  • Loading branch information
AlvaroVega authored Apr 7, 2020
2 parents 6c45e14 + 7bb9886 commit 2393a0e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions CHANGES_NEXT_RELEASE
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "iotagent-ul",
"license": "AGPL-3.0-only",
"description": "IoT Agent for the Ultrlight 2.0 protocol",
"version": "1.12.0-next",
"version": "1.13.0",
"homepage": "https://github.com/telefonicaid/iotagent-ul",
"author": {
"name": "Daniel Moran",
Expand Down Expand Up @@ -38,7 +38,7 @@
"body-parser": "1.18.3",
"dateformat": "3.0.3",
"express": "~4.16.4",
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "2.12.0",
"logops": "2.1.0",
"mqtt": "3.0.0",
"request": "2.88.0",
Expand Down
8 changes: 8 additions & 0 deletions rpm/SPECS/iotaul.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down

0 comments on commit 2393a0e

Please sign in to comment.