Skip to content

Commit

Permalink
Merge pull request #376 from telefonicaid/hardening/prepare_1.10.0
Browse files Browse the repository at this point in the history
Step: 1.9.0-next -> 1.10.0
  • Loading branch information
AlvaroVega authored Aug 13, 2019
2 parents 845f50f + 090133d commit 349be48
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 @@
- Set Nodejs 8 as minimum version in packages.json (effectively removing Nodev6 from supported versions)
- Add: reconnect when MQTT closes connection (including mqtt retries and keepalive conf options)
- Add: configuration retrieval support in MQTT transport (#361).

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.9.0-next",
"version": "1.10.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.10.0",
"logops": "2.1.0",
"mqtt": "2.18.8",
"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
* Tue Aug 13 2019 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.10.0
- Set Nodejs 8 as minimum version in packages.json (effectively removing Nodev6 from supported versions)
- Add: reconnect when MQTT closes connection (including mqtt retries and keepalive conf options)
- Add: configuration retrieval support in MQTT transport (#361)
- Upgrade iotagent-node-lib dependency from 2.9.0 to 2.10.0

* Wed May 22 2019 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.9.0
- Set Nodejs 6 version in packages.json (effectively removing Nodev4 as supported version)
- Add: config.http.timeout (and associated enviroment variable IOTA_HTTP_TIMEOUT)(#97)
Expand Down

0 comments on commit 349be48

Please sign in to comment.