Skip to content

Commit af68461

Browse files
committed
Step: 4.1.0-next -> 4.2.0
1 parent dd9b702 commit af68461

File tree

5 files changed

+20
-17
lines changed

5 files changed

+20
-17
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +0,0 @@
1-
- Fix: rendering of large float numbers (according IEEE754 standard) (#4642)
2-
- Fix: notification was not triggered in subs using entityUpdate alterationType when some attribute not included in condition.attrs has an actual value change (#4647)
3-
- Fix: previousValue metadata was not taken into account in attributes not in the update that triggers the notification (#4643)
4-
- Fix: detects duplication in orderBy tokens responding with 400 Bad Request in that case (#4664)
5-
- Fix: improve attribute and metadata invalid format dates for DateTime types in logs (#4616)
6-
- Fix: attrsFormat keyValues and values were not working in custom notifications using ngsi payloads (#4644)
7-
- Fix: JEXL expressions were not working in attrsFormat simplifiedKeyValues, keyValues or values (#4645)
8-
- Fix: env vars values with unsigned int or long types where not correctly printed at startup time in INFO log level (#4668)
9-
- Hardening: upgrade microhttpd dependency from 0.9.76 to 1.0.1
10-
- Hardening: upgrade libmosquitto dependency from 2.0.15 to 2.0.20
11-
- Hardening: upgrade libmongoc dependency from 1.24.3 to 1.29.0
12-
- Upgrade cjexl version from 0.4.0 to 0.6.0 (new transformations: nMapper, arrMax, arrMin, arrMed, arrSort and arrReverse )
13-
- Upgrade Debian version from 12.6 to 12.10 in Dockerfile
14-
- Reference MongoDB version changed from 6.0 to 8.0

Changelog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
4.2.0 (May 9th, 2025)
2+
3+
- Fix: rendering of large float numbers (according IEEE754 standard) (#4642)
4+
- Fix: notification was not triggered in subs using entityUpdate alterationType when some attribute not included in condition.attrs has an actual value change (#4647)
5+
- Fix: previousValue metadata was not taken into account in attributes not in the update that triggers the notification (#4643)
6+
- Fix: detects duplication in orderBy tokens responding with 400 Bad Request in that case (#4664)
7+
- Fix: improve attribute and metadata invalid format dates for DateTime types in logs (#4616)
8+
- Fix: attrsFormat keyValues and values were not working in custom notifications using ngsi payloads (#4644)
9+
- Fix: JEXL expressions were not working in attrsFormat simplifiedKeyValues, keyValues or values (#4645)
10+
- Fix: env vars values with unsigned int or long types where not correctly printed at startup time in INFO log level (#4668)
11+
- Hardening: upgrade microhttpd dependency from 0.9.76 to 1.0.1
12+
- Hardening: upgrade libmosquitto dependency from 2.0.15 to 2.0.20
13+
- Hardening: upgrade libmongoc dependency from 1.24.3 to 1.29.0
14+
- Upgrade cjexl version from 0.4.0 to 0.6.0 (new transformations: nMapper, arrMax, arrMin, arrMed, arrSort and arrReverse )
15+
- Upgrade Debian version from 12.6 to 12.10 in Dockerfile
16+
- Reference MongoDB version changed from 6.0 to 8.0
17+
118
4.1.0 (September 12th, 2024)
219

320
- Add: custom notification ngsi patching evaluation priority based in evalPriority builtin metadata (#4556)

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.2.0.svg)](https://fiware-orion.rtfd.io/en/4.2.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.1.0-next"
31+
#define ORION_VERSION "4.2.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.2.0/"
4545

4646
#endif // SRC_LIB_COMMON_DEFAULTVALUES_H_

0 commit comments

Comments
 (0)