Skip to content

Releases: maxmind/minfraud-api-dotnet

0.7.0: .NET Core 1.0 support.

01 Aug 15:00
Compare
Choose a tag to compare
Pre-release
  • .NET Core 1.0 support.
  • Clarification of unit price in documentation.

0.7.0-beta1

15 Jun 16:19
Compare
Choose a tag to compare
0.7.0-beta1 Pre-release
Pre-release
  • .NET Core support.
  • Email request class constructor now takes a string email address rather
    than a MailAddress. This was does as CoreFX does not currently have
    System.Net.Mail.
  • Exceptions are no longer serializable.
  • Added the following new values to the PaymentProcessor enum:
    ConceptPayments, Ecomm365, Orangepay, and PacnetServices.

0.6.0

08 Jun 22:28
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • BREAKING CHANGE: CreditsRemaining has been removed from the web service
    models and has been replaced by QueriesRemaining.
  • Added QueriesRemaining and FundsRemaining. Note that FundsRemaining
    will not be returned by the web service until our new credit system is in
    place.
  • Confidence and LastSeen were added to the Device response model.
  • LocalTime in the GeoIP2Location model is now nullable.

0.5.0

23 May 18:07
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • Added support for the minFraud Factors.
  • Added IP address risk to the minFraud Score model.
  • Handle PERMISSION_REQUIRED errors by throwing a
    PermissionRequiredException.
  • Updated dependencies.
  • Added the following new values to the PaymentProcessor enum:
    Ccnow, Dalpay, Epay (replaces Epayeu), Payplus, Pinpayments,
    Quickpay, and Verepay.

0.4.0-beta2

29 Jan 19:38
Compare
Choose a tag to compare
0.4.0-beta2 Pre-release
Pre-release
  • The target framework is now .NET 4.5 rather than 4.5.2.
  • Updated GeoIP2 to 2.6.0-beta2.

0.4.0-beta1: New Outputs & Updated GeoIP2 Dep

28 Jan 18:44
Compare
Choose a tag to compare
  • Added support for new minFraud Insights outputs. These are:
    • /credit_card/brand
    • /credit_card/type
    • /device/id
    • /email/is_free
    • /emai/is_high_risk
  • Input on the Warning response model has been replaced with
    InputPointer. The latter is a JSON pointer to the input that caused the
    warning.
  • Updated GeoIP2 to 2.6.0-beta1.

0.3.1: Remove Direct BCL Dependency

04 Dec 21:25
Compare
Choose a tag to compare
Pre-release
  • Actually remove the BCL dependency.

0.3.0: Upgrade Dependencies

04 Dec 21:24
Compare
Choose a tag to compare
Pre-release
  • Update MaxMind.GeoIP2 to 2.5.0. This removes the BCL dependency.
  • Upgrade to NUnit 3.

0.2.0

23 Sep 16:00
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Update MaxMind.GeoIP2 to 2.4.0.

0.2.0-beta1: New outputs, API updates, strong name

10 Sep 18:06
Compare
Choose a tag to compare
  • Add is_gift and has_gift_message order inputs.
  • Upgrade to the latest GeoIP2 release.
  • Score.CreditsRemaining was change from a ulong? to long? in order to
    be more CLS compliant.
  • GeoIP2 dependency was updated to a version that does not depend on
    RestSharp.
  • Some parameters and properties were changed from using concrete classes to
    interfaces.
  • The library now has a strong name.