Skip to content

1.3.0

Compare
Choose a tag to compare
@fgalan fgalan released this 04 Nov 15:36
· 17 commits to master since this release
53473fb

Changes (since 1.2.0):

  • Set Nodejs 8 as the minimum version in packages.json (effectively removing Nodev6 from supported versions)
  • Add: 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.
  • Add: 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 reading and observe server sent requests. This header can be useful when the server needs to specify a specific content-format to properly interoperate with the connected clients.
  • Add: LWM2M_WRITE_FORMAT env var as equivalence of config.writeFormat
  • Upgrade mongoose dependency from 5.3.10 to 5.7.7 due to security