Skip to content

0.23.0

Compare
Choose a tag to compare
@fgalan fgalan released this 10 Jul 11:41
· 10154 commits to master since this release

Full documentation at: https://github.com/telefonicaid/fiware-orion/blob/0.23.0/README.md

Changelog:

  • Add: Reuse curl context for outgoing notifications, so now connections are persistent if the HTTP server doesn't close them
  • Add: CLI paramter -cprForwardLimit to cap the number of forwarding request for a single client request. (Issue #1016).
  • Fix: Fixed a bug about pagination problem due to missing ErrorCode with details in the case of queries with forwarding to context providers. (Issue #945)
  • Fix: taking into account the pagination limit before adding "potential" entities to be queried in CPrs. (Issue #945)
  • Fix: Add multiservice flag for the default configuration in the RPM. (Issue #964)
  • Fix: ONCHANGE subscription sends notification when value under condition it is not updated with updateContext-APPEND in some cases (Issue #943)
  • Fix: updating attribute metadata without updating attribute value at the same time is now supported (Issue #766)
  • Fix: remove unconditional tracing on xmlTreat()/jsonTreat() which was impacting on performance (specially in high-load scenarios)
  • Fix: use NOSIGNAL as libcurl option to avoid crashes in that library. (Issue #1016)
  • Add: New operation "GET /v2/entities" (Issue #947)
  • Add: New operation "GET /v2" (Issue #956)
  • Add: New operation "GET /v2/entities/{id}" (Issue #950)
  • Add: New operation "GET /v2/entities/{entityId}" (Issue #950)
  • Add: New operation "GET /v2/entities/{entityId}/attrs/{attrName}" (Issue #989)