-
Notifications
You must be signed in to change notification settings - Fork 28
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 #527 from telefonicaid/task/prepare_2.7.0
Step: 2.6.0-next -> 2.7.0
- Loading branch information
Showing
3 changed files
with
9 additions
and
7 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,6 +0,0 @@ | ||
- Add: CORS support (#500) | ||
- Add: NGSIv2 endpoints for the raw and aggregation API operations (#118) | ||
- Check header response before use it (CSV response has no header) | ||
- Fix handler for reply a CSV: use new Hapi API (#513) | ||
- Ensure permissions over temp directory (used by CSV generation) in docker container (#514) | ||
- Upgrade NodeJS version from 8.16.0 to 8.16.1 in Dockerfile due to security issues | ||
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
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 |
---|---|---|
|
@@ -160,6 +160,14 @@ rm -rf $RPM_BUILD_ROOT | |
%{_install_dir} | ||
|
||
%changelog | ||
* Mon Nov 11 2019 Fermin Galan <[email protected]> 2.7.0 | ||
- Add: NGSIv2 endpoints for the raw and aggregation API operations (#118) | ||
- Add: CORS support (#500) | ||
- Fix: check header response before use it (CSV response has no header) | ||
- Fix: handler for reply a CSV: use new Hapi API (#513) | ||
- Fix: Ensure permissions over temp directory (used by CSV generation) in docker container (#514) | ||
- Upgrade NodeJS version from 8.16.0 to 8.16.1 in Dockerfile due to security issues | ||
|
||
* Tue Jun 04 2019 Fermin Galan <[email protected]> 2.6.0 | ||
- Upgrade NodeJS version from 8.12.0 to 8.16.0 in Dockerfile due to improve security | ||
- Add: logging feature to count number of requests attended and number of requests processed with error (#310) | ||
|