Skip to content

Releases: maxmind/MaxMind-DB-Reader-python

0.3.0 Added pure Python implementation

11 Feb 23:53

Choose a tag to compare

Pre-release
  • This release includes a pure Python implementation of the database reader.
    If libmaxminddb is not available or there are compilation issues, the
    module will fall-back to the pure Python implementation.
  • Minor changes were made to the exceptions of the C extension make them
    consistent with the pure Python implementation.

0.2.1

18 Dec 18:46

Choose a tag to compare

0.2.1 Pre-release
Pre-release
  • Removed -Werror compiler flag as it was causing problems for some OS X
    users.

Cleaned up code

15 Oct 17:50

Choose a tag to compare

Cleaned up code Pre-release
Pre-release
  • Refactored code and fixed a memory leak when throwing an exception.

Fixed PyPI package

04 Oct 00:13

Choose a tag to compare

Fixed PyPI package Pre-release
Pre-release
  • Added MANIFEST.in

Initial Release

02 Oct 20:15

Choose a tag to compare

Initial Release Pre-release
Pre-release

First release.