- Notifications
You must be signed in to change notification settings - Fork114
Releases: ipinfo/python
v5.1.1
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v5.1.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v4.4.2
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v4.4.1
What's Changed
Full Changelog:v4.4.0...v4.4.1
v4.4.0
What's Changed
- Fix README.md by@abdullahdevrel in#66
- handled timeout error by@rm-Umar in#65
- added country_flag by@rm-Umar in#68
- added country_currency by@rm-Umar in#69
- Added Continent by@rm-Umar in#70
New Contributors
- @abdullahdevrel made their first contribution in#66
Full Changelog:v4.3.1...v4.4.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v4.3.0
What's Changed
- Added info about accessing the cache directly by@mtzfederico in#55
- added isEU in details object by@rm-Umar in#61
- refactored isEU logic by@rm-Umar in#62
New Contributors
- @mtzfederico made their first contribution in#55
- @rm-Umar made their first contribution in#61
Full Changelog:v4.2.0...v4.3.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v4.2.0: Merge pull request #50 from ipinfo/uman/maps
d1bf8bfAdd map integration.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Improved batch operations
e229f52Please see CHANGELOG.md for all changes.
The highlight of this version:
For each handler type (sync & async):
- getBatchDetails now has no limit to the size of the
ip_addressesinput
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_totalandraise_on_fail. Please see the
documentation for details on what each of these do.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Async support
async/await is now supported via a separate async handler.
See the README.md quickstart section for details.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Fix missing `six` dependency
c3570c5Merge pull request #13 from ipinfo/uman/fix-depsFix missing `six` dependency
Assets2
Uh oh!
There was an error while loading.Please reload this page.