|
| 1 | +3.9.0 (June 2th, 2023) |
| 2 | + |
| 3 | +- Add: new simplifiedNormalized and simplifiedKeyvalues for attrsFormat (#4286) |
| 4 | +- Add: subject.condition.notifyOnMetadataChange field to subscriptions, so only-metadata changes doesn't trigger notifications (#3727) |
| 5 | +- Add: support for update operators ($set, $addToSet, etc.) in entity creation and replace (#3814, reopnened) |
| 6 | +- Add: -mqttTimeout (env var ORION_MQTT_TIMEOUT) for MQTT broker connection timeout |
| 7 | +- Add: -disableNgsiv1 (env var ORION_DISABLE_NGSIV1) to disable NGSIv1 API requests |
| 8 | +- Add: -logDeprecate (env var ORION_LOG_DEPRECATE) to log deprecate usages at WARN level |
| 9 | +- Fix: alterationType with entityDelete not working if condition.attrs is empty (#4326) |
| 10 | +- Fix: $set/$unset update operator not working properly when the key has dots (#4315) |
| 11 | +- Fix: queue workers deadlock when MQTT broker was not responding to connection attemp |
| 12 | +- Fix: Ngsiv2-AttrsFormat header set to "normalized" in NGSI patching custom notification |
| 13 | +- Fix: memory access potential problem in GET /log/trace request when tracelevel 255 is enabled |
| 14 | +- Fix: Orion should return error and refuse to start when port is negative (#3875) |
| 15 | +- Fix: subscription autodisable based on maxFailsLimit not working when fails does not happen within the same csubs cache refresh cycle |
| 16 | +- Fix: incorrectly sum stale failsCounter from database when subscription has started to work again (only when csubs cache is enabled) |
| 17 | +- Fix: MQTT disconnection when MQTT publish fail (so re-connection is forced at next MQTT notification) |
| 18 | +- Fix: lineMaxSize and infoPayloadMaxSize in the log admin REST API (#3707) |
| 19 | +- Fix: check for service database name too long at cache sync logic (#2848) |
| 20 | +- Hardening: upgrade microhttpd dependency from 0.9.73 to 0.9.76 |
| 21 | + |
1 | 22 | 3.8.0 (January 12th, 2023) |
2 | 23 |
|
3 | 24 | - Add: json field in httpCustom and mqttCustom subscriptions to implement JSON-based payloads in notifications (#2560) |
|
0 commit comments