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
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.