Skip to content

Commit

Permalink
Merge pull request #318 from telefonicaid/task/prepare_1.8.0
Browse files Browse the repository at this point in the history
Step: 1.7.0-next -> 1.8.0
  • Loading branch information
AlvaroVega authored Dec 19, 2018
2 parents 87cfed1 + 2697d85 commit ade5df3
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 34 deletions.
32 changes: 0 additions & 32 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,32 +0,0 @@
Fix: update logops dependence from 1.0.0 to 1.0.8
Fix. Remove config-blank.js file
Add: use timestamp configuration from group device
Add: use NodeJS 8 in dockerfile
Fix: check QoS option for MQTT commands
Feature: use AMQP message handler, add reconnections and error handlers
Feature: add and use AMQP config env vars (#268)
Fix: upgrade mqtt dep from 1.14.1 to 2.18.8
Fix: use PM2 in Dockerfile
Fix: updating dependencies due to known vulnerabilities in the previous ones
async: 1.5.2 -> 2.6.1
body-parser: 1.15.0 -> 1.18.3
express: ~4.11.2 -> ~4.16.4
request: 2.81.0 -> 2.88.0
underscore: 1.8.3 -> 1.9.1
dateformat: 1.0.12 -> 3.0.3
logops: 1.0.0-alpha.7 -> 1.0.0
Fix: updating development dependencies due to known vulnerabilities in the previous ones
nock: 9.0.14 -> 10.0.1
mocha: 2.4.5 -> 5.2.0
should: 8.4.0 -> 13.2.3
istanbul: ~0.1.34 -> ~0.4.5
moment: ~2.20.1 -> ~2.22.2
timekeeper: 0.0.5 -> 2.1.2
Remove: old unused development dependencies
closure-linter-wrapper
sinon-chai
sinon
chai
grunt and grunt related modules
Add: npm scripts to execute tests, coverage, watch and clean
Fix: AMQP callback over-calling
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iotagent-ul",
"description": "IoT Agent for the Ultrlight 2.0 protocol",
"version": "1.7.0-next",
"version": "1.8.0",
"homepage": "https://github.com/telefonicaid/iotagent-ul",
"author": {
"name": "Daniel Moran",
Expand Down Expand Up @@ -32,7 +32,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.8.1",
"logops": "1.0.8",
"mqtt": "2.18.8",
"request": "2.88.0",
Expand Down
27 changes: 27 additions & 0 deletions rpm/SPECS/iotaul.spec
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,33 @@ fi
%{_install_dir}

%changelog
* Wed Dec 19 2018 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.8.0
- Add: use timestamp configuration from group device
- Add: use AMQP message handler, add reconnections and error handlers
- Add: AMQP config env vars (#268)
- Add: npm scripts to execute tests, coverage, watch and clean
- Add: use NodeJS 8 in dockerfile
- Add: use PM2 in Dockerfile
- Fix: AMQP callback over-calling
- Fix: check QoS option for MQTT commands
- Fix: remove config-blank.js file
- Upgrade: iotagent-node-lib dependence from 2.7.x to 2.8.1
- Upgrade: mqtt dependence from 1.14.1 to 2.18.8
- Upgrade: logops dependence from 1.0.0-alpha.7 to 1.0.8
- Upgrade: async dependence from 1.5.2 to 2.6.1
- Upgrade: body-parser dependence from 1.15.0 to 1.18.3
- Upgrade: express dependence from ~4.11.2 to ~4.16.4
- Upgrade: request dependence from 2.81.0 to 2.88.0
- Upgrade: underscore dependence from 1.8.3 to 1.9.1
- Upgrade: dateformat dependence from 1.0.12 to 3.0.3
- Upgrade: nock development dependence from 9.0.14 to 10.0.1
- Upgrade: mocha development dependence from 2.4.5 to 5.2.0
- Upgrade: should development dependence from 8.4.0 to 13.2.3
- Upgrade: istanbul development dependence from ~0.1.34 to ~0.4.5
- Upgrade: moment development dependence from ~2.20.1 to ~2.22.2
- Upgrade: timekeeper development dependence from 0.0.5 to 2.1.2
- Remove: old unused development dependencies (closure-linter-wrapper, sinon-chai, sinon, chai, grunt and grunt related modules)

* Mon Aug 06 2018 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.7.0
- Update iotagent-node-lib to 2.7.x
- Add: allow NGSIv2 for updating active attributes at CB, throught configuration based on iotagent-node-lib(#233)
Expand Down

0 comments on commit ade5df3

Please sign in to comment.