Releases: maxmind/MaxMind-DB-Reader-python
Releases · maxmind/MaxMind-DB-Reader-python
1.0.0
- First production release.
- Two potential C extension issues discovered by Coverity were fixed:
- There was a small resource leak that occurred when the system ran out of
memory. - There was a theoretical null pointer issue that would occur only if
libmaxminddb returned invalid data.
- There was a small resource leak that occurred when the system ran out of
0.3.3
0.3.2
0.3.1
0.3.0 Added pure Python implementation
- This release includes a pure Python implementation of the database reader.
Iflibmaxminddb
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
Cleaned up code
- Refactored code and fixed a memory leak when throwing an exception.
Fixed PyPI package
- Added MANIFEST.in
Initial Release
First release.