File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# IPInfo Changelog
22
3- ## 4.1.0 (WIP)
3+ ## 4.1.0
44
55- Most private functions on all handlers (i.e. those that start with ` _ ` ) are
66 now moved to ` ipinfo.handler_utils ` .
7+ - All constants that existed on handlers (i.e. ` REQUEST_TIMEOUT_DEFAULT ` ) are
8+ now moved to ` ipinfo.handler_utils ` .
9+ - Both the sync and async handlers have the following improvements:
10+ - ` timeout ` can be specified as a keyword-arg to getDetails to optionally
11+ override the client-level timeout.
12+ - getBatchDetails now has no limit to the size of the ` ip_addresses ` input
13+ list. It will chunk the list internally and make requests against the
14+ batch endpoint in a way that doesn't exceed the API's own limits.
15+ - getBatchDetails now accepts the new options ` batch_size ` ,
16+ ` timeout_per_batch ` , ` timeout_total ` and ` raise_on_fail ` . Please see the
17+ documentation for details on what each of these do.
718
819## 4.0.0
920
You can’t perform that action at this time.
0 commit comments