Skip to content

Commit

Permalink
Merge pull request #796 from telefonicaid/task/prepare_3.1.0
Browse files Browse the repository at this point in the history
step 3.0.1 -> 3.1.0
  • Loading branch information
fgalan authored Jan 8, 2024
2 parents 436f5a1 + 79d94ad commit c501254
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
- Fix: protect access to multimeasure array
- Add: check and usage endpoint and transport from Group level when commands

6 changes: 6 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
3.1.0 (January 8th, 2024)

- Add: check and usage endpoint and transport from Group level when commands
- Fix: protect access to multimeasure array
- Upgrade iotagent-node-lib dependency from 4.0.0 to 4.1.0

3.0.0 (November 24th, 2023)

- Add: allow to send NGSIv2 and NGSILD as measures depending on payloadType (#778)
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-json",
"license": "AGPL-3.0-only",
"description": "IoT Agent for the JSON protocol",
"version": "3.0.0-next",
"version": "3.1.0",
"homepage": "https://github.com/telefonicaid/iotagent-json",
"author": {
"name": "Daniel Moran",
Expand Down Expand Up @@ -68,7 +68,7 @@
"body-parser-xml": "2.0.5",
"dateformat": "3.0.3",
"express": "4.18.1",
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "4.1.0",
"logops": "2.1.2",
"mqtt": "4.3.7",
"sinon": "~6.1.0",
Expand Down

0 comments on commit c501254

Please sign in to comment.