From 95d82a97d3d1128b42c79e5c2f659a0d19a0687f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Thu, 12 Sep 2024 13:56:54 +0200 Subject: [PATCH] Step: 4.0.0-next -> 4.1.0 --- CHANGES_NEXT_RELEASE | 9 --------- Changelog | 12 ++++++++++++ README.md | 2 +- src/app/contextBroker/version.h | 2 +- src/lib/common/defaultValues.h | 2 +- 5 files changed, 15 insertions(+), 12 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index f705fc336d..e69de29bb2 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,9 +0,0 @@ -- Add: custom notification ngsi patching evaluation priority based in evalPriority builtin metadata (#4556) -- Add: attribute metadata to JEXL context (#4594, #4560) -- Fix: $max and $min operators were not supported with DateTime attributes (#4585) -- Fix: wrong date values should not allowed in subscription's expires field (#4541) -- Fix: do not raise DB alarm in case of wrong GeoJSON in client request -- Fix: metadata modifications are not considered as change (with regards to subscription alterationTypes) if notifyOnMetadataChange is false (#4605) -- Upgrade cjexl version from 0.3.0 to 0.4.0 (new transformations: now, getTime and toIsoString) -- Upgrade Debian version from 12.4 to 12.6 in Dockerfile -- Fix: invalid date in expires field of subscription (#2303) diff --git a/Changelog b/Changelog index 5b5d5ef154..11f1301eb9 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,15 @@ +4.1.0 (September 12th, 2024) + +- Add: custom notification ngsi patching evaluation priority based in evalPriority builtin metadata (#4556) +- Add: attribute metadata to JEXL context (#4594, #4560) +- Fix: $max and $min operators were not supported with DateTime attributes (#4585) +- Fix: wrong date values should not allowed in subscription's expires field (#4541) +- Fix: do not raise DB alarm in case of wrong GeoJSON in client request +- Fix: metadata modifications are not considered as change (with regards to subscription alterationTypes) if notifyOnMetadataChange is false (#4605) +- Fix: invalid date in expires field of subscription (#2303) +- Upgrade cjexl version from 0.3.0 to 0.4.0 (new transformations: now, getTime and toIsoString) +- Upgrade Debian version from 12.4 to 12.6 in Dockerfile + 4.0.0 (June 6th, 2024) - Add: JEXL expression support in custom notification macro replacement (using cjexl 0.3.0) (#4004) diff --git a/README.md b/README.md index 3aef20da96..a451778e91 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Support badge](https://img.shields.io/badge/tag-fiware--orion-orange.svg?logo=stackoverflow)](http://stackoverflow.com/questions/tagged/fiware-orion) [![NGSI v2](https://img.shields.io/badge/NGSI-V2-red.svg)](doc/manuals/orion-api.md)
-[![Documentation badge](https://img.shields.io/readthedocs/fiware-orion.svg)](https://fiware-orion.rtfd.io) +[![Documentation badge](https://img.shields.io/readthedocs/fiware-orion/4.1.0.svg)](https://fiware-orion.rtfd.io/en/4.1.0/) ![Compliance Tests](https://github.com/telefonicaid/fiware-orion/workflows/Compliance%20Tests/badge.svg) ![Unit Tests](https://github.com/telefonicaid/fiware-orion/workflows/Unit%20Tests/badge.svg) ![Functional Tests](https://github.com/telefonicaid/fiware-orion/workflows/Functional%20Tests/badge.svg) diff --git a/src/app/contextBroker/version.h b/src/app/contextBroker/version.h index fd94430114..0bc9fa36a5 100644 --- a/src/app/contextBroker/version.h +++ b/src/app/contextBroker/version.h @@ -28,6 +28,6 @@ -#define ORION_VERSION "4.0.0-next" +#define ORION_VERSION "4.1.0" #endif // SRC_APP_CONTEXTBROKER_VERSION_H_ diff --git a/src/lib/common/defaultValues.h b/src/lib/common/defaultValues.h index 95998c82df..ba5d8a19e2 100644 --- a/src/lib/common/defaultValues.h +++ b/src/lib/common/defaultValues.h @@ -41,6 +41,6 @@ * * 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. */ -#define API_DOC "https://fiware-orion.rtfd.io/" +#define API_DOC "https://fiware-orion.rtfd.io/en/4.1.0/" #endif // SRC_LIB_COMMON_DEFAULTVALUES_H_