Releases: maxmind/minfraud-api-java
Releases · maxmind/minfraud-api-java
1.7.0
- The following payment processors were added to the
Payment.Processorenum:BPOINTCHECKOUT_COMEMERCHANTPAYHEARTLANDPAYWAY
- Updated
geoip2dependency to add support for GeoIP2 Precision
Insights anonymizer fields. - Replaced use of deprecated
com.fasterxml.jackson.databind.util.ISO8601DateFormat
withcom.fasterxml.jackson.databind.util.StdDateFormatwhere
withColonInTimeZoneis set totrue.
1.6.0
- Behavior change! Default to sending the plain text email address rather
than its MD5 hash. Previously only the MD5 hash of the email address
would be sent, and sending the plain text email address was not possible.
If you wish to send only the MD5 hash of the email address, you must now
callhashAddress()on theEmailbuilder in addition toaddress(). - When sending a hashed email address, the address is now lower-cased
before the MD5 is calculated. - Update Jackson and WireMock dependencies.
1.5.1
1.5.0
- Added support for custom inputs. These can be set up from your account portal.
- Added support for new Device inputs. These are:
/device/session_age/device/session_id
- Added support for new Email outputs. These are:
/email/first_seen
- The following payment processors were added to the
Payment.Processorenum:AMERICAN_EXPRESS_PAYMENT_GATEWAYBLUESNAPCOMMDOOCUROPAYMENTSEXACTOCEANPAYMENTPAYMENTWALLPAYZASECURETRADINGSOLIDTRUST_PAYVANTIVVERICHECKVPOS
1.4.0
1.3.0
1.2.0
1.1.1: Request Encoding Fix
- Non-ASCII characters are now correctly encoded as UTF-8 in the request body.
Reported by Julien Guery. GitHub #17.
1.1.0: Add Additional Event Types
- Added two new types to the
Event.Typeenum:EMAIL_CHANGEand
PASSWORD_RESET. - Update Jackson and WireMock dependencies.
1.0.0
- First production release.
- Connections will now be reused between requests made with the same
WebServiceClientobject. WebServiceClientnow implementsCloseable.- You are now able to set a proxy to use via the
WebServiceClient.Builder
proxy(Proxy)method. - Updated dependencies.
- Added the following new values to the
Payment.Processorenum:
CONCEPT_PAYMENTS,ECOMM365,ORANGEPAY, andPACNET_SERVICES.