Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Releases: openkfw/Oscar

v.1.5.2

14 Oct 07:58
32dd16b
Compare
Choose a tag to compare
Merge pull request #158 from openkfw/157-geodata-route

157 geodata route

v1.5.1

18 Aug 20:41
6e678c6
Compare
Choose a tag to compare

What's Changed

  • fixed api when using appinsights

v1.5.0

15 Aug 13:04
82f69c6
Compare
Choose a tag to compare

[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

29 Apr 12:51
fb1b403
Compare
Choose a tag to compare

Added

Changed

Deprecated

Removed

Fixed

  • security updates

v1.3.2

21 Feb 16:37
e6cd58a
Compare
Choose a tag to compare

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

  • security updates
  • allow empty data folder in functions #70
  • NaN appearing in url in map view and breaking the map #90

v1.3.1

26 Nov 10:45
de37234
Compare
Choose a tag to compare

Updates

v1.3.0 - calculation functions

15 Oct 14:00
6883734
Compare
Choose a tag to compare

Added

  • new calculation function template and tutorial #41
  • calculation function for 7 days incidence rate #42

v1.2.3 - further timeline enhancements

28 Sep 13:49
982811a
Compare
Choose a tag to compare

Improved

  • further timeline enhancements

v1.2.2 - dataDate property usable in map timeline

06 Sep 15:12
4c66206
Compare
Choose a tag to compare

Added

  • Minor addition to api so the map layer timeline works also with the dataDate property

v1.2.0 - connecting to KOBO API

03 Sep 15:56
279761a
Compare
Choose a tag to compare

Added

  • KOBOFetcher for connecting to KOBO API and storing data from there #50