v0.3.0 beta
Pre-release
Pre-release
- Reorganized the classes.
Client
was renamedWebServiceClient
and moved tocom.maxmind.geoip2
. Record classes now have a suffix of "Record". The product classes (e.g., Omni) were renamed to their product name with no "Lookup" suffix. - Additional specific exceptions were added to replace the general
WebServiceException
. - A
DatabaseReader
class was added to the distribution. This reads GeoIP2 databases and returns similar product object toWebServiceClient
.