Skip to content

1.6.0

Compare
Choose a tag to compare
@fgalan fgalan released this 05 Dec 07:51
· 5796 commits to master since this release

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

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

Changelog (since 1.5.0):

  • Add: notification failure/recovery information included in subscriptions (#1960)
  • Add: support ISO8601 timezones at DateTime attributes and metadata creation/update time and filters (#2632)
  • Add: support for partial representation format at DateTime attributes and metadata creation/update and filters (#2631)
  • Add: New CLI option: '-logForHumans', to make the screen log output readable for humans (#2609)
  • Fix: threadpool mode not actually used for custom notifications, even if -notificationMode is set so (#2622) (*)
  • Fix: -logAppend as default in configuration for RPM package (#2637) (*)
  • Fix: Default log output for stdout is now the same format as in the log file. Use new CLI option '-logForHumans' to modify this. (#2609)
  • Fix: several bugs related with field validation in POST /v2/op/update operation (#2653, #2658, #2659, #2661, #2664, #2665, #2666, #2673, #2674, #2675, #2676, #2681, #2682, #2685)
  • Fix: subscription PATCH not working for notification.attrs and notification.exceptAttrs subfields (#2647)
  • Fix: PATCH attr wrongly adding metadata item instead of replacing (#1788)
  • Fix: POST /v2/op/update with empty entities vector makes the broker to crash (#2720) (*)
  • Fix: allow empty elements in Accept header (useless, but allowed by HTTP RFC) (#2722) (*)
  • Fix: NGSIv1 queries are wrongly interpreting entity type as a pattern (#2723) (*)
  • Fix: improving performance avoiding unneeded calls to gettid in log library (#2716)

(*) Included also in some 1.4.x versions.