Skip to content

Commit 67fab2a

Browse files
authored
Merge pull request #1414 from telefonicaid/task/prepare_3_3_0
Step: 3.2.0-next -> 3.3.0
2 parents 6401a67 + c7503e1 commit 67fab2a

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +0,0 @@
1-
- Add: do not create initial entity when a new device is provisioned and appendMode is false or NGSI-LD is used
2-
- Fix: check array access in extractVariables of jexlPlugin when bidirectionalPlugin is enabled
3-
- Fix: explicitAttrs of device was tainted even if not defined
4-
- Fix: do not include static, lazy and commands from group to device to avoid duplicate them in device (#1377)
5-
- Add: Evaluate group entityNameExp with a context including measures (#1334)
6-
- Remove: expressionLanguage field (as it it not longer needed, due to only one expression language is supported, after the removal of legacy expressions in 3.2.0) (#1384)
7-
- Add: allow update timestamp and other config fields of device
8-
- Fix: use 'options=upsert' when update ngsiv2 CB entities and appendMode is enabled (#956)
9-
- Fix: do not propagate group config (timestamp and explicitAttrs) to autoprovisioned devices (at database level) (#1377)
10-
- Fix: appendMode at general level (config.js / env var) changes its default from false to true
11-
- Fix: remove sensitive MongoDB connection parameters from log traces (remove 'option' object from logs)
12-
- Deprecate: bidirectional plugin
13-
- Deprecate: appendMode

doc/deprecated.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ The following table provides information about the last iotagent-node-lib versio
5353
| Support to Node.js v12 | 2.24.0 | September 2nd, 2022 |
5454
| Support to NGSI-LD 1.3 | 2.25.0 | January 24th, 2023 |
5555
| Support to Legacy Expressions | 3.1.0 | April 25th, 2023 |
56-
| bidirrectional plugin | 3.3.0 | To be defined |
57-
| appendMode | 3.3.0 | To be defined |
56+
| bidirrectional plugin | 3.3.0 | August 24th, 2023 |
57+
| appendMode | 3.3.0 | August 24th, 2023 |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "iotagent-node-lib",
33
"license": "AGPL-3.0-only",
44
"description": "IoT Agent library to interface with NGSI Context Broker",
5-
"version": "3.2.0-next",
5+
"version": "3.3.0",
66
"homepage": "https://github.com/telefonicaid/iotagent-node-lib",
77
"keywords": [
88
"fiware",

0 commit comments

Comments
 (0)