Skip to content

2.0.0-rc1

Compare
Choose a tag to compare
@horgh horgh released this 24 Sep 18:08
  • Significant API changes. The get() and getRecord() methods now take a
    class parameter specifying the type of object to deserialize into. You
    can either deserialize into a Map or to model classes that use the
    MaxMindDbConstructor and MaxMindDbParameter annotations to identify
    the constructors and parameters to deserialize into.
  • jackson-databind is no longer a dependency.
  • The Record class is now named DatabaseRecord. This is to avoid a
    conflict with java.lang.Record in Java 14.