Skip to content

Commit

Permalink
Merge pull request #629 from telefonicaid/task/prepare_2.11.0
Browse files Browse the repository at this point in the history
step 2.10.0-next -> 2.11.0
  • Loading branch information
fgalan committed Nov 28, 2023
2 parents f5bb08b + 4366bf3 commit 92d7d56
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 0 additions & 4 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -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)
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.10.0-next",
"version": "2.11.0",
"licence": "AGPL-3.0",
"homepage": "https://github.com/telefonicaid/fiware-sth-comet",
"author": {
Expand Down
6 changes: 6 additions & 0 deletions rpm/SPECS/sth.spec
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}

%changelog
* Tue Nov 28 2023 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 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 <alvaro.vegagarcia@telefonica.com> 2.10.0
- Fix: healthcheck over sth exposed port
- Fix: Dockerfile to include initial packages upgrade
Expand Down

0 comments on commit 92d7d56

Please sign in to comment.