From 2f3fcde7f6bfc5c49d9e53b903d2dcb33f0ce329 Mon Sep 17 00:00:00 2001 From: Daniela Barborova Date: Fri, 12 Aug 2022 08:56:14 +0200 Subject: [PATCH 1/3] changelog for version 1.5.0 --- CHANGELOG.md | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 664fd11..7d3e175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Added -- new color style type 'intervals' [117](https://github.com/openkfw/Oscar/pull/120) ### Changed @@ -16,11 +15,55 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated +### Removed + +## [1.5.0] - 2022-08-12 + +Introducing option to use postgresql as database, with the exception of functions + +### Added + +- dateStart and dateEnd filter options for /pointAttributes [#126](https://github.com/openkfw/Oscar/pull/126) +- postgresql database structure on service start [#129](https://github.com/openkfw/Oscar/issues/129) [#130](https://github.com/openkfw/Oscar/pull/130) +- initial-data-load with postgresql database [#113](https://github.com/openkfw/Oscar/issues/113) +- url-loader with postgresql database [#114](https://github.com/openkfw/Oscar/issues/114) +- api with postgresql database [#116](https://github.com/openkfw/Oscar/issues/116) + +### Changed + +- url loader returns error code, if one load fails [#128](https://github.com/openkfw/Oscar/pull/128) + +### Fixed + +- in GeoData.yml, layer can be defined with just 'apiUrl' and not automatically storing data to database [#142](https://github.com/openkfw/Oscar/pull/142) + +### Deprecated + - route '/api/staticLayers', use '/api/dataLayers' [111]() - 'COUNTRY' environment variable for initial-data-load, use 'DATASET' instead ### Removed +## [1.4.0] - 2022-04-29 + +### Added + +- added option to run app with Postgis container based on Postgres, default DB is still MongoDB as backend is not reworked yet [#119] (https://github.com/openkfw/Oscar/pull/119/files) +- refactored MongoDB functionalities [#111] (https://github.com/openkfw/Oscar/pull/118/files) +- styling of region layers [#117] (https://github.com/openkfw/Oscar/pull/120/files) +- filtering pointAttributes by date (https://github.com/openkfw/Oscar/pull/126/files) + +### Changed + +### Deprecated + +### Removed + +### Fixed + +- security updates + + ## [1.3.2] - 2022-02-21 ### Added From b71ee998f4820aebbfad9da1e7d04af3b20a0743 Mon Sep 17 00:00:00 2001 From: bariela <84497025+bariela@users.noreply.github.com> Date: Mon, 15 Aug 2022 14:28:47 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d3e175..2228d41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed -## [1.5.0] - 2022-08-12 +## [1.5.0] - 2022-08-15 Introducing option to use postgresql as database, with the exception of functions @@ -28,6 +28,8 @@ Introducing option to use postgresql as database, with the exception of function - initial-data-load with postgresql database [#113](https://github.com/openkfw/Oscar/issues/113) - url-loader with postgresql database [#114](https://github.com/openkfw/Oscar/issues/114) - api with postgresql database [#116](https://github.com/openkfw/Oscar/issues/116) +- /geodata route for collections as sources for geodata [#140](https://github.com/openkfw/Oscar/issues/140) +- /isochrones route for specifically isochrones in one collection [#151](https://github.com/openkfw/Oscar/pull/151) ### Changed From 6e4308ac8f1069bf64192f67ee682186b314ccb3 Mon Sep 17 00:00:00 2001 From: bariela <84497025+bariela@users.noreply.github.com> Date: Mon, 15 Aug 2022 14:30:16 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2228d41..4ec4e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,7 @@ Introducing option to use postgresql as database, with the exception of function ### Deprecated -- route '/api/staticLayers', use '/api/dataLayers' [111]() +- route '/api/staticLayers', use '/api/dataLayers' [#111](https://github.com/openkfw/Oscar/issues/111) - 'COUNTRY' environment variable for initial-data-load, use 'DATASET' instead ### Removed