Skip to content

Releases: ipinfo/python

5.3.0

Choose a tag to compare

@silvanocerza silvanocerza released this 21 Nov 10:53

What's Changed

  • Add support for IPinfo Core API
  • Add support for IPinfo Plus API

v5.1.1

Choose a tag to compare

@max-ipinfo max-ipinfo released this 30 Aug 22:14

No-op release (testing Github Trusted Publishing)

v5.1.0

Choose a tag to compare

@max-ipinfo max-ipinfo released this 30 Aug 21:50
  • Handle getDetails JSON error on 5xx status code #108

v4.4.2

Choose a tag to compare

@rm-Umar rm-Umar released this 24 Nov 06:45

What's Changed

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

v4.4.1

Choose a tag to compare

@rm-Umar rm-Umar released this 23 Nov 06:21

What's Changed

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

v4.4.0

Choose a tag to compare

@rm-Umar rm-Umar released this 17 Nov 11:07

What's Changed

New Contributors

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

v4.3.0

Choose a tag to compare

@UmanShahzad UmanShahzad released this 22 Aug 10:25

What's Changed

New Contributors

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

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

Choose a tag to compare

@UmanShahzad UmanShahzad released this 22 Apr 11:21
d1bf8bf
Add map integration.

Improved batch operations

Choose a tag to compare

@UmanShahzad UmanShahzad released this 21 Dec 16:21
e229f52

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

Choose a tag to compare

@UmanShahzad UmanShahzad released this 06 Nov 07:06

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

See the README.md quickstart section for details.