Releases: maxmind/GeoIP2-java
Releases · maxmind/GeoIP2-java
v0.5.0: Response Class Name Change
- Reorganized the response and record classes. The response classes end
withResponse
. The record classes no longer end inRecord
. - Updated MaxMind DB dependency.
v0.4.1
v0.4.0: Refactoring
- Removed class hierarchy among web-service endpoint models.
- Refactored database-reader API to more closely match the web-service API.
Created a Java interface for the two classes.
v0.3.0 beta
- 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
.
v0.2.0 Beta
- Replaced the public constructor on
Client
with aBuilder
class.
v0.1.1 Beta
- First official beta release.
- Documentation updates and corrections.
- Changed license to Apache License, Version 2.0.
v0.1.0 Alpha
- Initial release