Skip to content

Commit 70dd0c2

Browse files
authored
Merge pull request #991 from telefonicaid/task/prepare_2.15.0
Step: 2.14.0-next -> 2.15.0
2 parents d2bc276 + c172cee commit 70dd0c2

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +0,0 @@
1-
Fix: ensure use proper expression parser in multientity plugin (#989)
2-
Fix: ensure registrationId is updated when defice with commands is updated
3-
Add: return apikey in GET device if device was provisioned with explicit apikey (#977)
4-
Add: allow update device `apikey` using Update (put) API (#978)
5-
Fix: use null instead of ' ' as default attribute value in entity provisioned (#938)
6-
Add: defaultEntityNameConjunction config (env var IOTA_DEFAULT_ENTITY_NAME_CONJUNCTION) and configuration group API field for default entity_name conjunction (#944)
7-
Add: basic NGSI-LD support as experimental feature (#842)
8-
- Active measures
9-
- GeoJSON and DateTime, unitCode and observedAt NGSI-LD support
10-
- The NGSI v2 `TimeInstant` element has been mapped onto the NGSI-LD `observedAt` property
11-
- The NGSI v2 `metadata.unitCode` attribute has been mapped onto the NGSI-LD `unitCode` property
12-
- Multi-measures
13-
- Lazy Attributes
14-
- Commands
15-
- Mixed mode (based in ngsiVersion field in the provisioning API)
16-
- Support to linked data entities to enable the traversal of the nodes of the knowledge graph
17-
Update codebase to use ES6
18-
- Remove JSHint and jshint overrides
19-
- Add esLint using standard tamia presets
20-
- Replace var with let/const
21-
- Fix or disable eslint errors
22-
Add: prettier code formatting
23-
Add: husky and lint-staged
24-
Fix: Add support for lazy and internal_attributes in service notifications to Manager (#768)
25-
Fix: combine multi-entity and expressions with duplicate attribute name, by enabling expression over object_id (which are not duplicated in a attribute mapping contrary to name) (#941)
26-
Fix: bug in legacy and JEXL expression that was not converting "0" to 0
27-
Fix: support for mapping different attributes to the same entity_name
28-
Fix: Ensure GeoJSON is correctly encoded in NGSI-v2 requests (#961)

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": "2.14.0-next",
5+
"version": "2.15.0",
66
"homepage": "https://github.com/telefonicaid/iotagent-node-lib",
77
"keywords": [
88
"fiware",

0 commit comments

Comments
 (0)