File tree Expand file tree Collapse file tree 5 files changed +12
-9
lines changed
Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1- - Fix: kafkaCustom.headers support including the ability to override the default Fiware-Service and Fiware-ServicePath headers (#4726)
2- - Add: `jexlExpression` field to subscription conditions (`subject.condition`) (#4555)
3- - Hardening: upgrade microhttpd dependency from 1.0.1 to 1.0.2
4- - Hardening: upgrade libmongoc dependency from 1.29.0 to 2.2.1
5- - Hardening: upgrade libmosquitto dependency from 2.0.20 to 2.0.22
6- - Upgrade Debian version from 12.10 to 13.3 in Dockerfile
Original file line number Diff line number Diff line change 1+ 4.4.0 (January 16th, 2026)
2+
3+ - Add: `jexlExpression` field to subscription conditions (`subject.condition`) (#4555)
4+ - Fix: kafkaCustom.headers support including the ability to override the default Fiware-Service and Fiware-ServicePath headers (#4726)
5+ - Hardening: upgrade microhttpd dependency from 1.0.1 to 1.0.2
6+ - Hardening: upgrade libmongoc dependency from 1.29.0 to 2.2.1
7+ - Hardening: upgrade libmosquitto dependency from 2.0.20 to 2.0.22
8+ - Upgrade Debian version from 12.10 to 13.3 in Dockerfile
9+
1104.3.0 (October 8th, 2025)
211
312- Add: support for Kafka based notifications (#4666)
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.4.0. svg )] ( https://fiware-orion.rtfd.io/en/4.4.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.3.0-next "
31+ #define ORION_VERSION "4.4.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.4.0/ "
4545
4646#endif // SRC_LIB_COMMON_DEFAULTVALUES_H_
You can’t perform that action at this time.
0 commit comments