Skip to content

Commit 2bfa93c

Browse files
Andra MircioiuAndra Mircioiu
authored andcommitted
2025 release note section is created and the first release note of 2025 is posted
1 parent 063fcd7 commit 2bfa93c

File tree

4 files changed

+35
-10
lines changed

4 files changed

+35
-10
lines changed

content/geoip/release-notes/2024.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
---
22
draft: false
3-
title: GeoIP Release Notes
3+
title: GeoIP Release Notes - 2024 Archive
44
type: release-note
55
outputs: ['html', 'rss']
66
---
77

8-
{{< alert info >}}
9-
Subscribe to the [GeoIP release notes RSS feed](/geoip/release-notes/rss.xml).
10-
{{</ alert >}}
11-
12-
138
{{< release-note date="2024-12-19" title="GeoNames Monthly Diff Report December 2024" >}}
149
[GeoNames Monthly Diff Report (December 2024)](/csv-files/GeoNames-Monthly-Diff-Report-December-2024.csv)
1510

content/geoip/release-notes/2025.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
draft: false
3+
title: GeoIP Release Notes
4+
type: release-note
5+
outputs: ['html', 'rss']
6+
---
7+
8+
{{< alert info >}}
9+
Subscribe to the [GeoIP release notes RSS feed](/geoip/release-notes/rss.xml).
10+
{{</ alert >}}
11+
12+
{{< release-note date="2025-01-07" title="Improved geolocation for some networks"}}
13+
14+
On January 10, 2025, we will be releasing an update that will include improved geolocation for some networks. You should expect to see a high volume of small geolocation changes.
15+
16+
Many networks will have new ISO subdivision geolocation information, geolocating networks to a new subdivision that is near the previous subdivision.
17+
18+
These changes are expected and should be an improvement in geolocation accuracy due to improvements in our geocoding algorithm.
19+
20+
The following products and services will be affected:
21+
22+
- GeoIP Enterprise database
23+
- GeoIP City database
24+
- GeoIP Insights web service
25+
- GeoIP City Plus web service
26+
- minFraud Insights and Factors web services
27+
- GeoLite City database
28+
- GeoLite City web service
29+
30+
{{</ release-note >}}

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ title = 'MaxMind'
213213
weight = 90
214214
[[menus.geoip]]
215215
name = 'GeoIP Release Notes'
216-
pageRef = '/geoip/release-notes/2024'
216+
pageRef = '/geoip/release-notes/2025'
217217
parent = 'GeoIP'
218218
weight = 100
219219

static/_redirects

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# The year needs to be hardcoded. A page for the new year's
33
# release note won't exist until a new .md file is created in the
44
# /content/<product>/release-notes folder for that new year
5-
/geoip/release-notes /geoip/release-notes/2024/ 302
6-
/geoip/release-notes/ /geoip/release-notes/2024/ 302
7-
/geoip/release-notes/rss.xml /geoip/release-notes/2024/index.xml 302
5+
/geoip/release-notes /geoip/release-notes/2025/ 302
6+
/geoip/release-notes/ /geoip/release-notes/2025/ 302
7+
/geoip/release-notes/rss.xml /geoip/release-notes/2025/index.xml 302
88
/minfraud/release-notes /minfraud/release-notes/2024/ 302
99
/minfraud/release-notes/ /minfraud/release-notes/2024/ 302
1010
/minfraud/release-notes/rss.xml /minfraud/release-notes/2024/index.xml 302

0 commit comments

Comments
 (0)