Releases: ipinfo/python
Releases · ipinfo/python
v5.1.1
v5.1.0
v4.4.2
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
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
v4.2.0: Merge pull request #50 from ipinfo/uman/maps
Add map integration.
Improved batch operations
Please 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_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
andraise_on_fail
. Please see the
documentation for details on what each of these do.
Async support
async/await is now supported via a separate async handler.
See the README.md quickstart section for details.
Fix missing `six` dependency
Merge pull request #13 from ipinfo/uman/fix-deps Fix missing `six` dependency