Skip to content

Commit 2964a4b

Browse files
committed
5.1.0 release
1 parent 8f8ec7b commit 2964a4b

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# IPInfo Changelog
22

3+
## 5.1.0
4+
5+
- fix getDetails JSON error on 5xx status code
6+
37
## 5.0.1
48

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

8185
## 4.0.0
8286

ipinfo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = "5.0.1"
1+
SDK_VERSION = "5.1.0"

0 commit comments

Comments
 (0)