-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #318 from telefonicaid/task/prepare_1.8.0
Step: 1.7.0-next -> 1.8.0
- Loading branch information
Showing
3 changed files
with
29 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,6 +170,33 @@ fi | |
%{_install_dir} | ||
|
||
%changelog | ||
* 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 | ||
- 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 <[email protected]> 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) | ||
|