Skip to content

Commit

Permalink
5.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ipinfo committed Aug 30, 2024
1 parent 8f8ec7b commit 2964a4b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# IPInfo Changelog

## 5.1.0

- fix getDetails JSON error on 5xx status code

## 5.0.1

- Fixed a bug where in the sync handler's batch functions and in the async
Expand Down Expand Up @@ -69,14 +73,14 @@
actually cached is the item _after_ formatting is complete, rather than
before.
- Both the sync and async handlers have the following improvements:
- `timeout` can be specified as a keyword-arg to getDetails to optionally
override the client-level timeout.
- getBatchDetails now has no limit to the size of the `ip_addresses` input
list. It will chunk the list internally and make requests against the
batch endpoint in a way that doesn't exceed the API's own limits.
- getBatchDetails now accepts the new options `batch_size`,
`timeout_per_batch`, `timeout_total` and `raise_on_fail`. Please see the
documentation for details on what each of these do.
- `timeout` can be specified as a keyword-arg to getDetails to optionally
override the client-level timeout.
- getBatchDetails now has no limit to the size of the `ip_addresses` input
list. It will chunk the list internally and make requests against the
batch endpoint in a way that doesn't exceed the API's own limits.
- getBatchDetails now accepts the new options `batch_size`,
`timeout_per_batch`, `timeout_total` and `raise_on_fail`. Please see the
documentation for details on what each of these do.

## 4.0.0

Expand Down
2 changes: 1 addition & 1 deletion ipinfo/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SDK_VERSION = "5.0.1"
SDK_VERSION = "5.1.0"

0 comments on commit 2964a4b

Please sign in to comment.