From e06f0f3d3759aca9ddee0be75f87a95fea6e7963 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Fri, 1 Jul 2022 09:17:37 +0200 Subject: [PATCH] Step: 1.24.0-next -> 1.25.0 --- CHANGES_NEXT_RELEASE | 9 +-------- package.json | 2 +- rpm/SPECS/cep.spec | 10 ++++++++++ 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 5cfdebc7..8b137891 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,8 +1 @@ -- Fix: check rule.name match with EPL rule.text ruleName when update a text rule (#699) -- Fix: ensure datetime attrs from entity for nosignal events are in ISO format instead of epoc -- Add: full detail about batch update error or success in logs -- Fix: expanding an object variable in action of rule (#692) -- Fix: for EPL with context + insert + select rule (without expression) (#652) -- Fix: format of internalCurrentTime fixed to ISO 8601 -- Fix: typo in non signal event internalCurentTime -> internalCurrentTime -- Upgrade NodeJS version from 14-slim to 16-slim in Dockerfile + diff --git a/package.json b/package.json index 29995d54..4d933ed1 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.24.0-next", + "version": "1.25.0", "author": { "name": "crbrox", "email": "carlos.romerobrox@telefonica.com" diff --git a/rpm/SPECS/cep.spec b/rpm/SPECS/cep.spec index 2055609f..cd7baee3 100644 --- a/rpm/SPECS/cep.spec +++ b/rpm/SPECS/cep.spec @@ -164,6 +164,16 @@ rm -rf $RPM_BUILD_ROOT %{_install_dir} %changelog +* Fri Jul 1 2022 Alvaro Vega 1.25.0 +- Add: full detail about batch update error or success in logs +- Fix: check rule.name match with EPL rule.text ruleName when update a text rule (#699) +- Fix: ensure datetime attrs from entity for nosignal events are in ISO format instead of epoc +- Fix: expanding an object variable in action of rule (#692) +- Fix: for EPL with context + insert + select rule (without expression) (#652) +- Fix: format of internalCurrentTime fixed to ISO 8601 +- Fix: typo in non signal event internalCurentTime -> internalCurrentTime +- Upgrade NodeJS version from 14-slim to 16-slim in Dockerfile + * Thu May 26 2022 Alvaro Vega 1.24.0 - Fix: changed detection of rule loop by checking max number of rule executions triggered by the same notification (with the same correlator) (new env var PERSEO_MAX_RULES_BY_CORR) (#678) - Fix: replace deprecated dep shortid by nanoid