Ipinfo Python Versions Save

Official Python Library for IPinfo API (IP geolocation and other types of IP data)

v4.4.2

1 year ago

What's Changed

Full Changelog: https://github.com/ipinfo/python/compare/v4.4.1...v4.4.2

v4.4.1

1 year ago

What's Changed

Full Changelog: https://github.com/ipinfo/python/compare/v4.4.0...v4.4.1

v4.4.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ipinfo/python/compare/v4.3.1...v4.4.0

v4.3.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ipinfo/python/compare/v4.2.0...v4.3.0

v4.2.0

3 years ago

v4.1.0

3 years ago

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 and raise_on_fail. Please see the documentation for details on what each of these do.

v4.0.0

3 years ago

async/await is now supported via a separate async handler.

See the README.md quickstart section for details.

v1.1.2

4 years ago

v1.1.1

5 years ago