Skip to content

3.2.0

Latest

Choose a tag to compare

@oschwald oschwald released this 20 Nov 18:39
bb2e26d
  • IMPORTANT: Python 3.10 or greater is required. If you are using an older
    version, please use an earlier release.
  • Setuptools has been replaced with the uv build backend for building the
    package.
  • Added securepay to the /payment/processor validation.
  • Added credit_application, fund_transfer, and sim_swap to the
    /event/type validation.
  • Added the input /event/party. This is the party submitting the
    transaction.
  • Added the input /payment/method. This is the payment method associated
    with the transaction.
  • Added new EmailDomainVisit model class with status,
    last_visited_on, and has_redirect attributes. This class provides
    information from automated visits to email domains.
  • Added new attributes to minfraud.models.EmailDomain:
    • classification - A classification of the email domain (business,
      education, government, or isp_email).
    • risk - The risk associated with the domain (0.01 to 99).
    • volume - Activity on the email domain across the minFraud network,
      expressed in sightings per million (0.001 to 1,000,000).
    • visit - An EmailDomainVisit object containing information from
      an automated visit to the email domain.