Skip to content

Releases: maxmind/MaxMind-DB-Reader-python

0.3.3

09 Apr 20:43
Compare
Choose a tag to compare
0.3.3 Pre-release
Pre-release
  • Corrected initialization of objects in C extension and made the objects
    behave more similarly to their pure Python counterparts.

0.3.2

09 Apr 20:42
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release
  • Switched to Apache 2.0 license.
  • We now open the database file in read-only mode.
  • Minor code clean-up.

0.3.1

12 Feb 02:52
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release
  • Fixed packaging problem that caused import to fail.

0.3.0 Added pure Python implementation

11 Feb 23:53
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Fixed PyPI package Pre-release
Pre-release
  • Added MANIFEST.in

Initial Release

02 Oct 20:15
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

First release.