Skip to content

Commit

Permalink
doc: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SlowMo24 committed Nov 17, 2023
1 parent 6ec2da8 commit 79e44f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- support for python 3.12
- custom [retry](https://urllib3.readthedocs.io/en/latest/reference/urllib3.util.html#urllib3.util.Retry) configuration
- start and end timestamp meta information of the client are now datetime objects
- accept shapely Polygon and MultiPolygon for `bpolys` input parameter
- if a request fails a bash script containing the respective `curl` command is logged (if possible). This allows for easier debugging and sharing of failed requests.

### Removed
Expand Down
2 changes: 1 addition & 1 deletion ohsome/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def post(
properties: Optional[Union[str, List[str]]] = None,
clipGeometry: Optional[bool] = None,
endpoint: Optional[str] = None,
):
) -> OhsomeResponse:
"""
Sends request to ohsome API
Expand Down

0 comments on commit 79e44f6

Please sign in to comment.