Skip to content

4.2.0

Latest
Compare
Choose a tag to compare
@fgalan fgalan released this 09 May 11:56
· 150 commits to master since this release

Full documentation at: http://fiware-orion.readthedocs.io/en/4.2.0/

NGSIv2 API reference: https://github.com/telefonicaid/fiware-orion/blob/4.2.0/doc/manuals/orion-api.md

Changes (since 4.1.0):

  • Fix: rendering of large float numbers (according IEEE754 standard) (#4642)
  • Fix: notification was not triggered in subs using entityUpdate alterationType when some attribute not included in condition.attrs has an actual value change (#4647)
  • Fix: previousValue metadata was not taken into account in attributes not in the update that triggers the notification (#4643)
  • Fix: detects duplication in orderBy tokens responding with 400 Bad Request in that case (#4664)
  • Fix: improve attribute and metadata invalid format dates for DateTime types in logs (#4616)
  • Fix: attrsFormat keyValues and values were not working in custom notifications using ngsi payloads (#4644)
  • Fix: JEXL expressions were not working in attrsFormat simplifiedKeyValues, keyValues or values (#4645)
  • Fix: env vars values with unsigned int or long types where not correctly printed at startup time in INFO log level (#4668)
  • Hardening: upgrade microhttpd dependency from 0.9.76 to 1.0.1
  • Hardening: upgrade libmosquitto dependency from 2.0.15 to 2.0.20
  • Hardening: upgrade libmongoc dependency from 1.24.3 to 1.29.0
  • Upgrade cjexl version from 0.4.0 to 0.6.0 (new transformations: nMapper, arrMax, arrMin, arrMed, arrSort and arrReverse )
  • Upgrade Debian version from 12.6 to 12.10 in Dockerfile
  • Reference MongoDB version changed from 6.0 to 8.0

Thanks to the following people that contributed to this version:
@fisuda