-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #991 from telefonicaid/task/prepare_2.15.0
Step: 2.14.0-next -> 2.15.0
- Loading branch information
Showing
2 changed files
with
1 addition
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +0,0 @@ | ||
Fix: ensure use proper expression parser in multientity plugin (#989) | ||
Fix: ensure registrationId is updated when defice with commands is updated | ||
Add: return apikey in GET device if device was provisioned with explicit apikey (#977) | ||
Add: allow update device `apikey` using Update (put) API (#978) | ||
Fix: use null instead of ' ' as default attribute value in entity provisioned (#938) | ||
Add: defaultEntityNameConjunction config (env var IOTA_DEFAULT_ENTITY_NAME_CONJUNCTION) and configuration group API field for default entity_name conjunction (#944) | ||
Add: basic NGSI-LD support as experimental feature (#842) | ||
- Active measures | ||
- GeoJSON and DateTime, unitCode and observedAt NGSI-LD support | ||
- The NGSI v2 `TimeInstant` element has been mapped onto the NGSI-LD `observedAt` property | ||
- The NGSI v2 `metadata.unitCode` attribute has been mapped onto the NGSI-LD `unitCode` property | ||
- Multi-measures | ||
- Lazy Attributes | ||
- Commands | ||
- Mixed mode (based in ngsiVersion field in the provisioning API) | ||
- Support to linked data entities to enable the traversal of the nodes of the knowledge graph | ||
Update codebase to use ES6 | ||
- Remove JSHint and jshint overrides | ||
- Add esLint using standard tamia presets | ||
- Replace var with let/const | ||
- Fix or disable eslint errors | ||
Add: prettier code formatting | ||
Add: husky and lint-staged | ||
Fix: Add support for lazy and internal_attributes in service notifications to Manager (#768) | ||
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) | ||
Fix: bug in legacy and JEXL expression that was not converting "0" to 0 | ||
Fix: support for mapping different attributes to the same entity_name | ||
Fix: Ensure GeoJSON is correctly encoded in NGSI-v2 requests (#961) | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters