Skip to content

Commit

Permalink
Merge pull request #1414 from telefonicaid/task/prepare_3_3_0
Browse files Browse the repository at this point in the history
Step: 3.2.0-next -> 3.3.0
  • Loading branch information
fgalan authored Aug 24, 2023
2 parents 6401a67 + c7503e1 commit 67fab2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
13 changes: 0 additions & 13 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,13 +0,0 @@
- Add: do not create initial entity when a new device is provisioned and appendMode is false or NGSI-LD is used
- Fix: check array access in extractVariables of jexlPlugin when bidirectionalPlugin is enabled
- Fix: explicitAttrs of device was tainted even if not defined
- Fix: do not include static, lazy and commands from group to device to avoid duplicate them in device (#1377)
- Add: Evaluate group entityNameExp with a context including measures (#1334)
- 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)
- Add: allow update timestamp and other config fields of device
- Fix: use 'options=upsert' when update ngsiv2 CB entities and appendMode is enabled (#956)
- Fix: do not propagate group config (timestamp and explicitAttrs) to autoprovisioned devices (at database level) (#1377)
- Fix: appendMode at general level (config.js / env var) changes its default from false to true
- Fix: remove sensitive MongoDB connection parameters from log traces (remove 'option' object from logs)
- Deprecate: bidirectional plugin
- Deprecate: appendMode
4 changes: 2 additions & 2 deletions doc/deprecated.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ The following table provides information about the last iotagent-node-lib versio
| Support to Node.js v12 | 2.24.0 | September 2nd, 2022 |
| Support to NGSI-LD 1.3 | 2.25.0 | January 24th, 2023 |
| Support to Legacy Expressions | 3.1.0 | April 25th, 2023 |
| bidirrectional plugin | 3.3.0 | To be defined |
| appendMode | 3.3.0 | To be defined |
| bidirrectional plugin | 3.3.0 | August 24th, 2023 |
| appendMode | 3.3.0 | August 24th, 2023 |
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "iotagent-node-lib",
"license": "AGPL-3.0-only",
"description": "IoT Agent library to interface with NGSI Context Broker",
"version": "3.2.0-next",
"version": "3.3.0",
"homepage": "https://github.com/telefonicaid/iotagent-node-lib",
"keywords": [
"fiware",
Expand Down

0 comments on commit 67fab2a

Please sign in to comment.