Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop deprecated endpoints for old filter parameters #282

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
move to v1.9 changelog section
  • Loading branch information
tyrasd authored Dec 29, 2022
commit c1f62809b4cfb6e4e5231dba95e4d93b730f47b5
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,22 @@ Changelog

## 1.9.0-SNAPSHOT (current master)

### Breaking Changes
* remove deprecated parameters (`types`/`keys`/`values` and `types2`/`keys2`/`values2`) which were legacy variants of the new [filters](https://docs.ohsome.org/ohsome-api/v1/filter.html) (`filter`/`filter2` parameters) ([#282])

[#282]: https://github.com/GIScience/ohsome-api/pull/282


## 1.8.0

### Breaking Changes
* remove caching command line parameter ([#281])
* update to OSHDB 1.0.0 ([#281], [#283])
* remove deprecated parameters (`types`/`keys`/`values` and `types2`/`keys2`/`values2`) which were legacy variants of the new [filters](https://docs.ohsome.org/ohsome-api/v1/filter.html) (`filter`/`filter2` parameters) ([#282])

### New Features
* tag translator parameter are now configurable via CLI parameter: `tt.maxbytesvalue`, `tt.maxnumroles` ([#281])

[#281]: https://github.com/GIScience/ohsome-api/pull/281
[#282]: https://github.com/GIScience/ohsome-api/pull/282
[#283]: https://github.com/GIScience/ohsome-api/pull/283


Expand Down