Releases: telefonicaid/fiware-device-simulator
Releases · telefonicaid/fiware-device-simulator
1.8.0
1.7.0
1.6.0
This versions sets node 12 as minimum version. Thus, the support for node 8 and 10 has been removed and we strongly recommend not running the code using these node versions.
Changes (since 1.5.0):
- Set Nodejs 12 as minimum version in packages.json (effectively removing Nodev8 and Nodev10 from supported versions)
- Update time dependency from official 0.12.0 to riyadshauk fork to gain compatibility with Node v12
- Upgrade from 8.15.1-slim to 12.21.0-slim in Dockerfile
1.5.0
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
1.4.0
This versions sets node 8 as minimum version. Thus, the support for node 0.10, 4 and 6 has been removed and we strongly recommend not running the code using these node versions.
Changes since 1.3.0:
- Set Nodejs 8.12.0 as minimum version in packages.json
- Upgrade request dependency from ~2.78.0 to 2.88.0
- Upgrade logops dependency from ~1.0.1 to 2.1.0
- Upgrade mocha dev dependency from ~3.2.0 to 5.2.0
- Remove grunt and grunt related dependencies (replaced by npm scripts)
- Remove chai and sinon-chai dependencies (unused)
- Using precise dependencies (~=) in packages.json
1.3.0
- [TASK] Updating the time NPM package to the 0.12 version.
- [FEATURE] Dynamic generation of external data sources URLs based on date templates.
1.2.0
- [FEATURE] Supporting the possibility of loading context data from external sources and registering it in a Context Broker or potential subscriptor.
1.1.0
- [TASK] Documentation in ReadTheDocs
- [TASK] Docker deployment
- [TASK] LICENCE file included
- [TASK] LICENCE section included in the main README.md file
- [BUG] Assure data is available in the Google Sheet before clearing
- [FEATURE] Offer the possibility to configure the simulator command line tool by file
- [TASK] Fixing the link to the ReadTheDocs documentation in README.md file
- [TASK] Adding rpm builds for the simulator
- [TASK] Adding doc RPM builds
- [TASK] Adding the FIWARE badges to the README.md file
- [FEATURE] Possibility to set the return type of the multiline-position-interpolator as geo:point
- [BUG] Return appropriate point type when mobile elements are stopped
1.0.0
- Initial release