2020/10/1 に FIWARE Orion-LD Alpha-5 がリリースされました。Alpha-4 からの強化は以下の通りです。Docker Hub に fiware/orion-ld:alpha-0.5.0 の Docker イメージがあります。
- Issue #280 Better error handling for geo location
- Issue #280 Version Info printed to stdout (and log-file) at startup
- Issue #280 Fixed the “1001 bug” – a delayed free problem solved by making kjClone() not use always malloc, with an option to use KAlloc
- Issue #280 Avoiding duplicates of entities in Batch Upsert
- Issue #280 All env vars are now prefixed ORIONLD_
- Issue #280 Crash when patching observedAt as sub-attribute
- Issue #280 Subscriptions when deleted were not removed from the subscription cache – now they are
- Issue #482 Fixed “Part C” – Notifications of big size attributes are cut off at 2049 Byte total message length
- Issue #482 Fixed “Part B” – Size constraints on entity size for GET /entities/{entity-id}
- Issue #480 Erroneous contexts are saved in the context cache
- Issue #482 Error following the 482 fix, too small buffer of delayed free references – upped to 1001 slots
- Issue #280 Crash in startup if a huge amount of GeoProperties in the database
- Issue #280 @id and @type can now be used instead of id and type
- Issue #280 milliseconds for ALL timestamps, including throttling, notifiedAt, observation and management intervals, etc, etc
- Issue #280 Implemented createdAt and modifiedAt + options=sysAttrs for subscriptions (with milliseconds, of course)
- Issue #280 createdAt and modifiedAt for registrations were returned as integers – now as ISO8601 strings (with milliseconds)
- Issue #280 Returning 501 Not Implemented if timeInterval is used for subscriptions
- Issue #430 Accepting “?options=count” as well as “?count=true” in NGSI-LD queries, for backwards compatibility
- Issue #507 Core context instead of the one in the Link header used in Batch Update
- Issue #280 User defined HTTP headers for notifications (part of NGSI-LD 1.3.1)
- Issue #520 Fixed bug in POST /entities with datasetId
- Issue #521 Implemented datasetId for POST entities/*/attrs
- Issue #525 Error handling in responses to forwarded GET /entities/{entityId} (the broker used to crash)
- Issue #529 Subscriptions stop working after restarting the broker
- Issue #532 Return error if unknown URI parameter is used
- Issue #527 Bug in update of relationships with datasetId
- Issue #280 Fixed Release Mode compilation errors in Ubuntu 20.04
- Issue #280 Removed the feature of expanding attribute values as it doesn’t fit with JSON-LD