Releases: maxmind/minfraud-api-python
Releases · maxmind/minfraud-api-python
1.5.0
1.4.0
- Added support for custom inputs. You may set up custom inputs from your
account portal. - Added the following new values to the
/payment/processorvalidation:american_express_payment_gatewaybluesnapcommdoocuropaymentsebsexacthipaylemon_wayoceanpaymentpaymentwallpayzasecuretradingsolidtrust_payvantivvericheckvpos
- Added the following new input values:
/device/session_ageand/device/session_id. - Added support for the
/email/first_seenoutput.
1.3.2
- Recent releases of
requests(2.12.2 and 2.12.3) require that the
username for basic authentication be a string or bytes. The documentation
for this module uses an integer for theuser_id, which will break with
theserequestsversions. Theuser_idis now converted to bytes
before being passed torequests. - Fixed test breakage on 3.6.
1.3.1
1.3.0
1.2.0
1.1.0: New Event Types
- Added the following new values to the
/event/typevalidation:
email_changeandpassword_reset.
1.0.0: First Production Release
- Added the following new values to the
/payment/processorvalidation:
concept_payments,ecomm365,orangepay, andpacnet_services. ipaddressis now used for IP validation on Python 2 instead ofipaddr.
0.5.0
- BREAKING CHANGE:
credits_remaininghas been removed from the web service
response model and has been replaced byqueries_remaining. - Added
queries_remainingandfunds_remaining. Note that
funds_remainingwill not be returned by the web service until our new
credit system is in place. confidenceandlast_seenwere added to theDeviceresponse
model.
0.4.0
- Added support for the minFraud Factors.
- Added IP address risk to the minFraud Score model.
- Added the following new values to the
/payment/processorvalidation:
ccnow,dalpay,epay(replacesepayeu),payplus,
pinpayments,quickpay, andverepay. - A
PERMISSION_REQUIREDerror will now throw aPermissionRequiredError
exception.