Skip to content

Commit

Permalink
Merge pull request #651 from telefonicaid/task/prepare_2.5.0
Browse files Browse the repository at this point in the history
step 2.4.0-next -> 3.0.0
  • Loading branch information
fgalan authored Nov 24, 2023
2 parents 4abb860 + 30df6a6 commit 2d050f7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 1 addition & 3 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
- Remove: local mergeDeviceWithConfiguration redefined from iota-node-lib (#642)
- Fix: ensure service and subservice from device in logs about error proccesing message
- Fix: remove autocast (iotagent-node-lib#1498)


7 changes: 7 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
3.0.0 (November 24th, 2023)

- Fix: ensure service and subservice from device in logs about error proccesing message
- Fix: remove autocast (iotagent-node-lib#1498)
- Upgrade iotagent-node-lib dependency from 3.4.0 to 4.0.0
- Remove: local mergeDeviceWithConfiguration redefined from iota-node-lib (#642)

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)
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.4.0-next",
"version": "3.0.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": "4.0.0",
"logops": "2.1.2",
"mqtt": "4.3.7",
"underscore": "1.12.1"
Expand Down

0 comments on commit 2d050f7

Please sign in to comment.