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.11.0-next -> 1.12.0 #430

Merged
merged 1 commit into from
Feb 10, 2020
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
5 changes: 1 addition & 4 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
- Fix nosignal actions in HA: both nodes are executing the same rule at the same time
- Add: /api-docs endpoint providing swagger-based documentation of the HTTP endpoints exposed by Perseo FE
- Fix: improving logs system, adding more traces and changes to avoid too verbose messages at INFO level
- Hardening: software quality improvement based on ISO25010 recommendations


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.11.0-next",
"version": "1.12.0",
"author": {
"name": "crbrox",
"email": "carlos.romerobrox@telefonica.com"
Expand Down
6 changes: 6 additions & 0 deletions rpm/SPECS/cep.spec
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,12 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}

%changelog
* Mon Feb 10 2020 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 1.12.0
- Fix nosignal actions in HA: both nodes are executing the same rule at the same time
- Add: /api-docs endpoint providing swagger-based documentation of the HTTP endpoints exposed by Perseo FE
- Fix: improving logs system, adding more traces and changes to avoid too verbose messages at INFO level
- Hardening: software quality improvement based on ISO25010 recommendations

* Mon Dec 16 2019 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.11.0
- Add: special context for timed rules (#411)
- Fix: use event for expanding action update filter (#417)
Expand Down