Skip to content

Releases: ipinfo/python

v4.4.2

24 Nov 06:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.1...v4.4.2

v4.4.1

23 Nov 06:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v4.4.1

v4.4.0

17 Nov 11:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.1...v4.4.0

v4.3.0

22 Aug 10:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.3.0

v4.2.0: Merge pull request #50 from ipinfo/uman/maps

22 Apr 11:21
d1bf8bf
Compare
Choose a tag to compare

Improved batch operations

21 Dec 16:21
e229f52
Compare
Choose a tag to compare

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.

Async support

06 Nov 07:06
Compare
Choose a tag to compare

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

See the README.md quickstart section for details.

Fix missing `six` dependency

31 May 21:53
c3570c5
Compare
Choose a tag to compare
Merge pull request #13 from ipinfo/uman/fix-deps

Fix missing `six` dependency

v1.1.1: Merge pull request #11 from ipinfo/uman/index-error-fix

18 Mar 04:25
62fef91
Compare
Choose a tag to compare
Bug fix to bad coordinate reading on private IPs.