Skip to content

Commit

Permalink
Merge pull request #358 from telefonicaid/task/prepare_3_6_0
Browse files Browse the repository at this point in the history
step 3.5.0 -> 3.6.0
  • Loading branch information
fgalan authored Feb 3, 2025
2 parents 779bfd2 + 68ba382 commit 9786058
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
7 changes: 1 addition & 6 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
- Add: /iot/groups API endpoints support (as equivalent to /iot/services) (#270)
- Deprecated: /iot/services API routes
- Upgrade body-parser dep from 1.19.0 to 1.20.3
- Upgrade express from 4.19.2 to 4.21.2
- Upgrade mongodb devdep from 4.17.0 to 4.17.2
- Upgrade mongoose dep from 5.13.20 to 8.8.4 (solving vulnerability CVE-2024-53900) (#351)

10 changes: 9 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
3.6.0 (Feb 3rd, 2025)

- Add: allow set useCBflowControl in config group (iotagent-node-lib#1420)
- Add: allow store last measure in device (by id, apikey, service and subservice) in config group (iotagent-node-lib#1669)
- Upgrade mongoose dep from 8.8.4 to 8.9.5 (solving vulnerability CVE-2025-23061) (#1674)
- Add: /iot/groups API endpoints support (as equivalent to /iot/services) (#270)
- Upgrade body-parser dep from 1.19.0 to 1.20.3
- Upgrade express from 4.19.2 to 4.21.2
- Upgrade mongodb devdep from 4.17.0 to 4.17.2
- Upgrade mongoose dep from 5.13.20 to 8.9.5 (solving vulnerability CVE-2024-53900, CVE-2025-23061) (#351,#1674)
- Upgrade iotagent-node-lib dependency from 4.6.0 to 4.7.0
- Deprecated: /iot/services API routes

3.5.0 (Sep 18th, 2024)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iotagent-manager",
"description": "IoT Agent Manager proxy",
"version": "3.5.0-next",
"version": "3.6.0",
"homepage": "https://github.com/telefonicaid/iotagent-manager",
"author": {
"name": "Daniel Moran",
Expand Down Expand Up @@ -32,7 +32,7 @@
"async": "2.6.4",
"body-parser": "~1.20.3",
"express": "4.21.2",
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "4.7.0",
"logops": "2.1.2",
"mongoose": "8.9.5",
"revalidator": "~0.3.1",
Expand Down

0 comments on commit 9786058

Please sign in to comment.