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.26.0-next -> 1.27.0 #722

Merged
merged 3 commits into from
May 18, 2023
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
6 changes: 1 addition & 5 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
- Fix: do not flat in to map object or array attributes of event (#720)
- Upgrade uuid dep from ~1.4.2 to 9.0.0
- Remove unnecessary event data transformations (stripped, location parse, datetime parse) (#706, #712)
- Add support to run tests with node 18
- Set Nodejs 16 as minimum version in packages.json (effectively removing Nodev12 and Nodev14 from supported versions)

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.26.0-next",
"version": "1.27.0",
"author": {
"name": "crbrox",
"email": "[email protected]"
Expand Down
7 changes: 7 additions & 0 deletions rpm/SPECS/cep.spec
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,13 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}

%changelog
* Thu May 18 2023 Alvaro Vega <[email protected]> 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)
- Remove: unnecessary event data transformations (stripped, location parse, datetime parse) (#706, #712)
- Upgrade uuid dep from ~1.4.2 to 9.0.0
- Set Nodejs 16 as minimum version in packages.json (effectively removing Nodev12 and Nodev14 from supported versions)

* Thu Oct 27 2022 Alvaro Vega <[email protected]> 1.26.0
- Fix: update actions with filter of timed based rules are not tried to execute after first failure updating entities (#708)

Expand Down