Skip to content

Commit

Permalink
step 1.27.0-next -> 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Oct 3, 2023
1 parent 5e35d43 commit a46cc5b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
15 changes: 1 addition & 14 deletions CHANGES_NEXT_RELEASE
@@ -1,14 +1 @@
- Add: new approach to handle trust auth (urbo-deployer#868)
- Remove: field "authentication" support in update action
- Remove: config.authentication (along with related env vars PERSEO_AUTHENTICATION_*)
- Add: allow use expandVar with JSON objects (#703)
- Add: apply expandVar with JSON.parse to all fields of all actions (sms, smpp, email, post, update) (#746)
- Fix: check domain before access domain
- Fix: expandVar return a 'null' instead of null (#746)
- Fix: expandVar for single string values with null, boolean, number (#746)
- Fix: smtp and smpp logs (#738)
- Add: allow access entities using NGSIv2 API for non_signal rules (new setting nonSignalByAPI / PERSEO_CHECK_NON_SIGNAL_BY_API) (#549)
- Remove support for ngsv1 notifications (#714)
- Remove ngsiv1 support for updateAction (#714)
- Fix: check timer string in lower case in TimedRule checker
- Fix: dep of chai get-func-name to 2.0.0 to avoid installation errors

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "perseo",
"description": "IOT CEP front End",
"license": "AGPL-3.0-only",
"version": "1.27.0-next",
"version": "1.28.0",
"author": {
"name": "crbrox",
"email": "carlos.romerobrox@telefonica.com"
Expand Down
16 changes: 16 additions & 0 deletions rpm/SPECS/cep.spec
Expand Up @@ -164,6 +164,22 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}

%changelog
* Tue Oct 3 2023 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 1.28.0
- Add: new approach to handle trust auth (urbo-deployer#868)
- Add: allow use expandVar with JSON objects (#703)
- Add: apply expandVar with JSON.parse to all fields of all actions (sms, smpp, email, post, update) (#746)
- Add: allow access entities using NGSIv2 API for non_signal rules (new setting nonSignalByAPI / PERSEO_CHECK_NON_SIGNAL_BY_API) (#549)
- Remove: field "authentication" support in update action
- Remove: config.authentication (along with related env vars PERSEO_AUTHENTICATION_*)
- Remove support for ngsv1 notifications (#714)
- Remove ngsiv1 support for updateAction (#714)
- Fix: check domain before access domain
- Fix: expandVar return a 'null' instead of null (#746)
- Fix: expandVar for single string values with null, boolean, number (#746)
- Fix: smtp and smpp logs (#738)
- Fix: check timer string in lower case in TimedRule checker
- Fix: dep of chai get-func-name to 2.0.0 to avoid installation errors

* Thu May 18 2023 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 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)
Expand Down

0 comments on commit a46cc5b

Please sign in to comment.