|
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) |
0 commit comments