Skip to content

Commit 588237d

Browse files
authored
Merge pull request #679 from telefonicaid/task/prepare_3.5.0
prepare 3.5.0
2 parents cf72bd1 + b6311a5 commit 588237d

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
- Fix: update device using previous device apikey to avoid error when apikey is updated (iota-json#833)
2-
- Fix: allow send multiple measures to CB in a batch (POST /v2/op/update) and sorted by TimeInstant when possible, instead of using multiples single request (iotagent-json#825, iotagent-node-lib#1612)
3-
- Fix: default express limit to 1Mb instead default 100Kb and allow change it throught a conf env var 'IOTA_EXPRESS_LIMIT' (iota-json#827)

Changelog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
3.4.0 (April 26th, 2024)
1+
3.5.0 (June 11th, 2024)
2+
3+
- Fix: update device using previous device apikey to avoid error when apikey is updated (iota-json#833)
4+
- Fix: allow send multiple measures to CB in a batch (POST /v2/op/update) and sorted by TimeInstant when possible, instead of using multiples single request (iotagent-json#825, iotagent-node-lib#1612)
5+
- Fix: default express limit to 1Mb instead default 100Kb and allow change it throught a conf env var 'IOTA_EXPRESS_LIMIT' (iota-json#827)
6+
- Upgrade iotagent-node-lib dependency from 4.4.0 to 4.5.0
7+
8+
3.4.0 (April 26th, 2024)
29

310
- Upgrade express dep from ~4.16.4 to 4.19.2 due to a vulnerability
411
- Upgrade iotagent-node-lib dependency from 4.2.0 to 4.3.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "iotagent-ul",
33
"license": "AGPL-3.0-only",
44
"description": "IoT Agent for the Ultralight 2.0 protocol",
5-
"version": "3.4.0-next",
5+
"version": "3.5.0",
66
"homepage": "https://github.com/telefonicaid/iotagent-ul",
77
"author": {
88
"name": "Daniel Moran",
@@ -40,7 +40,7 @@
4040
"body-parser": "1.18.3",
4141
"dateformat": "3.0.3",
4242
"express": "4.19.2",
43-
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
43+
"iotagent-node-lib": "4.5.0",
4444
"logops": "2.1.2",
4545
"mqtt": "4.3.7",
4646
"underscore": "1.12.1"

0 commit comments

Comments
 (0)