Skip to content

Commit 3e144bd

Browse files
authored
Merge pull request #182 from maxmind/greg/deprecate-subscores
Deprecate Factors subscores
2 parents 2da7473 + 8e2bb27 commit 3e144bd

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG
22
=========
33

4+
3.2.0
5+
----------------
6+
7+
* The minFraud Factors subscores have been deprecated. They will be removed
8+
in March 2025. Please see [our release notes](https://dev.maxmind.com/minfraud/release-notes/2024/#deprecation-of-risk-factor-scoressubscores)
9+
for more information.
10+
411
3.2.0-beta.1 (2024-09-06)
512
-------------------------
613

src/MinFraud/Model/Factors.php

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ class Factors extends Insights
2323
* @var Subscores an object containing scores for many of the individual
2424
* risk factors that are used to calculate the overall risk
2525
* score
26+
*
27+
* @deprecated use riskScoreReasons instead
2628
*/
2729
public readonly Subscores $subscores;
2830

src/MinFraud/Model/Subscores.php

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
/**
88
* The scores for risk factors that are used in calculating the riskScore.
9+
*
10+
* @deprecated use RiskScoreReason instead
911
*/
1012
class Subscores implements \JsonSerializable
1113
{

0 commit comments

Comments
 (0)