Skip to content

Commit

Permalink
Merge pull request #403 from telefonicaid/task/prepare_1.12.0
Browse files Browse the repository at this point in the history
STep: 1.11.0-next -> 1.12.0
  • Loading branch information
mrutid authored Nov 20, 2019
2 parents 44f647d + b948346 commit 9cb5e58
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 0 additions & 4 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -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
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.11.0-next",
"version": "1.12.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.11.0",
"logops": "2.1.0",
"mqtt": "3.0.0",
"request": "2.88.0",
Expand Down
6 changes: 6 additions & 0 deletions rpm/SPECS/iotaul.spec
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@ fi
%{_install_dir}

%changelog
* Mon Nov 20 2019 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 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 <fermin.galanmarquez@telefonica.com> 1.11.0
- Add: PM2_ENABLED flag to Docker
- Fix: update default expiration device registration (ngsiv1) from 1M to 20Y
Expand Down

0 comments on commit 9cb5e58

Please sign in to comment.