Skip to content

Commit

Permalink
Merge pull request #420 from telefonicaid/task/prepare_1.11.0
Browse files Browse the repository at this point in the history
Step: 1.10.0-next -> 1.11.0
  • Loading branch information
AlvaroVega authored Dec 17, 2019
2 parents c27b8f2 + f1ef3b7 commit 3577265
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
8 changes: 0 additions & 8 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
- Use event for expanding action update filter (#417 )
- Add special context for timed rules (#411)
- Update some node dependencies:
- async: from ~0.9.2 to 2.6.2
- express: from ~4.16.1 to ~4.16.4
- request: from ~2.83.0 to 2.88.0
- Hardening: MongoDB connection logic to avoid deprecated parameteres
- Upgrade NodeJS version from 8.16.1 to 10.17.0 in Dockerfile due to Node 8 End-of-Life
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.10.0-next",
"version": "1.11.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
* Mon Dec 16 2019 Fermin Galan <[email protected]> 1.11.0
- Add: special context for timed rules (#411)
- Fix: use event for expanding action update filter (#417)
- Update some node dependencies:
- async: from ~0.9.2 to 2.6.2
- express: from ~4.16.1 to ~4.16.4
- request: from ~2.83.0 to 2.88.0
- Hardening: MongoDB connection logic to avoid deprecated parameteres
- Upgrade NodeJS version from 8.16.1 to 10.17.0 in Dockerfile due to Node 8 End-of-Life

* Tue Oct 29 2019 Fermin Galan <[email protected]> 1.10.0
- Add: include stripped (non flatten) data into event (#377)
- Add: castType (PERSEO_CAST_TYPE) to enable NGSIv2 type based casting (default is to use JSON native types in values)
Expand Down

0 comments on commit 3577265

Please sign in to comment.