Skip to content

Commit

Permalink
Merge pull request #589 from telefonicaid/task/prepare_2.9.0
Browse files Browse the repository at this point in the history
Step: 2.8.0-next -> 2.9.0
  • Loading branch information
AlvaroVega committed Mar 25, 2022
2 parents fb8a326 + 62ccd44 commit be61eaa
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
15 changes: 0 additions & 15 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,15 +0,0 @@
- Add: Docker healthcheck for STH API
- Upgrade: mongodb dependence from ~2.2.35 to ~3.6.12 (#567)
- Add: config reconnectTries and reconnectInterval configuration (env vars DB_RECONNECT_TRIES and DB_RECONNECT_INTERVAL) to allow mongo driver reconnect (#559)
- Allow connect with mongo uri without auth
- Ensure permissions over temp directory (used by CSV generation) in docker container (issue re-introduced in 2.8.0)
- Update logs about get raw and aggregated data (#556)
- Update codebase to use ES6
- Remove JSHint and jshint overrides
- Add esLint using standard tamia presets
- Replace var with let/const
- Fix or disable eslint errors
- Upgrade logops dep from 2.1.0 to 2.1.2 due to colors dependency corruption
- Add: graceful shutdown listening to SIGTERM and SIGHUP signals (#576)
- Return 500 when DB is not connected (#570)
- Upgrade NodeJS version from 10.19.0 to 14-slim in Dockerfile
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.8.0-next",
"version": "2.9.0",
"licence": "AGPL-3.0",
"homepage": "https://github.com/telefonicaid/fiware-sth-comet",
"author": {
Expand Down
17 changes: 17 additions & 0 deletions rpm/SPECS/sth.spec
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,23 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}

%changelog
* Fri Mar 25 2022 Fermin Galan <fermin.galanmarquez@telefonica.com> 2.9.0
- Add: graceful shutdown listening to SIGTERM and SIGHUP signals (#576)
- Add: Docker healthcheck for STH API
- Add: config reconnectTries and reconnectInterval configuration (env vars DB_RECONNECT_TRIES and DB_RECONNECT_INTERVAL) to allow mongo driver reconnect (#559)
- Add: allow connect with mongo uri without auth
- Fix: return 500 when DB is not connected (#570)
- Fix: ensure permissions over temp directory (used by CSV generation) in docker container (issue re-introduced in 2.8.0)
- Fix: update logs about get raw and aggregated data (#556)
- Update codebase to use ES6
- Remove JSHint and jshint overrides
- Add esLint using standard tamia presets
- Replace var with let/const
- Fix or disable eslint errors
- Upgrade logops dep from 2.1.0 to 2.1.2 due to colors dependency corruption
- Upgrade: mongodb dependence from ~2.2.35 to ~3.6.12 (#567)
- Upgrade NodeJS version from 10.19.0 to 14-slim in Dockerfile

* Wed May 27 2020 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 2.8.0
- Fix: Filetype issue fixed for hLimit and hOffset (#539)
- Fix: Updated temporary csv filename for uniqueness (#532)
Expand Down

0 comments on commit be61eaa

Please sign in to comment.