diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 65803007..e69de29b 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,4 +0,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+ -- Use AMQP durable option in assertExchange -- Use device apikey if exists in getEffectiveApiKey for command handling diff --git a/package.json b/package.json index 55b6cdbf..124cc470 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.11.0-next", + "version": "1.12.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.11.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 f11b4f8a..58eb95be 100644 --- a/rpm/SPECS/iotaul.spec +++ b/rpm/SPECS/iotaul.spec @@ -170,6 +170,12 @@ fi %{_install_dir} %changelog +* Mon 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+ +- Use AMQP durable option in assertExchange +- Use device apikey if exists in getEffectiveApiKey for command handling + * Mon Nov 04 2019 Fermin Galan 1.11.0 - Add: PM2_ENABLED flag to Docker - Fix: update default expiration device registration (ngsiv1) from 1M to 20Y