Skip to content

Commit

Permalink
Merge pull request #991 from telefonicaid/task/prepare_2.15.0
Browse files Browse the repository at this point in the history
Step: 2.14.0-next -> 2.15.0
  • Loading branch information
fgalan authored Feb 18, 2021
2 parents d2bc276 + c172cee commit 70dd0c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
28 changes: 0 additions & 28 deletions CHANGES_NEXT_RELEASE
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)
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": "2.14.0-next",
"version": "2.15.0",
"homepage": "https://github.com/telefonicaid/iotagent-node-lib",
"keywords": [
"fiware",
Expand Down

0 comments on commit 70dd0c2

Please sign in to comment.