Skip to content

Commit

Permalink
step 4.6.0-next -> 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Feb 3, 2025
1 parent dac908d commit 1a2e175
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
10 changes: 0 additions & 10 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,10 +0,0 @@
- Add: store (and recover) previous jexlctxt and make available in current jexlctxt (#1690)
- Fix: set polling and transport for autoprovisioned devices
- 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)
- 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)
12 changes: 12 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
4.7.0 (February 3rd, 2025)

- Add: store (and recover) previous jexlctxt and make available in current jexlctxt (#1690)
- Fix: set polling and transport for autoprovisioned devices
- 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)
- 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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "iotagent-node-lib",
"license": "AGPL-3.0-only",
"description": "IoT Agent library to interface with NGSI Context Broker",
"version": "4.6.0-next",
"version": "4.7.0",
"homepage": "https://github.com/telefonicaid/iotagent-node-lib",
"keywords": [
"fiware",
Expand Down

0 comments on commit 1a2e175

Please sign in to comment.