Skip to content

Commit 95d82a9

Browse files
committed
Step: 4.0.0-next -> 4.1.0
1 parent 1ca7fea commit 95d82a9

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +0,0 @@
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)

Changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
4.0.0 (June 6th, 2024)
214

315
- Add: JEXL expression support in custom notification macro replacement (using cjexl 0.3.0) (#4004)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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)

src/app/contextBroker/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
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_

src/lib/common/defaultValues.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
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_

0 commit comments

Comments
 (0)