Skip to content

Releases: maxmind/GeoIP2-python

0.6.0

22 Jul 16:51
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • The web service client API has been updated for the v2.1 release of the web
    service. In particular, the city_isp_org and omni methods on
    geoip2.webservice.Client should be considered deprecated. The city
    method now provides all of the data formerly provided by city_isp_org,
    and the omni method has been replaced by the insights method.
    Note: In v2.1 of the web service, accuracy_radius,
    autonomous_system_number, and all of the confidence values were
    changed from unicode to integers. This may affect how you use these values
    from this API.
  • Support was added for the GeoIP2 Connection Type, Domain, and ISP databases.

0.5.1

14 Apr 23:47
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release
  • Switched to Apache 2.0 license.

0.5.0

11 Feb 23:52
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • Fixed missing import statements for geoip2.errors and geoip2.models.
    (Gustavo J. A. M. Carneiro)
  • Minor documentation and code cleanup
  • Added requirement for maxminddb v0.3.0, which includes a pure Python
    database reader.

0.4.2

20 Dec 15:13
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release
  • Added missing geoip2.models import to geoip.database.
  • Documentation updates.

0.4.1: Fixed Installation Issue

25 Oct 21:28
Compare
Choose a tag to compare
Pre-release
  • Read in README.rst as UTF-8 in setup.py.

0.4.0: Reader/Client Constructor API Change

21 Oct 19:05
Compare
Choose a tag to compare
  • API CHANGE: Changed the languages keyword argument to locales on the
    constructors for geoip.webservice.Client and geoip.database.Reader.

0.3.1: Fixed Packaging Issue

15 Oct 18:26
Compare
Choose a tag to compare
Pre-release
v0.3.1

Fixed packaging issue

0.3.0: API Change

15 Oct 17:53
Compare
Choose a tag to compare
0.3.0: API Change Pre-release
Pre-release
  • IMPORTANT: geoip.webservices was renamed geoip.webservice as it
    contains only one class.
  • Added GeoIP2 database reader using maxminddb. This does not work with PyPy
    as it relies on a C extension.
  • Added more specific exceptions for web service client.

0.2.2 Beta

06 Jul 15:48
Compare
Choose a tag to compare
0.2.2 Beta Pre-release
Pre-release
  • Fixed a bug in the model objects that prevented longitude and metro_code from being used.

0.2.1 Beta

06 Jul 15:48
Compare
Choose a tag to compare
0.2.1 Beta Pre-release
Pre-release
  • First official beta release.
  • Documentation updates and corrections.