New Features
* add new endpoint /contributions/count/{density} ([115])
Bug Fixes
* fix some invalid filters in the default swagger examples ([111])
* fix returning invalid GeoJSON using empty coordinates for deletion contributions ([129], [131])
* fix using a proper boolean data type instead of a string for contributionType in response ([135])
* fix a null pointer exception in data extraction requests ([141], [145])
* make sure geometry filters are applied to all returned features of elementsFullHistory requests ([109])
Performance and Code Quality
* improve performance of ratio requests ([114])
Other Changes
* update all tests using the filter parameter instead of deprecated types, keys, values ([98])
* update some default parameter values in swagger UI to slightly more sensible examples ([113])
* restructure packages and classes within the controller and output packages ([117])
* extend docs on contribution types ([134])
* round coordinates of returned OSM features to 7 decimal places ([138])
* improve code style by wrapping all code lines longer than 100 characters ([83])
* update ohsome parent to version 2.8 ([152])
[83]: https://github.com/GIScience/ohsome-api/issues/83
[98]: https://github.com/GIScience/ohsome-api/issues/98
[109]: https://github.com/GIScience/ohsome-api/issues/109
[111]: https://github.com/GIScience/ohsome-api/issues/111
[113]: https://github.com/GIScience/ohsome-api/issues/113
[114]: https://github.com/GIScience/ohsome-api/pull/114
[115]: https://github.com/GIScience/ohsome-api/issues/115
[117]: https://github.com/GIScience/ohsome-api/issues/117
[129]: https://github.com/GIScience/ohsome-api/issues/129
[131]: https://github.com/GIScience/ohsome-api/issues/131
[134]: https://github.com/GIScience/ohsome-api/issues/134
[135]: https://github.com/GIScience/ohsome-api/pull/135
[138]: https://github.com/GIScience/ohsome-api/issues/138
[141]: https://github.com/GIScience/ohsome-api/issues/141
[145]: https://github.com/GIScience/ohsome-api/pull/145
[152]: https://github.com/GIScience/ohsome-api/pull/152