-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #700 from telefonicaid/task/prepare_1.25.0
Step: 1.24.0-next -> 1.25.0
- Loading branch information
Showing
3 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,6 +164,16 @@ rm -rf $RPM_BUILD_ROOT | |
%{_install_dir} | ||
|
||
%changelog | ||
* Fri Jul 1 2022 Alvaro Vega <[email protected]> 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 <[email protected]> 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 | ||
|