File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1- - Add: -mqttTimeout (env var ORION_MQTT_TIMEOUT) for MQTT broker connection timeout
2- - Fix: queue workers deadlock when MQTT broker was not responding to connection attemp
3- - Fix: Ngsiv2-AttrsFormat header set to "normalized" in NGSI patching custom notification
Original file line number Diff line number Diff line change 1+ 3.8.1 (February 17th, 2023)
2+
3+ - Add: -mqttTimeout (env var ORION_MQTT_TIMEOUT) for MQTT broker connection timeout
4+ - Fix: queue workers deadlock when MQTT broker was not responding to connection attemp
5+ - Fix: Ngsiv2-AttrsFormat header set to "normalized" in NGSI patching custom notification
6+
173.8.0 (January 12th, 2023)
28
39- Add: json field in httpCustom and mqttCustom subscriptions to implement JSON-based payloads in notifications (#2560)
Original file line number Diff line number Diff line change 99[ ![ Support badge] ( https://img.shields.io/badge/tag-fiware--orion-orange.svg?logo=stackoverflow )] ( http://stackoverflow.com/questions/tagged/fiware-orion )
1010[ ![ NGSI v2] ( https://img.shields.io/badge/NGSI-V2-red.svg )] ( doc/manuals/orion-api.md )
1111<br >
12- [ ![ Documentation badge] ( https://img.shields.io/readthedocs/fiware-orion/3.8.0 .svg )] ( https://fiware-orion.rtfd.io/en/3.8.0 / )
12+ [ ![ Documentation badge] ( https://img.shields.io/readthedocs/fiware-orion/3.8.1 .svg )] ( https://fiware-orion.rtfd.io/en/3.8.1 / )
1313![ Compliance Tests] ( https://github.com/telefonicaid/fiware-orion/workflows/Compliance%20Tests/badge.svg )
1414![ Unit Tests] ( https://github.com/telefonicaid/fiware-orion/workflows/Unit%20Tests/badge.svg )
1515![ Functional Tests] ( https://github.com/telefonicaid/fiware-orion/workflows/Functional%20Tests/badge.svg )
Original file line number Diff line number Diff line change 2828
2929
3030
31- #define ORION_VERSION "3.8.0 "
31+ #define ORION_VERSION "3.8.1 "
3232
3333#endif // SRC_APP_CONTEXTBROKER_VERSION_H_
Original file line number Diff line number Diff line change 4141*
4242* API Documentation - The link to the the GEri documentation, either in the gh-pages (.github.io/) inside the fiware organization in GitHub or ReadTheDocs manual.
4343*/
44- #define API_DOC "https://fiware-orion.rtfd.io/en/3.8.0 /"
44+ #define API_DOC "https://fiware-orion.rtfd.io/en/3.8.1 /"
4545
4646#endif // SRC_LIB_COMMON_DEFAULTVALUES_H_
You can’t perform that action at this time.
0 commit comments