This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Releases: openkfw/Oscar
Releases · openkfw/Oscar
v.1.5.2
v1.5.1
What's Changed
- fixed api when using appinsights
v1.5.0
[1.5.0] - 2022-08-15
Introducing option to use postgresql as database, with the exception of functions
Added
- dateStart and dateEnd filter options for /pointAttributes #126
- postgresql database structure on service start #129 #130
- initial-data-load with postgresql database #113
- url-loader with postgresql database #114
- api with postgresql database #116
- /geodata route for collections as sources for geodata #140
- /isochrones route for specifically isochrones in one collection #151
Changed
- url loader returns error code, if one load fails #128
Fixed
- in GeoData.yml, layer can be defined with just 'apiUrl' and not automatically storing data to database #142
Deprecated
- route '/api/staticLayers', use '/api/dataLayers' #111
- 'COUNTRY' environment variable for initial-data-load, use 'DATASET' instead
Removed
v1.4.0
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
v1.3.2
Added
- option to store geographical data in database collection #85 #94
- new route for unique featureIds for one attributeId #86
- added option for displaying multiple regions layers #97
- configurable dashboard tabs #102
- added option to use tile layers in map with data provided by external url #103
- scripts for starting application in minikube #104
- enabled creating geoData with empty database with geoIndex #105
- added new layerOption for sending correct request to api in case of specified bounding box #109
- pdf button for exporting dashboard tab as pdf document
Changed
- dashboard config specifying tabs and graphs, not selecting from existing
Deprecated
- 'timeseries' key on the top level is now deprecated and moved to 'layerOptions' key. New 'layerOptions' key should be defined in ./initial-data-load/data/{country}/MapLayers.yml configuration file on the top level and 'timeseries' key with its value should be moved there. 'layerOptions' present different options that can be set on layers and change their behavior on the map. You can find out more about these settings in docs.
Removed
Fixed
v1.3.1
v1.3.0 - calculation functions
v1.2.3 - further timeline enhancements
Improved
- further timeline enhancements
v1.2.2 - dataDate property usable in map timeline
Added
- Minor addition to api so the map layer timeline works also with the dataDate property
v1.2.0 - connecting to KOBO API
Added
- KOBOFetcher for connecting to KOBO API and storing data from there #50