-
Notifications
You must be signed in to change notification settings - Fork 118
Releases: ipinfo/python
Releases · ipinfo/python
5.3.0
Assets 2
v5.1.1
No-op release (testing Github Trusted Publishing)
Assets 2
v5.1.0
Assets 2
v4.4.2
Assets 2
1 person reacted
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
Assets 2
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
Assets 2
v4.2.0: Merge pull request #50 from ipinfo/uman/maps
@UmanShahzad
UmanShahzad
d1bf8bf
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Add map integration.
Assets 2
Improved batch operations
@UmanShahzad
UmanShahzad
e229f52
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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_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.
Assets 2
Async support
async/await is now supported via a separate async handler.
See the README.md quickstart section for details.