From 446839a8fbfff0f7f015a5c7aaed9190c6a03b74 Mon Sep 17 00:00:00 2001 From: Fermin Galan Marquez Date: Tue, 4 Jun 2019 10:55:05 +0200 Subject: [PATCH] Step: 2.5.0-next -> 2.6.0 --- CHANGES_NEXT_RELEASE | 3 --- package.json | 2 +- rpm/SPECS/sth.spec | 5 +++++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index f44a9d88..e69de29b 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -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) diff --git a/package.json b/package.json index 09b4b642..317029ac 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/rpm/SPECS/sth.spec b/rpm/SPECS/sth.spec index e0578867..a1213e8b 100644 --- a/rpm/SPECS/sth.spec +++ b/rpm/SPECS/sth.spec @@ -160,6 +160,11 @@ rm -rf $RPM_BUILD_ROOT %{_install_dir} %changelog +* Tue Jun 04 2019 Fermin Galan 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 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