You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/geoip/release-notes/2025.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The IP risk snapshot is based on an analysis of historical risk on the IP addres
19
19
20
20
minFraud customers may find the IP risk snapshot output useful to determine whether an IP address is risky based on historical activity versus a current, emerging issue. A lower `traits/ip_risk_snapshot` score combined with a higher minFraud `ip_address/risk` score would mean that the IP address is becoming risky in real time based on the traffic on your and other customers' networks. A high score in both `ip_risk_snapshot` and minFraud IP risk score would mean that the IP address has been risky for a longer time.
21
21
22
-
We plan to update the client APIs soon to reflect this change.
22
+
Client APIs have been updated to reflect this change.
23
23
24
24
{{</ release-note >}}
25
25
@@ -29,15 +29,15 @@ We have added an [`anonymizer` object](https://dev.maxmind.com/geoip/docs/web-se
29
29
30
30
Anonymizer data in the `traits` object is being marked as deprecated. However, for backwards compatibility, anonymizer data in the `traits` object will continue to be populated and the functionality remains the same. This will not be a breaking change.
31
31
32
-
When the client APIs for the web services are upgraded, we recommend updating your integrations to use the new `anonymizer` object, which contains data points not found in the `traits` object:
32
+
We recommend updating your integrations to use the new `anonymizer` object, which contains data points not found in the `traits` object:
|`anonymizer/confidence`| A score ranging from 1 to 99 that represents our percent confidence that the network is currently part of an actively used VPN service.|
37
37
|`anonymizer/network_last_seen`| The last day that the network was sighted in our analysis of anonymized networks. This is in the ISO 8601 date format (YYYY-MM-DD). |
38
38
|`anonymizer/provider_name`| The name of the VPN provider (e.g., NordVPN, SurfShark, etc.) associated with the network. |
39
39
40
-
We plan to update the client APIs soon to reflect this change, which applies to the following web services:
40
+
Client APIs have been updated to reflect this change, which applies to the following web services:
Copy file name to clipboardExpand all lines: content/minfraud/release-notes/2025.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,27 +19,25 @@ The IP risk snapshot is based on an analysis of historical risk on the IP addres
19
19
20
20
minFraud customers may find the IP risk snapshot output useful to determine whether an IP address is risky based on historical activity versus a current, emerging issue. A lower `traits/ip_risk_snapshot` score combined with a higher minFraud `ip_address/risk` score would mean that the IP address is becoming risky in real time based on the traffic on your and other customers' networks. A high score in both `ip_risk_snapshot` and minFraud IP risk score would mean that the IP address has been risky for a longer time.
21
21
22
-
We plan to update the client APIs soon to reflect this change.
22
+
Client APIs have been updated to reflect this change.
23
23
24
24
{{</ release-note >}}
25
25
26
-
27
-
28
26
{{< release-note date="2025-11-19" title="New anonymizer data added to web services">}}
29
27
30
28
We have added an [`anonymizer` object](https://dev.maxmind.com/geoip/docs/web-services/responses/#anonymizer) to our web services. This object contains the anonymizer data previously found in the `traits` object together with new outputs.
31
29
32
30
Anonymizer data in the `traits` object is being marked as deprecated. However, for backwards compatibility, anonymizer data in the `traits` object will continue to be populated and the functionality remains the same. This will not be a breaking change.
33
31
34
-
When the client APIs for the web services are upgraded, we recommend updating your integrations to use the new `anonymizer` object, which contains data points not found in the `traits` object:
32
+
We recommend updating your integrations to use the new `anonymizer` object, which contains data points not found in the `traits` object:
|`anonymizer/confidence`| A score ranging from 1 to 99 that represents our percent confidence that the network is currently part of an actively used VPN service.|
39
37
|`anonymizer/network_last_seen`| The last day that the network was sighted in our analysis of anonymized networks. This is in the ISO 8601 date format (YYYY-MM-DD). |
40
38
|`anonymizer/provider_name`| The name of the VPN provider (e.g., NordVPN, SurfShark, etc.) associated with the network. |
41
39
42
-
We plan to update the client APIs soon to reflect this change, which applies to the following web services:
40
+
Client APIs have been updated to reflect this change, which applies to the following web services:
0 commit comments