Skip to content

1.5.0

Compare
Choose a tag to compare
@fgalan fgalan released this 14 Jul 07:06
· 71 commits to master since this release
5b309fb

This is the last version of the device simulator supporting Nodev8 [and Nodev10]. Note that Nodev8 was deprecated in December 2019 [and Nodev10 will be in April 2021], according to the node release schedule. You are highly encouraged to use Nodev12 or newer.

Changes (since 1.4.0):

  • Fix: Upgrade google spreadsheet dep from 2.0.3 to 3.0.2 due to deprecation warning (#68)
  • Fix: Date-parsable strings in --from/--to were not working (#66)
  • Fix: bug causing UL payload format always used in MQTT transport when mqttClient is already connected
  • Fix: randomLinearInterpolator failed to parse negative values
  • Upgrade from node:8.12.0-slim to node:8.15.1-slim as base image in Dockerfile
  • Upgrade from eval ~0.1.1 to 0.1.3 to support Nodejs v10