-
Notifications
You must be signed in to change notification settings - Fork 90
/
Copy pathChangelog
12 lines (11 loc) · 969 Bytes
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
4.7.0 (February 3rd, 2025)
- Add: store (and recover) previous jexlctxt and make available in current jexlctxt (#1690)
- Add: option to force to use CB flow control with new API field useCBflowControl at group and device device level (#1420)
- Add: useCBflowControl config setting (IOTA_CB_FLOW_CONTROL env var) to set CB flow control behaviour at instance level (#1420)
- Add: allow remove last measure in device
- Add: store last measure in device (by id, apikey, service and subservice) and new API field storeLastMeasure at group and device levels (#1669)
- Add: storeLastMeasure config setting (IOTA_STORE_LAST_MEASURE env var) to set default store last measure behaviour at instance level (#1669)
- Fix: set polling and transport for autoprovisioned devices
- Upgrade express dep from 4.19.2 to 4.21.2
- Upgrade mongodb devdep from 4.17.1 to 4.17.2
- Upgrade mongoose dep from 5.13.20 to 8.9.5 (solving vulnerabilies CVE-2024-53900 and CVE-2025-23061) (#1674)