Skip to content

Commit

Permalink
Merge pull request #352 from telefonicaid/task/prepare_1.9.0
Browse files Browse the repository at this point in the history
Step: 1.8.0-next -> 1.9.0
  • Loading branch information
AlvaroVega authored May 22, 2019
2 parents bae7b11 + 11a15f1 commit 2b1f423
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@
Fix: modified engine version >=6 in packages.json
Fix: update logops dependency from 1.0.8 to 2.1.0
Add: config.http.timeout (and associated enviroment variable IOTA_HTTP_TIMEOUT)(#97)
Upgrade NodeJS version from 8.12.0 to 8.16.0 in Dockerfile due to security issues
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.8.0-next",
"version": "1.9.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.9.0",
"logops": "2.1.0",
"mqtt": "2.18.8",
"request": "2.88.0",
Expand Down
7 changes: 7 additions & 0 deletions rpm/SPECS/iotaul.spec
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,13 @@ fi
%{_install_dir}

%changelog
* Wed May 22 2019 Fermin Galan <[email protected]> 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)
- Upgrade NodeJS version from 8.12.0 to 8.16.0 in Dockerfile to improve security
- Upgrade logops dependency from 1.0.8 to 2.1.0
- Upgrade iotagent-node-lib dependency from 2.8.1 to 2.9.0

* Wed Dec 19 2018 Fermin Galan <[email protected]> 1.8.0
- Add: use timestamp configuration from group device
- Add: use AMQP message handler, add reconnections and error handlers
Expand Down

0 comments on commit 2b1f423

Please sign in to comment.