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

Commit

Permalink
Merge pull request #150 from openkfw/1.5.0
Browse files Browse the repository at this point in the history
changelog for version 1.5.0
  • Loading branch information
MartinJurcoGlina authored Aug 15, 2022
2 parents 023f1f4 + 6e4308a commit 82f69c6
Showing 1 changed file with 47 additions and 2 deletions.
49 changes: 47 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,64 @@ 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

### Fixed

### Deprecated

- route '/api/staticLayers', use '/api/dataLayers' [111]()
### Removed

## [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](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)
- /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

- 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](https://github.com/openkfw/Oscar/issues/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
Expand Down

0 comments on commit 82f69c6

Please sign in to comment.