Skip to content

Commit

Permalink
Merge pull request #509 from telefonicaid/task/papare_2.6.0
Browse files Browse the repository at this point in the history
Step: 2.5.0-next -> 2.6.0
  • Loading branch information
AlvaroVega authored Jun 4, 2019
2 parents aea9f39 + 446839a commit 608f820
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 0 additions & 3 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
Upgrade NodeJS version from 8.12.0 to 8.16.0 in Dockerfile due to security issues
Fix: race condition causes erroneous count to 0 in some cases (#493)
Add logging feature to count number of requests attended and number of requests processed with error (#310)
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.5.0-next",
"version": "2.6.0",
"licence": "AGPL-3.0",
"homepage": "https://github.com/telefonicaid/fiware-sth-comet",
"author": {
Expand Down
5 changes: 5 additions & 0 deletions rpm/SPECS/sth.spec
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}

%changelog
* 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)
- Fix: race condition causes erroneous count to 0 in some cases (#493)

* Wed Dec 19 2018 Fermin Galan <[email protected]> 2.5.0
- Set Nodejs 8.12.0 as minimum version in packages.json (effectively removing Nodev4 and Nodev6 as supported versions)
- Add: use NodeJS 8 in Dockerfile
Expand Down

0 comments on commit 608f820

Please sign in to comment.