Skip to content

Commit

Permalink
Merge pull request #527 from telefonicaid/task/prepare_2.7.0
Browse files Browse the repository at this point in the history
Step: 2.6.0-next -> 2.7.0
  • Loading branch information
AlvaroVega authored Nov 11, 2019
2 parents 22e3140 + 5397f43 commit a8312e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 0 additions & 6 deletions CHANGES_NEXT_RELEASE
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fiware-sth-comet",
"description": "The Short Time Historic (STH, aka. Comet) is a component of the FIWARE ecosystem in charge of providing aggregated time series information about the evolution in time of entity attribute values registered using the Orion Context Broker, an implementation of the publish/subscribe context management system exposing NGSI9 and NGSI10 interfaces.",
"version": "2.6.0-next",
"version": "2.7.0",
"licence": "AGPL-3.0",
"homepage": "https://github.com/telefonicaid/fiware-sth-comet",
"author": {
Expand Down
8 changes: 8 additions & 0 deletions rpm/SPECS/sth.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a8312e8

Please sign in to comment.