### 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
generateFoss
grunt 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
AlertDevice
type in the result ofAlertsService::createOrUpdateDevice, AlertsService::deleteDevice, AlertsService::getDevice, AlertsService::getDevices
to represent an Alert Device. - Use of
AlertDeviceData
type inAlertsService::getDevices
result to represent a list of Alert Devices.