Lines Matching refs:geoip2

15 * Added the ``is_residential_proxy`` attribute to ``geoip2.model.AnonymousIP``
16 and ``geoip2.record.Traits``.
42 from ``geoip2.record.Location``. These would previously always be ``None``.
44 on ``geoip2.webservice.Client``. Use ``account_id`` or a positional
52 * BREAKING CHANGE: The ``geoip2.record.*`` classes have been refactored to
55 * The ``network`` attribute was added to ``geoip2.record.Traits``,
56 ``geoip2.model.AnonymousIP``, ``geoip2.model.ASN``,
57 ``geoip2.model.ConnectionType``, ``geoip2.model.Domain``,
58 and ``geoip2.model.ISP``. This is an ``ipaddress.IPv4Network`` or an
65 * Added the ``static_ip_score`` attribute to ``geoip2.record.Traits`` for
73 name when creating a new ``geoip2.database.Reader`` object using ``MODE_FD``.
88 ``geoip2.record.Country`` and ``geoip2.record.RepresentedCountry``. This
95 * The following new anonymizer attributes were added to ``geoip2.record.Traits``
138 * ``geoip2.database.Reader`` now supports being used in a ``with`` statement
144 * The ``geoip2.records.Location`` class has been updated to add attributes for
148 ``geoip2.records.Traits`` have been deprecated. Please use our `GeoIP2
150 <https://www.maxmind.com/en/geoip2-anonymous-ip-database>`_
161 ``geoip2.database``.
167 ``geoip2.database.Reader`` class now has an ``anonymous_ip()`` method which
168 returns a ``geoip2.models.AnonymousIP`` object.
175 * The constructor for ``geoip2.webservice.Client`` now takes an optional
189 - The ``geoip2.database.Reader`` lookup methods (e.g., ``city()``,
193 * A ``metadata()`` method has been added to the ``geoip2.database.Reader``
202 ``geoip2.webservice.Client`` should be considered deprecated. The ``city``
219 * Fixed missing import statements for geoip2.errors and geoip2.models.
228 * Added missing geoip2.models import to geoip.database.