Skip to content

Commit 83a0680

Browse files
authored
Merge pull request #878 from telefonicaid/task/prepare_3.8.0
step 3.7.0 -> 3.8.0
2 parents 206d0d1 + 19a627b commit 83a0680

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
- Add: allow receive command notifications from CB (iotagent-node-lib#1455)
2-
- Add: config.mqtt.subscribeBatchSize option (IOTA_MQTT_SUBSCRIBE_BATCH_SIZE) to batch topic subscriptions into multiple SUBSCRIBE packets (#875)
3-
- Fix: bad json measures are reported as 500 Error instead of 400 (#863)
4-
- Fix: Subscription fails on AWS IoT Core broker (#875)
5-
- Upgrade mqtt from 4.3.7 to 5.13.0
1+

Changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1+
3.8.0 (May 23rd, 2025)
2+
3+
- Add: allow receive command notifications from CB (iotagent-node-lib#1455)
4+
- Add: config.mqtt.subscribeBatchSize option (IOTA_MQTT_SUBSCRIBE_BATCH_SIZE) to batch topic subscriptions into multiple SUBSCRIBE packets (#875)
15
- Add: allow define custom headers with jexl expressions in http commands (#873)
6+
- Fix: bad json measures are reported as 500 Error instead of 400 (#863)
7+
- Fix: Subscription fails on AWS IoT Core broker (#875)
8+
- Upgrade mqtt from 4.3.7 to 5.13.0
9+
- Upgrade iotagent-node-lib dependency from 4.6.0 to 4.7.0
210

311
3.7.0 (February 3rd, 2025)
412

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "iotagent-json",
33
"license": "AGPL-3.0-only",
44
"description": "IoT Agent for the JSON protocol",
5-
"version": "3.7.0-next",
5+
"version": "3.8.0",
66
"homepage": "https://github.com/telefonicaid/iotagent-json",
77
"author": {
88
"name": "Daniel Moran",
@@ -68,7 +68,7 @@
6868
"body-parser-xml": "2.0.5",
6969
"dateformat": "3.0.3",
7070
"express": "4.21.2",
71-
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
71+
"iotagent-node-lib": "4.8.0",
7272
"logops": "2.1.2",
7373
"mqtt": "5.13.0",
7474
"sinon": "~6.1.0",

0 commit comments

Comments
 (0)