Skip to content

Commit 9786058

Browse files
authored
Merge pull request #358 from telefonicaid/task/prepare_3_6_0
step 3.5.0 -> 3.6.0
2 parents 779bfd2 + 68ba382 commit 9786058

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
- Add: /iot/groups API endpoints support (as equivalent to /iot/services) (#270)
2-
- Deprecated: /iot/services API routes
3-
- Upgrade body-parser dep from 1.19.0 to 1.20.3
4-
- Upgrade express from 4.19.2 to 4.21.2
5-
- Upgrade mongodb devdep from 4.17.0 to 4.17.2
6-
- Upgrade mongoose dep from 5.13.20 to 8.8.4 (solving vulnerability CVE-2024-53900) (#351)
1+

Changelog

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
3.6.0 (Feb 3rd, 2025)
2+
13
- Add: allow set useCBflowControl in config group (iotagent-node-lib#1420)
24
- Add: allow store last measure in device (by id, apikey, service and subservice) in config group (iotagent-node-lib#1669)
3-
- Upgrade mongoose dep from 8.8.4 to 8.9.5 (solving vulnerability CVE-2025-23061) (#1674)
5+
- Add: /iot/groups API endpoints support (as equivalent to /iot/services) (#270)
6+
- Upgrade body-parser dep from 1.19.0 to 1.20.3
7+
- Upgrade express from 4.19.2 to 4.21.2
8+
- Upgrade mongodb devdep from 4.17.0 to 4.17.2
9+
- Upgrade mongoose dep from 5.13.20 to 8.9.5 (solving vulnerability CVE-2024-53900, CVE-2025-23061) (#351,#1674)
10+
- Upgrade iotagent-node-lib dependency from 4.6.0 to 4.7.0
11+
- Deprecated: /iot/services API routes
412

513
3.5.0 (Sep 18th, 2024)
614

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iotagent-manager",
33
"description": "IoT Agent Manager proxy",
4-
"version": "3.5.0-next",
4+
"version": "3.6.0",
55
"homepage": "https://github.com/telefonicaid/iotagent-manager",
66
"author": {
77
"name": "Daniel Moran",
@@ -32,7 +32,7 @@
3232
"async": "2.6.4",
3333
"body-parser": "~1.20.3",
3434
"express": "4.21.2",
35-
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
35+
"iotagent-node-lib": "4.7.0",
3636
"logops": "2.1.2",
3737
"mongoose": "8.9.5",
3838
"revalidator": "~0.3.1",

0 commit comments

Comments
 (0)