File tree Expand file tree Collapse file tree 5 files changed +19
-16
lines changed Expand file tree Collapse file tree 5 files changed +19
-16
lines changed Original file line number Diff line number Diff line change 1- - Fix: JEXL expressions evalPriority not working correctly is some cases (#4689)
2- - Fix: id and type wrong calculation in custom notification ngsi payload when they depend on calculated expressions
3- - Fix: registrations with more than one contextRegistration element (not possible in NGSIv2) are logged as Runtime Errors
4- - Fix: memory leak in POST /v2/op/notify operation (#4261)
5- - Fix: POST /v2/op/notify proper response (formerly it was using NSGIv1 format payload) (#4681)
6- - Fix: some error messages in corner case situations (405, 406, 415 and some cases of 400) were not strictly following NGSIv2 error response syntax
7- - Fix: admin log operations error responses were not following NGSIv2 error response syntax
8- - Fix: memory leaks in parse logic in case of parse error (possibly)
9- - Fix: csubs and registrations now use isPattern as bool instead of string (legacy from NGSIv1 model), although strings are still supported (#4681)
10- - Fix: use warning instead of Runtime Error when adding an object or array in basic expressions mode
11- - Hardening: remove a huge amount of NGSIv1 related dead-code (#4681)
12- - Add: support for Kafka based notifications (#4666)
13- - Add: new CLI parameters kafkaTimeout and kafkaMaxAge (and associated env vars ORION_KAFKA_TIMEOUT and ORION_KAFKA_MAX_AGE) (#4666)
Original file line number Diff line number Diff line change 1+ 4.3.0 (October 8th, 2025)
2+
3+ - Add: support for Kafka based notifications (#4666)
4+ - Add: new CLI parameters kafkaTimeout and kafkaMaxAge (and associated env vars ORION_KAFKA_TIMEOUT and ORION_KAFKA_MAX_AGE) (#4666)
5+ - Fix: JEXL expressions evalPriority not working correctly is some cases (#4689)
6+ - Fix: id and type wrong calculation in custom notification ngsi payload when they depend on calculated expressions
7+ - Fix: registrations with more than one contextRegistration element (not possible in NGSIv2) are logged as Runtime Errors
8+ - Fix: POST /v2/op/notify proper response (formerly it was using NSGIv1 format payload) (#4681)
9+ - Fix: some error messages in corner case situations (405, 406, 415 and some cases of 400) were not strictly following NGSIv2 error response syntax
10+ - Fix: admin log operations error responses were not following NGSIv2 error response syntax
11+ - Fix: memory leak in POST /v2/op/notify operation (#4261)
12+ - Fix: memory leaks in parse logic in case of parse error (possibly)
13+ - Fix: csubs and registrations now use isPattern as bool instead of string (legacy from NGSIv1 model), although strings are still supported (#4681)
14+ - Fix: use warning instead of Runtime Error when adding an object or array in basic expressions mode
15+ - Hardening: remove a huge amount of NGSIv1 related dead-code (#4681)
16+
1174.2.0 (May 9th, 2025)
218
319- Fix: rendering of large float numbers (according IEEE754 standard) (#4642)
Original file line number Diff line number Diff line change 1010[ ![ Support badge] ( https://img.shields.io/badge/tag-fiware--orion-orange.svg?logo=stackoverflow )] ( http://stackoverflow.com/questions/tagged/fiware-orion )
1111[ ![ NGSI v2] ( https://img.shields.io/badge/NGSI-V2-red.svg )] ( doc/manuals/orion-api.md )
1212<br >
13- [ ![ Documentation badge] ( https://img.shields.io/readthedocs/fiware-orion. svg )] ( https://fiware-orion.rtfd.io )
13+ [ ![ Documentation badge] ( https://img.shields.io/readthedocs/fiware-orion/4.3.0. svg )] ( https://fiware-orion.rtfd.io/en/4.3.0/ )
1414![ Compliance Tests] ( https://github.com/telefonicaid/fiware-orion/workflows/Compliance%20Tests/badge.svg )
1515![ Unit Tests] ( https://github.com/telefonicaid/fiware-orion/workflows/Unit%20Tests/badge.svg )
1616![ 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 "4.2.0-next "
31+ #define ORION_VERSION "4.3.0 "
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/"
44+ #define API_DOC "https://fiware-orion.rtfd.io/en/4.3.0/ "
4545
4646#endif // SRC_LIB_COMMON_DEFAULTVALUES_H_
You can’t perform that action at this time.
0 commit comments