File tree Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 1- - Add: custom notification ngsi patching evaluation priority based in evalPriority builtin metadata (#4556)
2- - Add: attribute metadata to JEXL context (#4594, #4560)
3- - Fix: $max and $min operators were not supported with DateTime attributes (#4585)
4- - Fix: wrong date values should not allowed in subscription's expires field (#4541)
5- - Fix: do not raise DB alarm in case of wrong GeoJSON in client request
6- - Fix: metadata modifications are not considered as change (with regards to subscription alterationTypes) if notifyOnMetadataChange is false (#4605)
7- - Upgrade cjexl version from 0.3.0 to 0.4.0 (new transformations: now, getTime and toIsoString)
8- - Upgrade Debian version from 12.4 to 12.6 in Dockerfile
9- - Fix: invalid date in expires field of subscription (#2303)
Original file line number Diff line number Diff line change 1+ 4.1.0 (September 12th, 2024)
2+
3+ - Add: custom notification ngsi patching evaluation priority based in evalPriority builtin metadata (#4556)
4+ - Add: attribute metadata to JEXL context (#4594, #4560)
5+ - Fix: $max and $min operators were not supported with DateTime attributes (#4585)
6+ - Fix: wrong date values should not allowed in subscription's expires field (#4541)
7+ - Fix: do not raise DB alarm in case of wrong GeoJSON in client request
8+ - Fix: metadata modifications are not considered as change (with regards to subscription alterationTypes) if notifyOnMetadataChange is false (#4605)
9+ - Fix: invalid date in expires field of subscription (#2303)
10+ - Upgrade cjexl version from 0.3.0 to 0.4.0 (new transformations: now, getTime and toIsoString)
11+ - Upgrade Debian version from 12.4 to 12.6 in Dockerfile
12+
1134.0.0 (June 6th, 2024)
214
315- Add: JEXL expression support in custom notification macro replacement (using cjexl 0.3.0) (#4004)
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.1.0. svg )] ( https://fiware-orion.rtfd.io/en/4.1.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.0.0-next "
31+ #define ORION_VERSION "4.1.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.1.0/ "
4545
4646#endif // SRC_LIB_COMMON_DEFAULTVALUES_H_
You can’t perform that action at this time.
0 commit comments