Skip to content

Commit 33329ac

Browse files
committed
Deprecate Factors subscores
1 parent 9287b1b commit 33329ac

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v2.7.0
4+
5+
* The minFraud Factors subscores have been deprecated. They will be removed
6+
in March 2025. Please see [our release notes](https://dev.maxmind.com/minfraud/release-notes/2024/#deprecation-of-risk-factor-scoressubscores)
7+
for more information.
8+
39
## v2.7.0.beta1 (2024-09-06)
410

511
* Added support for the new risk reasons outputs in minFraud Factors. The risk

lib/minfraud/model/factors.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class Factors < Insights
2121
# that are used to calculate the overall risk score.
2222
#
2323
# @return [Minfraud::Model::Subscores]
24+
# @deprecated Use {::risk_score_reasons} instead.
2425
attr_reader :subscores
2526

2627
# @!visibility private

lib/minfraud/model/subscores.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
module Minfraud
66
module Model
77
# Score for risk factors that are used in calculating the riskScore.
8+
#
9+
# @deprecated Use {RiskScoreReason} instead.
810
class Subscores < Abstract
911
# The risk associated with the AVS result. If present, this is a value in
1012
# the range 0.01 to 99.

0 commit comments

Comments
 (0)