-
Notifications
You must be signed in to change notification settings - Fork 44
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 #141 from telefonicaid/task/prepare_1.1.0
Step: 1.0.0 -> 1.1.0
- Loading branch information
Showing
2 changed files
with
1 addition
and
30 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,29 +0,0 @@ | ||
- Update MongoDB and Mongoose version to 2.2.35 and 4.13.12 respectively | ||
- Fix: Active attributes not working since coap proxy is not being used for lwm2m observations so observations arrives to the device from a different port from the used in the rest of communications (#110) | ||
- Fix: Avoid faster libcoap response: libcoap is not waiting long enough for lightweight-iotagent and lwm2m-node-lib to send the response (#104) | ||
- Fix: cannot handle update registration from a Wakaama client (#106) | ||
- Update COAP librery to version 0.21.0 | ||
- Using precise dependencies (~=) in packages.json | ||
- Update MongoDB to 2.2.35 | ||
- Fix: updating dependencies due to known vulnerabilities in the previous ones | ||
async: 1.5.2 -> 2.6.1 | ||
underscore: 1.7.0 -> 1.9.1 | ||
logops: 0.5.0 -> 2.1.0 | ||
coap: 0.5.0 -> 1.0.0 | ||
coap-cli: 0.5.0 -> 1.0.0 | ||
mongodb: 2.2.35 -> 3.1.0 | ||
mongoose: 4.4.3 -> 5.3.10 | ||
- Replace mongoose-auto-increment dependency (unmantained) with mongoose-plugin-autoinc | ||
- Fix: updating development dependencies due to known vulnerabilities in the previous ones | ||
mocha: 2.4.5 -> 5.2.0 | ||
should: 8.2.2 -> 13.2.3 | ||
istanbul: ~0.1.34 -> ~0.4.5 | ||
proxyquire: 0.5.1 -> 2.1.0 | ||
- Remove: old unused development dependencies | ||
sinon-chai | ||
sinon | ||
chai | ||
grunt and grunt related modules | ||
closure-linter-wrapper) | ||
- Add: npm scripts to execute tests, coverage, watch and clean | ||
- Remove: support to Node.js v4 | ||
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