Skip to content

### SDK for Node.JS 1.82 - January 2021

Compare
Choose a tag to compare
@vberder01 vberder01 released this 28 Jan 14:48
· 1606 commits to master since this release

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 of AlertsService::createOrUpdateDevice, AlertsService::deleteDevice, AlertsService::getDevice, AlertsService::getDevices to represent an Alert Device.
  • Use of AlertDeviceData type in AlertsService::getDevices result to represent a list of Alert Devices.