From a46cc5b52982663542ad63bf13d5ea537bd0de14 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Tue, 3 Oct 2023 15:27:44 +0200 Subject: [PATCH 1/3] step 1.27.0-next -> 1.28.0 --- CHANGES_NEXT_RELEASE | 15 +-------------- package.json | 2 +- rpm/SPECS/cep.spec | 16 ++++++++++++++++ 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 27c9c941..8b137891 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,14 +1 @@ -- Add: new approach to handle trust auth (urbo-deployer#868) -- Remove: field "authentication" support in update action -- Remove: config.authentication (along with related env vars PERSEO_AUTHENTICATION_*) -- Add: allow use expandVar with JSON objects (#703) -- Add: apply expandVar with JSON.parse to all fields of all actions (sms, smpp, email, post, update) (#746) -- Fix: check domain before access domain -- Fix: expandVar return a 'null' instead of null (#746) -- Fix: expandVar for single string values with null, boolean, number (#746) -- Fix: smtp and smpp logs (#738) -- Add: allow access entities using NGSIv2 API for non_signal rules (new setting nonSignalByAPI / PERSEO_CHECK_NON_SIGNAL_BY_API) (#549) -- Remove support for ngsv1 notifications (#714) -- Remove ngsiv1 support for updateAction (#714) -- Fix: check timer string in lower case in TimedRule checker -- Fix: dep of chai get-func-name to 2.0.0 to avoid installation errors + diff --git a/package.json b/package.json index 24a5a896..97baff85 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "perseo", "description": "IOT CEP front End", "license": "AGPL-3.0-only", - "version": "1.27.0-next", + "version": "1.28.0", "author": { "name": "crbrox", "email": "carlos.romerobrox@telefonica.com" diff --git a/rpm/SPECS/cep.spec b/rpm/SPECS/cep.spec index 560acc26..f9ca9cca 100644 --- a/rpm/SPECS/cep.spec +++ b/rpm/SPECS/cep.spec @@ -164,6 +164,22 @@ rm -rf $RPM_BUILD_ROOT %{_install_dir} %changelog +* Tue Oct 3 2023 Alvaro Vega 1.28.0 +- Add: new approach to handle trust auth (urbo-deployer#868) +- Add: allow use expandVar with JSON objects (#703) +- Add: apply expandVar with JSON.parse to all fields of all actions (sms, smpp, email, post, update) (#746) +- Add: allow access entities using NGSIv2 API for non_signal rules (new setting nonSignalByAPI / PERSEO_CHECK_NON_SIGNAL_BY_API) (#549) +- Remove: field "authentication" support in update action +- Remove: config.authentication (along with related env vars PERSEO_AUTHENTICATION_*) +- Remove support for ngsv1 notifications (#714) +- Remove ngsiv1 support for updateAction (#714) +- Fix: check domain before access domain +- Fix: expandVar return a 'null' instead of null (#746) +- Fix: expandVar for single string values with null, boolean, number (#746) +- Fix: smtp and smpp logs (#738) +- Fix: check timer string in lower case in TimedRule checker +- Fix: dep of chai get-func-name to 2.0.0 to avoid installation errors + * Thu May 18 2023 Alvaro Vega 1.27.0 - Add: support to run tests with node 18 - Fix: do not flat in to map object or array attributes of event (#720) From 8d8d249ce1516b1561692eec69f50aa164f726c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Wed, 4 Oct 2023 13:22:56 +0200 Subject: [PATCH 2/3] FIX flush CNR --- CHANGES_NEXT_RELEASE | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 59df2556..e69de29b 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,19 +0,0 @@ -<<<<<<< HEAD - -======= -- Add: new approach to handle trust auth (urbo-deployer#868) -- Remove: field "authentication" support in update action -- Remove: config.authentication (along with related env vars PERSEO_AUTHENTICATION_*) -- Add: allow use expandVar with JSON objects (#703) -- Add: apply expandVar with JSON.parse to all fields of all actions (sms, smpp, email, post, update) (#746) -- Fix: check domain before access domain -- Fix: expandVar return a 'null' instead of null (#746) -- Fix: expandVar for single string values with null, boolean, number (#746) -- Fix: smtp and smpp logs (#738) -- Add: allow access entities using NGSIv2 API for non_signal rules (new setting nonSignalByAPI / PERSEO_CHECK_NON_SIGNAL_BY_API) (#549) -- Remove support for ngsv1 notifications (#714) -- Remove ngsiv1 support for updateAction (#714) -- Fix: check timer string in lower case in TimedRule checker -- Fix: dep of chai get-func-name to 2.0.0 to avoid installation errors -- Remove: RPM stuff ->>>>>>> master From 0b00cc51c7fd9ed0c6a7ab7a69149b972a9066e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Wed, 4 Oct 2023 13:23:20 +0200 Subject: [PATCH 3/3] Update Changelog --- Changelog | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/Changelog b/Changelog index af941d66..eac942d4 100644 --- a/Changelog +++ b/Changelog @@ -1,22 +1,21 @@ -1.28.0 (October 4th, 2023) - -- Add: new approach to handle trust auth (urbo-deployer#868) -- Add: allow access entities using NGSIv2 API for non_signal rules (new setting nonSignalByAPI / PERSEO_CHECK_NON_SIGNAL_BY_API) (#549) -- Add: allow use expandVar with JSON objects (#703) -- Add: apply expandVar with JSON.parse to all fields of all actions (sms, smpp, email, post, update) (#746) -- Fix: check domain before access domain -- Fix: expandVar return a 'null' instead of null (#746) -- Fix: expandVar for single string values with null, boolean, number (#746) -- Fix: smtp and smpp logs (#738) -- Fix: check timer string in lower case in TimedRule checker -- Fix: dep of chai get-func-name to 2.0.0 to avoid installation errors -- Remove: field "authentication" support in update action -- Remove: config.authentication (along with related env vars PERSEO_AUTHENTICATION_*) -- Remove: support for ngsv1 notifications (#714) -- Remove: ngsiv1 support for updateAction (#714) -- Remove: RPM stuff - - +1.28.0 (October 4th, 2023) + +- Add: new approach to handle trust auth (urbo-deployer#868) +- Add: allow access entities using NGSIv2 API for non_signal rules (new setting nonSignalByAPI / PERSEO_CHECK_NON_SIGNAL_BY_API) (#549) +- Add: allow use expandVar with JSON objects (#703) +- Add: apply expandVar with JSON.parse to all fields of all actions (sms, smpp, email, post, update) (#746) +- Fix: check domain before access domain +- Fix: expandVar return a 'null' instead of null (#746) +- Fix: expandVar for single string values with null, boolean, number (#746) +- Fix: smtp and smpp logs (#738) +- Fix: check timer string in lower case in TimedRule checker +- Fix: dep of chai get-func-name to 2.0.0 to avoid installation errors +- Remove: field "authentication" support in update action +- Remove: config.authentication (along with related env vars PERSEO_AUTHENTICATION_*) +- Remove: support for ngsv1 notifications (#714) +- Remove: ngsiv1 support for updateAction (#714) +- Remove: RPM stuff + 1.27.0 (May 18th, 2023) - Add: support to run tests with node 18 @@ -345,4 +344,4 @@ - Show more characters of data in logs - Refresh core after DB is setup - Improve examples -- Add generic POST action +- Add generic POST action