Skip to content
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.

Releases: appliedsec/pygeoip

Release 0.3.1

05 Feb 10:14
Compare
Choose a tag to compare
  • New: Documentation now available on readthedocs.org
  • New: MaxMind Netspeed database support
  • Fix: Release thread lock on exceptions

pygeoip 0.3.0

13 Nov 16:41
Compare
Choose a tag to compare
  • 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)