diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 4e62b4f4..e69de29b 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -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 diff --git a/package.json b/package.json index b1b74066..e25b0bcb 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/rpm/SPECS/iotaul.spec b/rpm/SPECS/iotaul.spec index 858d3a6a..7c5ca056 100644 --- a/rpm/SPECS/iotaul.spec +++ b/rpm/SPECS/iotaul.spec @@ -170,6 +170,14 @@ fi %{_install_dir} %changelog +* Tue Apr 07 2020 Fermin Galan 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 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+