-
Notifications
You must be signed in to change notification settings - Fork 266
/
Copy pathCHANGES_NEXT_RELEASE
11 lines (11 loc) · 1.02 KB
/
CHANGES_NEXT_RELEASE
1
2
3
4
5
6
7
8
9
10
11
- 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: 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)
- 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.5.0 (new transformations: arrMax, arrMin, arrMed, arrSort and arrReverse )
- Upgrade Debian version from 12.6 to 12.9 in Dockerfile