Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step: 1.24.0-next -> 1.25.0 #700

Merged
merged 1 commit into from
Jul 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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