Skip to content

2.9.0

Latest

Choose a tag to compare

@oschwald oschwald released this 20 Nov 19:52
6e3d00f
  • Added the processor :securepay to Minfraud::Components::Payment.
  • Ruby 3.2+ is now required. If you're using Ruby 3.0 or 3.1, please use
    version 2.8.0 of this gem.
  • Added /event/type values :credit_application and :fund_transfer to
    Minfraud::Components::Event.
  • Added the /event/type value :sim_swap to
    Minfraud::Components::Event.
  • Added the input /event/party. This is the party submitting the
    transaction. You may provide this using the party attribute on
    Minfraud::Components::Event.
  • Added the input /payment/method. This is the payment method associated
    with the transaction. You may provide this using the method attribute
    on Minfraud::Components::Payment.
  • Added support for new email domain outputs on Minfraud::Model::EmailDomain:
    • /email/domain/classification - The domain type (e.g., business,
      education, government, isp_email). Available as the classification
      attribute.
    • /email/domain/risk - A risk score from 0.01 to 99 for the domain.
      Available as the risk attribute.
    • /email/domain/volume - Activity across the minFraud network expressed
      as sightings per million. Available as the volume attribute.
    • /email/domain/visit - Information from an automated visit to the
      domain. Available as the visit attribute, which returns a
      Minfraud::Model::EmailDomainVisit object.
  • Added support for email domain visit outputs on
    Minfraud::Model::EmailDomainVisit:
    • /email/domain/visit/has_redirect - Whether the domain redirects to
      another URL. Available as the has_redirect attribute.
    • /email/domain/visit/last_visited_on - The date the automated visit
      was completed. Available as the last_visited_on attribute.
    • /email/domain/visit/status - The status of the domain (e.g., live,
      dns_error, parked). Available as the status attribute.
  • Updated maxmind-geoip2 to 1.4, which includes new anonymizer and IP
    risk outputs.