Skip to content

3.3.0

Compare
Choose a tag to compare
@fgalan fgalan released this 25 Oct 10:32
· 2078 commits to master since this release

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

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

Changes (since 3.2.0):

  • Add: attribute update computed values based in operators: $inc, $min, $max, $mul, $push, $addToSet, $pull, $pullAll (#3814)
  • Add: support to user and password in MQTT subscriptions (#3914)
  • Add: new alarm MqttConnectionError
  • Add: per sub notification.http.timeout (#3842)
  • Add: hard limit for -requestTimeout to 1800000 millliseconds (30 min)
  • Fix: service path ignored in GET /v2/subscriptions/{subId} (#3945)
  • Fix: service path ignored in GET /v2/registrations/{regId} (#3945)
  • Fix: legacyForwarding rendering in GET /v2/registrations and GET /v2/registrations/{regId} calls (#3944)
  • Fix: deleted attribute incorrectly included in notifications (#3956)
  • Fix: return 400 instead of 500 when GeoJSON syntax error occur in ?options=upsert operations (#3949)
  • Fix: change -mqttMaxAge from seconds to minutes
  • Fix: ForwardingError alarm included in log summary traces
  • Fix: lastFailure, lastSuccess and status correct management in MQTT subscriptions
  • Hardening: improve MQTT connection logic
  • Hardening: upgrade libmosquitto dependency from 2.0.11 to 2.0.12