File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed
Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 1- SDK_VERSION = "5.0.1 "
1+ SDK_VERSION = "5.1.0 "
You can’t perform that action at this time.
0 commit comments