pygeoip v0.3.0 Release Notes

Release Date: 2013-11-13 // over 10 years ago
    • ๐Ÿ†• 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 to region_code (returned by region_by_name and record_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)