### SDK for Node.JS 1.82 - January 2021
3-Release SDK Breaking Changes
- Warning: Starting 2019, the LTS active version of Node.js migrated to version 12.x. This version of SDK Node.js is only compliant with this LTS version up to 10.x.
Consequently, you need to update your Node.js version to 10.x in order to use this release of the SDK Node.js.
API Breaking Changes
- none
API Changes
- none
Others Changes
- Update the imported lib.
- Add
generateFossgrunt task to update the FOSS in documentation during delivery process. - Update the grunt task "debug" to be able to deliver a version with debug logs.
- Split the grunt build in two steps : Step 1 :
grunt: to compil the sources, Step 2 :grunt delivery: To pepare the sources + doc for package - Add stack traces when using winston logger.
- Update doc generation for Alert, AlertDevice, AlertFilter, AlertMessage, AlertTemplate.
- Add "Alert Custom" offer in AdminService::subscribeCompanyToAlertOffer and AdminService::unSubscribeCompanyToAlertOffer .
- Fix AlertsService::createOrUpdateAlert API for name and description properties.
- Use of
AlertDevicetype in the result ofAlertsService::createOrUpdateDevice, AlertsService::deleteDevice, AlertsService::getDevice, AlertsService::getDevicesto represent an Alert Device. - Use of
AlertDeviceDatatype inAlertsService::getDevicesresult to represent a list of Alert Devices.