Skip to content

Releases: maxmind/minfraud-api-java

0.5.0

15 Sep 22:00

Choose a tag to compare

0.5.0 Pre-release
Pre-release
  • BREAKING CHANGE: getCreditsRemaining() has been removed from the web
    service models and has been replaced by getQueriesRemaining().
  • Added getQueriesRemaining() and getFundsRemaining(). Note that
    getFundsRemaining() will not be returned by the web service until our new
    credit system is in place.
  • Added getLastSeen() and getConfidence() to the Device response model.
  • This API now throws an IllegalArgumentException when null values are
    passed to constructors or methods that require non-null values.

0.4.0

23 May 18:14

Choose a tag to compare

0.4.0 Pre-release
Pre-release
  • Added support for the minFraud Factors.
  • Added IP address risk to the minFraud Score model.
  • Handle PERMISSION_REQUIRED errors by throwing a
    PermissionRequiredException.
  • Updated dependency.
  • Added the following new values to the Payment.Processor enum:
    CCNOW, DALPAY, EPAY (replaces EPAYEU), PAYPLUS, PINPAYMENTS,
    QUICKPAY, and `VERAPAY

0.3.0: New Outputs

22 Jan 16:06

Choose a tag to compare

0.3.0: New Outputs Pre-release
Pre-release
  • Added support for new minFraud Insights outputs. These are:
    • /credit_card/brand
    • /credit_card/type
    • /device/id
    • /email/is_free
    • /emai/is_high_risk
  • The Warning.getInput() method has been replaced by
    Warning.getInputPointer(), which returns a JSON Pointer rather than array.
  • The ScoreResponse.getId() and InsightsResponse.getId() methods now return
    UUID objects instead of strings.

0.2.0: Gift Inputs. Updated Deps. Bug fix.

15 Jan 16:43

Choose a tag to compare

  • Added support for is_gift and has_gift_message to the order input
    object.
  • Jackson now uses the constructors to deserialize to the response model
    classes rather than overriding the access modifiers on them.
  • A null pointer bug was fixed in getInput() of the Warning model when
    the input array is not present in the JSON object.
  • Update GeoIP2 and other dependencies.

0.1.0: First Beta

29 Jun 15:21

Choose a tag to compare

0.1.0: First Beta Pre-release
Pre-release
v0.1.0

[maven-release-plugin]  copy for tag v0.1.0

0.0.2

17 Jun 22:14

Choose a tag to compare

0.0.2 Pre-release
Pre-release
  • Add org.sonatype.oss to the Maven configuration.

0.0.1

17 Jun 22:14

Choose a tag to compare

0.0.1 Pre-release
Pre-release
  • Initial release.