Skip to content

Releases: maxmind/GeoIP2-python

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.

0.2.0 Alpha

06 Jul 15:49
Compare
Choose a tag to compare
0.2.0 Alpha Pre-release
Pre-release
  • Support for Python 3.2 was dropped.
  • The methods to call the web service on the Client object now validate the IP addresses before calling the web service. This requires the ipaddr module on Python 2.x.
  • We now support more languages. The new languages are de, es, fr, and pt-BR.
  • The REST API now returns a record with data about your account. There is a new geoip.records.MaxMind class for this data.
  • Rename model.continent.continent_code to model.continent.code.
  • Documentation updates.

0.1.1 Alpha

06 Jul 15:50
Compare
Choose a tag to compare
0.1.1 Alpha Pre-release
Pre-release
  • Documentation and packaging updates

0.1.0 Alpha

06 Jul 15:50
Compare
Choose a tag to compare
0.1.0 Alpha Pre-release
Pre-release
  • Initial release