Skip to content

4.2.0

Latest
Compare
Choose a tag to compare
@oschwald oschwald released this 05 Dec 18:51
5cecd76
  • 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.