File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 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
+
Original file line number Diff line number Diff line change
1
+ 3.6.0 (Feb 3rd, 2025)
2
+
1
3
- Add: allow set useCBflowControl in config group (iotagent-node-lib#1420)
2
4
- 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
4
12
5
13
3.5.0 (Sep 18th, 2024)
6
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " iotagent-manager" ,
3
3
"description" : " IoT Agent Manager proxy" ,
4
- "version" : " 3.5.0-next " ,
4
+ "version" : " 3.6.0 " ,
5
5
"homepage" : " https://github.com/telefonicaid/iotagent-manager" ,
6
6
"author" : {
7
7
"name" : " Daniel Moran" ,
32
32
"async" : " 2.6.4" ,
33
33
"body-parser" : " ~1.20.3" ,
34
34
"express" : " 4.21.2" ,
35
- "iotagent-node-lib" : " https://github.com/telefonicaid/iotagent-node-lib.git#master " ,
35
+ "iotagent-node-lib" : " 4.7.0 " ,
36
36
"logops" : " 2.1.2" ,
37
37
"mongoose" : " 8.9.5" ,
38
38
"revalidator" : " ~0.3.1" ,
You can’t perform that action at this time.
0 commit comments