Releases: maxmind/minfraud-api-dotnet
Releases · maxmind/minfraud-api-dotnet
0.7.0: .NET Core 1.0 support.
- .NET Core 1.0 support.
- Clarification of unit price in documentation.
0.7.0-beta1
- .NET Core support.
Email
request class constructor now takes astring
email address rather
than aMailAddress
. 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
, andPacnetServices
.
0.6.0
- BREAKING CHANGE:
CreditsRemaining
has been removed from the web service
models and has been replaced byQueriesRemaining
. - Added
QueriesRemaining
andFundsRemaining
. Note thatFundsRemaining
will not be returned by the web service until our new credit system is in
place. Confidence
andLastSeen
were added to theDevice
response model.LocalTime
in theGeoIP2Location
model is now nullable.
0.5.0
- 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
(replacesEpayeu
),Payplus
,Pinpayments
,
Quickpay
, andVerepay
.
0.4.0-beta2
- 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
- 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 theWarning
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
- Actually remove the BCL dependency.
0.3.0: Upgrade Dependencies
- Update
MaxMind.GeoIP2
to 2.5.0. This removes the BCL dependency. - Upgrade to NUnit 3.
0.2.0
0.2.0-beta1: New outputs, API updates, strong name
- Add
is_gift
andhas_gift_message
order inputs. - Upgrade to the latest GeoIP2 release.
Score.CreditsRemaining
was change from aulong?
tolong?
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.