- A new
anonymizerproperty has been added toGeoIp2\Model\Insights.
This property is an instance ofGeoIp2\Record\Anonymizerand provides
information about whether the IP address belongs to an anonymous network,
VPN provider details (includingconfidence,providerName, and
networkLastSeen), and various anonymity flags. This data is available
from the GeoIP2 Insights web service. - A new
ipRiskSnapshotproperty has been added toGeoIp2\Record\Traits.
This property provides a risk score from 0.01 to 99.99 indicating the risk
associated with the IP address. Higher values indicate higher risk. This is
a static snapshot that is less dynamic than minFraud risk scoring. This
attribute is only available from the GeoIP2 Insights web service. - The
isAnonymous,isAnonymousVpn,isHostingProvider,isPublicProxy,
isResidentialProxy, andisTorExitNodeproperties in
GeoIp2\Record\Traitshave been deprecated. Please use the corresponding
properties in the newanonymizerobject in the Insights response instead.