Skip to content

2.19.0

Compare
Choose a tag to compare
@fgalan fgalan released this 07 Feb 09:33
· 1802 commits to master since this release
9d368e5

Changes (since 2.18.0):

  • Add: extend explicitAttrs to allow JEXL expression for conditional propagation of measures (#1179)
  • Add: new JEXL transformations for adding and removing elements to/from Array: addset, removeset
  • Add: allow to use static attributes into JEXL expressions (#1184)
  • Add: add underscore to legacy expression parser (#1191)
  • Add: support for adding and updating device handler (iota-json#602)
  • Add: support both WARN and WARNING log levels (#1146)
  • Add: allow update polling device field (iota-json#602)
  • Fix: fill serv/subserv properly in context log of plugins (#1189)
  • Fix: change severity from WARN to INFO when invalid context in contextAvailable of legacy expression plugin occcurs
  • Fix: try get group by type using current type if no type is provided (#1155)
  • Fix: JEXL NGSI-LD null processing extended to remove invalid calculated values (#1164)
  • Fix: Remove preprocess stripping of explicitAttrs (#1151)
  • Fix: NGSI-LD commands are invalid (#1185)
  • Fix: replace request obsolete library by got (#858)
  • Upgrade logops dep from 2.1.0 to 2.1.2 due to colors dependency corruption