Skip to content

Commit

Permalink
Merge pull request #700 from telefonicaid/task/prepare_1.25.0
Browse files Browse the repository at this point in the history
Step: 1.24.0-next -> 1.25.0
  • Loading branch information
fgalan authored Jul 1, 2022
2 parents 433be59 + e06f0f3 commit be12d52
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
9 changes: 1 addition & 8 deletions CHANGES_NEXT_RELEASE
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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down
10 changes: 10 additions & 0 deletions rpm/SPECS/cep.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be12d52

Please sign in to comment.