Skip to content

1.10.0

Compare
Choose a tag to compare
@oschwald oschwald released this 19 Dec 15:41
· 1045 commits to main since this release
  • IMPORTANT: Java 8 is now required. If you need Java 7 support, please
    continue using 1.9.0.
  • Added constructor to com.maxmind.minfraud.request.Email.Builder that
    allows validation to be disabled.
  • The client-side validation for numeric custom inputs has been updated to
    match the server-side validation. The valid range is -9,999,999,999,999
    to 9,999,999,999,999. Previously, larger numbers were allowed.
  • Responses with chunked encoding are now handled correctly.
  • The following payment processors were added to the Payment.Processor enum:
    • AFFIRM
    • AFTERPAY
    • CETELEM
    • DATACASH
    • DOTPAY
    • ECOMMPAY
    • G2A_PAY
    • GOCARDLESS
    • INTERAC
    • KLARNA
    • MERCANET
    • PAYEEZY
    • PAYLIKE
    • PAYMENT_EXPRESS
    • PAYSAFECARD
    • SMARTDEBIT
    • SYNAPSEFI
    • VEREPAY
  • Deprecated VERAPAY in the Payment.Processor enum. This was a misspelling
    of VEREPAY.
  • Deprecated getEmailTenure() and getIpTenure() methods of
    com.maxmind.minfraud.response.Subscores.
  • Deprecated the isHighRisk() method of com.maxmind.minfraud.response.GeoIP2Country.