Skip to content

Commit

Permalink
Merge pull request #158 from telefonicaid/task/prepare_1.3.0
Browse files Browse the repository at this point in the history
Step: 1.2.0-next -> 1.3.0
  • Loading branch information
AlvaroVega authored Nov 4, 2019
2 parents 50d206b + 6b9a6b1 commit 53473fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,9 +0,0 @@
- Set Nodejs 8 as minimum version in packages.json (effectively removing Nodev6 from supported versions)
- Device type can now be taken from the uri query parameter type. e.g. with this url /rd?ep=endpoint&lt=300&b=U&type=Type
the device type will be Type if the type is defined in config.js. In this way, other lwm2m client implementations in
which the URI-Path is not configurable can use the Device type functionality.
- defaultAcceptFormat variable added to config.js (equivalent to LWM2M_DEFAULT_ACCEPT_FORMAT env var). This variable allows the user to control the Accept header value
for read and observe server sent requests. This header can be useful when the server needs to specify an specific
content-format to properly interoperate with the connected clients.
- LWM2M_WRITE_FORMAT env var as equivalence of config.writeFormat
- Upgrade mongoose dependency from 5.3.10 to 5.7.7 due to security
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.2.0-next",
"version": "1.3.0",
"homepage": "https://github.com/telefonicaid/lwm2m-node-lib",
"author": {
"name": "Daniel Moran",
Expand Down

0 comments on commit 53473fb

Please sign in to comment.