-
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 #158 from telefonicaid/task/prepare_1.3.0
Step: 1.2.0-next -> 1.3.0
- Loading branch information
Showing
2 changed files
with
1 addition
and
10 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,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<=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 | ||
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