Skip to content

Commit 31841c2

Browse files
authored
Merge pull request #887 from telefonicaid/task/prepare_3.9.0
step 3.8.0-next -> 3.9.0
2 parents 8e00127 + bac36fb commit 31841c2

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- Fix: init express trust proxy to proper fill from field of domain logger
2-
- Fix: fill from log field with real IP
3-
- Fix: store as lastMeasure just orignal measure when is provided (iota-node-lib#1669)
4-
- Upgrade NodeJS version from 16-slim to 16-bullseye-slim in Dockerfile

Changelog

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
3.9.0 (Aug 22nd, 2025)
2+
3+
- Fix: init express trust proxy to proper fill from field of domain logger
4+
- Fix: fill from log field with real IP
5+
- Fix: store as lastMeasure just orignal measure when is provided (iota-node-lib#1669)
6+
- Upgrade NodeJS version from 16-slim to 16-bullseye-slim in Dockerfile
7+
- Upgrade iotagent-node-lib dependency from 4.8.0 to 4.9.0
8+
19
3.8.0 (May 23rd, 2025)
210

311
- Add: allow receive command notifications from CB (iotagent-node-lib#1455)
@@ -6,7 +14,7 @@
614
- Fix: bad json measures are reported as 500 Error instead of 400 (#863)
715
- Fix: Subscription fails on AWS IoT Core broker (#875)
816
- Upgrade mqtt from 4.3.7 to 5.13.0
9-
- Upgrade iotagent-node-lib dependency from 4.6.0 to 4.7.0
17+
- Upgrade iotagent-node-lib dependency from 4.7.0 to 4.8.0
1018

1119
3.7.0 (February 3rd, 2025)
1220

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "iotagent-json",
33
"license": "AGPL-3.0-only",
44
"description": "IoT Agent for the JSON protocol",
5-
"version": "3.8.0-next",
5+
"version": "3.9.0",
66
"homepage": "https://github.com/telefonicaid/iotagent-json",
77
"author": {
88
"name": "Daniel Moran",
@@ -68,7 +68,7 @@
6868
"body-parser-xml": "2.0.5",
6969
"dateformat": "3.0.3",
7070
"express": "4.21.2",
71-
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
71+
"iotagent-node-lib": "4.9.0",
7272
"logops": "2.1.2",
7373
"mqtt": "5.13.0",
7474
"sinon": "~6.1.0",

0 commit comments

Comments
 (0)