Skip to content

Commit 146e46e

Browse files
authored
adding recent changes to changelog (#44)
1 parent 2dda1f8 commit 146e46e

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

CHANGELOG.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
## current master
22

3-
* update ohsome parent to version 2.3 (for building javadoc with JDK 11)
3+
4+
## 1.1.0
5+
6+
### Prominent Changes
7+
8+
* making filter2 parameter mandatory for /ratio requests and changing filter to be allowed to be omitted or empty ([#27](https://github.com/GIScience/ohsome-api/pull/27))
9+
* upgrading to ohsome filter 1.2 ([#38](https://github.com/GIScience/ohsome-api/pull/38)) to be able to filter on OSM feature IDs, on a list of tags with the same key and support of empty filters
10+
* update of readme docs to give little intro and more usability examples ([#15](https://github.com/GIScience/ohsome-api/pull/15))
11+
12+
### New Features
13+
14+
* addition of parameter ‘clipGeometry’ for data-extraction endpoints ([#29](https://github.com/GIScience/ohsome-api/pull/29))
15+
* restricting each parameter to be unique in the request ([#12](https://github.com/GIScience/ohsome-api/pull/12))
16+
17+
### Bug Fixes
18+
19+
* adapting /groupBy/tag csv response to give empty result if no data matches given filters ([#33](https://github.com/GIScience/ohsome-api/pull/33))
20+
* give exception when no parameters are given ([#13](https://github.com/GIScience/ohsome-api/pull/13))
21+
22+
### Other Changes
23+
24+
* adding badges to the readme ([#39](https://github.com/GIScience/ohsome-api/pull/39))
25+
* marking types, keys and values parameter usage as deprecated and adapting swagger docs to use filter ([#14](https://github.com/GIScience/ohsome-api/pull/14))
26+
* update ohsome parent to version 2.4 (Java 11 compatibility) ([#24](https://github.com/GIScience/ohsome-api/pull/24))
27+
* refactoring of diverse code parts, e.g. zero-fill usage ([a8856c9](https://github.com/GIScience/ohsome-api/commit/a8856c90c53a10410eaeeae91f5c31173f1e49d6)), handling of clipping the geometries ([3628d04](https://github.com/GIScience/ohsome-api/pull/29/commits/3628d042df46634d31e8f152354689ef1f1d5b08))
28+
429

530
## 1.0.0
631

0 commit comments

Comments
 (0)