Skip to content

Commit

Permalink
Merge pull request #632 from telefonicaid/task/prepare_2.4.0
Browse files Browse the repository at this point in the history
step 2.3.0-next -> 2.4.0
  • Loading branch information
fgalan authored Sep 20, 2023
2 parents 821e45d + d2779ab commit 78b91d4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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: try to use apikey from measure/group to find, update and remove device in first attempt (iota-node-lib#1426)
- Fix: ensure device apikey in already provisioned device (iota-node-lib#1430, iota-node-lib#1435)
- Remove: bidirectional plugin (iota-node-lib#1413)
7 changes: 7 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.4.0 (Sep 20th, 2023)

- Fix: try to use apikey from measure/group to find, update and remove device in first attempt (iota-node-lib#1426)
- Fix: ensure device apikey in already provisioned device (iota-node-lib#1430, iota-node-lib#1435)
- Remove: bidirectional plugin (iota-node-lib#1413)
- Upgrade iotagent-node-lib dependency from 3.3.0 to 3.4.0 (some ngsi-ld flows would not work as expected)

2.3.0 (Aug 25th, 2023)

- Fix: update tests to not create initial entity when append mode is enabled
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": "2.3.0-next",
"version": "2.4.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.16.4",
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "3.4.0",
"logops": "2.1.2",
"mqtt": "4.3.7",
"underscore": "1.12.1"
Expand Down

0 comments on commit 78b91d4

Please sign in to comment.