Skip to content

Commit 6278efb

Browse files
authored
Merge pull request #1490 from maxmind/andram/new-anonymizer-data
release note on new anon data is posted
2 parents 78e0011 + 5bd65a5 commit 6278efb

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

content/geoip/release-notes/2025.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,27 @@ outputs: ['html', 'rss']
99
[Sign up to be notified](https://comms.maxmind.com/geoip-rss-release-notes)
1010
whenever a new GeoIP release note is posted. {{</ alert >}}
1111

12+
{{< release-note date="2025-11-19" title="New anonymizer data added to web services">}}
13+
14+
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.
15+
16+
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.
17+
18+
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:
19+
20+
| new data | description |
21+
| -------------------------------- | -------------------------------- |
22+
| `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.|
23+
| `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). |
24+
| `anonymizer/provider_name` | The name of the VPN provider (e.g., NordVPN, SurfShark, etc.) associated with the network. |
25+
26+
We plan to update the client APIs soon to reflect this change, which applies to the following web services:
27+
- GeoIP Insights
28+
- minFraud Insights
29+
- minFraud Factors
30+
31+
{{</ release-note >}}
32+
1233
{{< release-note date="2025-11-18" title="Subdivision, city, and postal fields blanked in selected cities and countries">}}
1334

1435
Effective tomorrow, Wednesday, November 19, 2025, we will be blanking out the subdivision, city, and postal fields more often in the following cities and countries. This change will result in fewer resolutions in:

content/minfraud/release-notes/2025.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,28 @@ outputs: ['html', 'rss']
99
[Sign up to be notified](https://comms.maxmind.com/minfraud-rss-release-notes)
1010
whenever a new minFraud release note is posted. {{</ alert >}}
1111

12+
{{< release-note date="2025-11-19" title="New anonymizer data added to web services">}}
13+
14+
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.
15+
16+
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.
17+
18+
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:
19+
20+
| new data | description |
21+
| -------------------------------- | -------------------------------- |
22+
| `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.|
23+
| `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). |
24+
| `anonymizer/provider_name` | The name of the VPN provider (e.g., NordVPN, SurfShark, etc.) associated with the network. |
25+
26+
We plan to update the client APIs soon to reflect this change, which applies to the following web services:
27+
28+
- minFraud Insights
29+
- minFraud Factors
30+
- GeoIP Insights
31+
32+
{{</ release-note >}}
33+
1234
{{< release-note date="2025-11-18" title="Subdivision, city, and postal fields blanked in selected cities and countries">}}
1335

1436
Effective tomorrow, Wednesday, November 19, 2025, we will be blanking out the subdivision, city, and postal fields more often in the following cities and countries. This change will result in fewer resolutions in:

0 commit comments

Comments
 (0)