-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #420 from telefonicaid/task/prepare_1.11.0
Step: 1.10.0-next -> 1.11.0
- Loading branch information
Showing
3 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|