You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A WebServiceProvider interface has been added to facilitate mocking of WebServiceClient. Requested by Evan Chrisinger. GitHub #359.
The GeoIP2 IP Risk database has been discontinued. Methods and classes
related to it have been deprecated.
The fromString static method on the ConnectionType enum now has
the JsonCreator annotation so that it is used when deserializing.
This will prevent new additions in the future from causing a
deserialization error.
The isAnycast() method was added to com.maxmind.geoip2.record.Traits.
This returns true if the IP address belongs to an anycast
network. This is available for the
GeoIP2 Country, City Plus, and Insights web services and the GeoIP2 Country,
City, and Enterprise databases.