Skip to content

Commit

Permalink
Merge pull request #679 from telefonicaid/task/prepare_3.5.0
Browse files Browse the repository at this point in the history
prepare 3.5.0
  • Loading branch information
fgalan authored Jun 11, 2024
2 parents cf72bd1 + b6311a5 commit 588237d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
3 changes: 0 additions & 3 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
- Fix: update device using previous device apikey to avoid error when apikey is updated (iota-json#833)
- 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)
- Fix: default express limit to 1Mb instead default 100Kb and allow change it throught a conf env var 'IOTA_EXPRESS_LIMIT' (iota-json#827)
9 changes: 8 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
3.4.0 (April 26th, 2024)
3.5.0 (June 11th, 2024)

- Fix: update device using previous device apikey to avoid error when apikey is updated (iota-json#833)
- 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)
- Fix: default express limit to 1Mb instead default 100Kb and allow change it throught a conf env var 'IOTA_EXPRESS_LIMIT' (iota-json#827)
- Upgrade iotagent-node-lib dependency from 4.4.0 to 4.5.0

3.4.0 (April 26th, 2024)

- Upgrade express dep from ~4.16.4 to 4.19.2 due to a vulnerability
- Upgrade iotagent-node-lib dependency from 4.2.0 to 4.3.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "iotagent-ul",
"license": "AGPL-3.0-only",
"description": "IoT Agent for the Ultralight 2.0 protocol",
"version": "3.4.0-next",
"version": "3.5.0",
"homepage": "https://github.com/telefonicaid/iotagent-ul",
"author": {
"name": "Daniel Moran",
Expand Down Expand Up @@ -40,7 +40,7 @@
"body-parser": "1.18.3",
"dateformat": "3.0.3",
"express": "4.19.2",
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "4.5.0",
"logops": "2.1.2",
"mqtt": "4.3.7",
"underscore": "1.12.1"
Expand Down

0 comments on commit 588237d

Please sign in to comment.