All Versions
3
Latest Version
Avg Release Cycle
174 days
Latest Release
3440 days ago

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 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)