Skip to content

1.14.0

Compare
Choose a tag to compare
@fgalan fgalan released this 15 Jun 09:53
· 4178 commits to master since this release

Full documentation at: http://fiware-orion.readthedocs.io/en/1.14.0/

NGSIv2 API reference (release candidate 2018.04): http://telefonicaid.github.io/fiware-orion/api/v2/stable

Changelog (since 1.13.0):

  • Add: support for APIv2 notifications (POST /v2/op/notify), which opens up for true APIv2 federation (#2986)
  • Add: camelCase actionTypes in POST /v2/op/update (append, appendStrict, update, delete and replace) (#2721)
  • Fix: bug having entities without attibutes AND matching registrations made the attr-less entity not be returned by GET /v2/entities (#3176)
  • Fix: bug when using "legacy" format for custom v2 notifications (#3154)
  • Fix: check for providers is done only in UPDATE or REPLACE actionType case in update entity logic (#2874)
  • Fix: wrong 404 Not Found responses when updating attribute using NGSIv2 and CB forwards it correctly (#2871)