All Versions
3
Latest Version
Avg Release Cycle
174 days
Latest Release
3254 days ago
Changelog History
Changelog History
-
v0.3.2
October 27, 2014 -
v0.3.1 Changes
February 05, 2014- ๐ New: Documentation now available on readthedocs.org
- ๐ New: MaxMind Netspeed database support
- ๐ Fix: Release thread lock on exceptions
-
v0.3.0 Changes
November 13, 2013- ๐ New: Increased test coverage
- ๐ New: Dropped Python 3.1 support
- ๐ New: Add reStructuredText version of README for PyPI
- ๐ New: Add
last_netmask
function and return the netmask depth of the last lookup - Fix: Rename
region_name
toregion_code
(returned byregion_by_name
andrecord_by_addr
) - Fix: Rename
id_by_addr
to_id_by_addr
- ๐ Fix: Make internal meta class private
- ๐ Fix: Support caching on class inheritance (Thanks to Jiลรญ Techet)
- ๐ Fix: Properly open databases on GAE (Thanks to Jiลรญ Techet)
- ๐ Fix: Treat IndexError and UnicodeDecodeError as corrupt database and raise others (Thanks to Jiลรญ Techet)
- ๐ Fix: Aquire lock on instance creation (Thanks to Jiลรญ Techet)
- ๐ Fix: Fixed alpha-3 codes ordering, replaced TLS,TKM,TUN,TON with TKM,TUN,TON,TLS (Thanks to Marc Sherry)