Skip to content

Commit bfb412c

Browse files
Andra MircioiuAndra Mircioiu
authored andcommitted
copy reflects client apis have been updated
1 parent c9c2a9a commit bfb412c

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

content/geoip/release-notes/2025.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The IP risk snapshot is based on an analysis of historical risk on the IP addres
1919

2020
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.
2121

22-
We plan to update the client APIs soon to reflect this change.
22+
Client APIs have been updated to reflect this change.
2323

2424
{{</ release-note >}}
2525

@@ -29,15 +29,15 @@ We have added an [`anonymizer` object](https://dev.maxmind.com/geoip/docs/web-se
2929

3030
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.
3131

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:
3333

3434
| new data | description |
3535
| -------------------------------- | -------------------------------- |
3636
| `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.|
3737
| `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). |
3838
| `anonymizer/provider_name` | The name of the VPN provider (e.g., NordVPN, SurfShark, etc.) associated with the network. |
3939

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:
4141
- GeoIP Insights
4242
- minFraud Insights
4343
- minFraud Factors

content/minfraud/release-notes/2025.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,25 @@ The IP risk snapshot is based on an analysis of historical risk on the IP addres
1919

2020
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.
2121

22-
We plan to update the client APIs soon to reflect this change.
22+
Client APIs have been updated to reflect this change.
2323

2424
{{</ release-note >}}
2525

26-
27-
2826
{{< release-note date="2025-11-19" title="New anonymizer data added to web services">}}
2927

3028
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.
3129

3230
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.
3331

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:
3533

3634
| new data | description |
3735
| -------------------------------- | -------------------------------- |
3836
| `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.|
3937
| `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). |
4038
| `anonymizer/provider_name` | The name of the VPN provider (e.g., NordVPN, SurfShark, etc.) associated with the network. |
4139

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:
4341

4442
- minFraud Insights
4543
- minFraud Factors

0 commit comments

Comments
 (0)