Skip to content

2.13.0

Compare
Choose a tag to compare
@AlvaroVega AlvaroVega released this 14 Sep 08:03
e5928b4

This release removes support from Nodev8. Note that Nodev8 was deprecated in December 2019 according to the node release schedule. You are highly encouraged to use Nodev10 or newer.

Changes (since 2.12.0):

  • Add: support for JEXL as expression language (#801, #687, #868)
  • Add: expressionLanguage to save/update device and group
  • Add: mongodb additional options (ssl and extraArgs) to be able to connect "MongoDB as a Cloud Service" (#859)
  • Add: template to allow metadata to be set via the Device API (#870)
  • Add: selectively ignore some of the measures (iotagent-json#416, iotagent-ul#372)
  • Fix: multientity when more than 2 attribute with same name and object_id (#877)
  • Fix: log always writing the same correlator id and transaction id (iota-json#426, iota-ul#326)
  • Fix: log device group error detail when group not found
  • Fix: fix and use fillService to fix logs in provision
  • Fix: some ngsi service log levels
  • Fix: listing service groups returns only a single service group (#894)
  • Fix: do not intercept error about DEVICE_GROUP_NOT_FOUND in checkApiKeyAndResource (#889)
  • Fix: do not intercept error about DEVICE_NOT_FOUND in findOrCreate and checkDUplicates device (#889)
  • Overall update of dev package dependencies
  • Set Nodejs 10 as minimum version in packages.json (effectively removing Nodev8 from supported versions)