diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 1da405a..e69de29 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,4 +0,0 @@ -- Fix: the way in which list collection is done at MongoDB (ensure¡ing nameOnly flag is boolean) so STH can support MongoDB 5.0+ versions -- Fix: TRUNCATION_EXPIRE_AFTER_SECONDS functionality (#606) -- Set Nodejs 14 as minimum version in packages.json (effectively removing Nodev12 from supported versions) -- Add: CORS_ENABLED env var (boolean) to enable the cors configuration (of config.js file) in your docker image (#608) diff --git a/package.json b/package.json index 4017ca6..be96896 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.10.0-next", + "version": "2.11.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 bac5b60..2623e75 100644 --- a/rpm/SPECS/sth.spec +++ b/rpm/SPECS/sth.spec @@ -160,6 +160,12 @@ rm -rf $RPM_BUILD_ROOT %{_install_dir} %changelog +* Tue Nov 28 2023 Alvaro Vega 2.11.0 +- Add: CORS_ENABLED env var (boolean) to enable the cors configuration (of config.js file) in your docker image (#608) +- Set Nodejs 14 as minimum version in packages.json (effectively removing Nodev12 from supported versions) +- Fix: the way in which list collection is done at MongoDB (ensure¡ing nameOnly flag is boolean) so STH can support MongoDB 5.0+ versions +- Fix: TRUNCATION_EXPIRE_AFTER_SECONDS functionality (#606) + * Wed Nov 02 2022 Alvaro Vega 2.10.0 - Fix: healthcheck over sth exposed port - Fix: Dockerfile to include initial packages upgrade