Skip to content

Commit

Permalink
Merge pull request #141 from telefonicaid/task/prepare_1.1.0
Browse files Browse the repository at this point in the history
Step: 1.0.0 -> 1.1.0
  • Loading branch information
AlvaroVega authored Dec 19, 2018
2 parents 45f9268 + 18f533e commit 8988a8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
29 changes: 0 additions & 29 deletions CHANGES_NEXT_RELEASE
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lwm2m-node-lib",
"description": "Library for developing servers and client of OMA Lightweight M2M",
"version": "1.0.0",
"version": "1.1.0",
"homepage": "https://github.com/telefonicaid/lwm2m-node-lib",
"author": {
"name": "Daniel Moran",
Expand Down

0 comments on commit 8988a8d

Please sign in to comment.