Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FabiKo117 committed Jan 15, 2020
1 parent 3a48bb5 commit 1fc8785
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,26 @@

* Remove of userids parameter and /groupBy/user resource (#51)
* New category 'total' in response for /users/count/groupBY/tag|key (41d0c830)
* Deactivating contribution types in full-history response (1d7a1ec7)
* OSHDB version 0.5.5 (43dd4133)

### New Features

* Integration of csv as output format (3850891d)
* Implementing cache logic used via HTTP headers (#52)
* Parameter timeout to define custom timeout for request (8ebec3ba)
* Nested group-by resource: /groupBy/boundary/groupBy/tag (cb82b9f6)
* Implementing simple feature types support (fba76544)
* Implementing simple feature types support (fba76544, c2dcc837)

### Bug Fixes

* Wrong response for GeoJSON boundaries lying outside of data extract (#47)
* Request parameter usage (#48)
* Content type header and encoding of csv response (#49)
* Proper request encoding if encoding is not defined (#53)
* Several other bugs (04a798b5, 01eca91f, 585933c7)
* Wrong response when same geometry is used for different input features (#56)
* Not fully working unclipped property for data extraction (#62, #65)
* Several other bugs (04a798b5, 01eca91f, 585933c7, 16aec329)

### Performance and Code Quality

Expand All @@ -29,6 +33,7 @@
* Refactoring of several code parts (e.g.: 5a8fba0c, 42064696, 67ef11fb, 5230de69)
* Adding of csv output tests (7982338a)
* Adding of Ignite cluster nodes check on runtime (bc8e6fdf)
* Improving data extraction processing (3401db9d, 4f438fd5, f19e5b2b)

### Other Changes

Expand All @@ -42,6 +47,7 @@

* Springfox to 2.9.2, which results in new Swagger-UI version (93b4e55d)
* OSHDB to 0.5.0-SNAPSHOT (b5ff6195)
* Gzip compression for GeoJSON response (83c43fca)

### New Features

Expand Down

0 comments on commit 1fc8785

Please sign in to comment.