Skip to content

Orion-LD v1.7.0

Compare
Choose a tag to compare
@kzangeli kzangeli released this 15 Oct 14:19
· 1 commit to release/1.7.0 since this release

The main new feature of Orion-LD 1.7.0 is the ability to natively receive "notifications" via FastDDS.
In 3-6 months, Orion-LD will also be able to natively push to DDS.
DDS samples (published on a topic) are considered NGSI-LD attributes and to translate a DDS topic info NGSI-LD Attribute Name, Entity ID and Entity Type, a configuration file needs to be filled in. See #1696 for more information.

New Features:

  • Native support for read-only DDS (off by default - to activate use CLI: -wip dds) - see issue #1696
  • Distributed subscriptions: subordinate subscriptions are DELETED when their "father" is deleted.
  • Support for the URL parameter 'csf' in GET /ngsi-ld/v1/csourceRegistrations
  • Support for the URL parameter 'orderBy=attrName' in GET /ngsi-ld/v1/entities, but only if 'local=true' is set. (This is not NGSI-LD standard. Yet ...)
    • Also supporting sorting on entity id, type, and modifiedAt
    • One more URL parameter '?reverse=true' to reverse the sorting order
    • This was later slightly modified and standardized in ETSI ISG CIM and will be part of v1.89.1 of the NGSI-.LD API spec.
  • Support for GET /ngsi-ld/v1/info/sourceIdentity
  • Support for management::localOnly in registrations
  • Support for new CLI parameter '-pageSize' to set the default pagination limit (default is 20 if -pageSize is not used)

Fixed Issues:

#1621: URL-Encoding single quote in attribute values in TRoE DB
#1649: Crash when using subscriptions in a mixed environment (LD and V2)
#1682: Default User Context
#1688: Forward of idPattern URL parameter