0.7.0
Pre-release
Pre-release
- BREAKING CHANGES:
- The deprecated
city_isp_org()andomni()methods
have been removed. - The
geoip2.database.Readerlookup methods (e.g.,city(),
isp()) now raise aTypeErrorif they are used with a database that
does not match the method. In particular, doing acity()lookup on a
GeoIP2 Country database will result in an error and vice versa.
- The deprecated
- A
metadata()method has been added to thegeoip2.database.Reader
class. This returns amaxminddb.reader.Metadataobject with information
about the database.