From 2bfa93cb78f3fadcc2c6c0f8052f8dbb76b99148 Mon Sep 17 00:00:00 2001 From: Andra Mircioiu Date: Mon, 6 Jan 2025 17:06:11 -0800 Subject: [PATCH 1/3] 2025 release note section is created and the first release note of 2025 is posted --- content/geoip/release-notes/2024.md | 7 +------ content/geoip/release-notes/2025.md | 30 +++++++++++++++++++++++++++++ hugo.toml | 2 +- static/_redirects | 6 +++--- 4 files changed, 35 insertions(+), 10 deletions(-) create mode 100644 content/geoip/release-notes/2025.md diff --git a/content/geoip/release-notes/2024.md b/content/geoip/release-notes/2024.md index 7c454c795..9ff113759 100644 --- a/content/geoip/release-notes/2024.md +++ b/content/geoip/release-notes/2024.md @@ -1,15 +1,10 @@ --- draft: false -title: GeoIP Release Notes +title: GeoIP Release Notes - 2024 Archive type: release-note outputs: ['html', 'rss'] --- -{{< alert info >}} -Subscribe to the [GeoIP release notes RSS feed](/geoip/release-notes/rss.xml). -{{}} - - {{< release-note date="2024-12-19" title="GeoNames Monthly Diff Report December 2024" >}} [GeoNames Monthly Diff Report (December 2024)](/csv-files/GeoNames-Monthly-Diff-Report-December-2024.csv) diff --git a/content/geoip/release-notes/2025.md b/content/geoip/release-notes/2025.md new file mode 100644 index 000000000..3c19013fb --- /dev/null +++ b/content/geoip/release-notes/2025.md @@ -0,0 +1,30 @@ +--- +draft: false +title: GeoIP Release Notes +type: release-note +outputs: ['html', 'rss'] +--- + +{{< alert info >}} +Subscribe to the [GeoIP release notes RSS feed](/geoip/release-notes/rss.xml). +{{}} + +{{< release-note date="2025-01-07" title="Improved geolocation for some networks"}} + +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. + +Many networks will have new ISO subdivision geolocation information, geolocating networks to a new subdivision that is near the previous subdivision. + +These changes are expected and should be an improvement in geolocation accuracy due to improvements in our geocoding algorithm. + +The following products and services will be affected: + +- GeoIP Enterprise database +- GeoIP City database +- GeoIP Insights web service +- GeoIP City Plus web service +- minFraud Insights and Factors web services +- GeoLite City database +- GeoLite City web service + +{{}} \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index 19bf13025..c7d4f442e 100644 --- a/hugo.toml +++ b/hugo.toml @@ -213,7 +213,7 @@ title = 'MaxMind' weight = 90 [[menus.geoip]] name = 'GeoIP Release Notes' - pageRef = '/geoip/release-notes/2024' + pageRef = '/geoip/release-notes/2025' parent = 'GeoIP' weight = 100 diff --git a/static/_redirects b/static/_redirects index 334256661..e987c28d7 100644 --- a/static/_redirects +++ b/static/_redirects @@ -2,9 +2,9 @@ # The year needs to be hardcoded. A page for the new year's # release note won't exist until a new .md file is created in the # /content//release-notes folder for that new year -/geoip/release-notes /geoip/release-notes/2024/ 302 -/geoip/release-notes/ /geoip/release-notes/2024/ 302 -/geoip/release-notes/rss.xml /geoip/release-notes/2024/index.xml 302 +/geoip/release-notes /geoip/release-notes/2025/ 302 +/geoip/release-notes/ /geoip/release-notes/2025/ 302 +/geoip/release-notes/rss.xml /geoip/release-notes/2025/index.xml 302 /minfraud/release-notes /minfraud/release-notes/2024/ 302 /minfraud/release-notes/ /minfraud/release-notes/2024/ 302 /minfraud/release-notes/rss.xml /minfraud/release-notes/2024/index.xml 302 From 46156ca358e74e1d2aa702800f73901027577d3e Mon Sep 17 00:00:00 2001 From: Andra Mircioiu Date: Mon, 6 Jan 2025 17:32:19 -0800 Subject: [PATCH 2/3] add missing character to title --- content/geoip/release-notes/2025.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/geoip/release-notes/2025.md b/content/geoip/release-notes/2025.md index 3c19013fb..c1a5471a9 100644 --- a/content/geoip/release-notes/2025.md +++ b/content/geoip/release-notes/2025.md @@ -9,7 +9,7 @@ outputs: ['html', 'rss'] Subscribe to the [GeoIP release notes RSS feed](/geoip/release-notes/rss.xml). {{}} -{{< release-note date="2025-01-07" title="Improved geolocation for some networks"}} +{{< release-note date="2025-01-07" title="Improved geolocation for some networks" >}} 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. From 6bd9a7821ae0fd6ba05ba038e4cf26ace7f145bc Mon Sep 17 00:00:00 2001 From: Andra Mircioiu Date: Tue, 7 Jan 2025 08:29:09 -0800 Subject: [PATCH 3/3] remove 2 from geoip title for past years --- content/geoip/release-notes/2013.md | 2 +- content/geoip/release-notes/2014.md | 2 +- content/geoip/release-notes/2015.md | 2 +- content/geoip/release-notes/2016.md | 2 +- content/geoip/release-notes/2017.md | 2 +- content/geoip/release-notes/2018.md | 2 +- content/geoip/release-notes/2019.md | 2 +- content/geoip/release-notes/2020.md | 2 +- content/geoip/release-notes/2021.md | 2 +- content/geoip/release-notes/2022.md | 2 +- content/geoip/release-notes/2023.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/content/geoip/release-notes/2013.md b/content/geoip/release-notes/2013.md index 9682e4846..b91112f3b 100644 --- a/content/geoip/release-notes/2013.md +++ b/content/geoip/release-notes/2013.md @@ -1,6 +1,6 @@ --- draft: false -title: GeoIP2 Release Notes - 2013 Archive +title: GeoIP Release Notes - 2013 Archive type: release-note outputs: ['html', 'rss'] --- diff --git a/content/geoip/release-notes/2014.md b/content/geoip/release-notes/2014.md index 76d6ebfe8..fe20b3815 100644 --- a/content/geoip/release-notes/2014.md +++ b/content/geoip/release-notes/2014.md @@ -1,6 +1,6 @@ --- draft: false -title: GeoIP2 Release Notes - 2014 Archive +title: GeoIP Release Notes - 2014 Archive type: release-note outputs: ['html', 'rss'] --- diff --git a/content/geoip/release-notes/2015.md b/content/geoip/release-notes/2015.md index 3e951c414..50a93c56e 100644 --- a/content/geoip/release-notes/2015.md +++ b/content/geoip/release-notes/2015.md @@ -1,6 +1,6 @@ --- draft: false -title: GeoIP2 Release Notes - 2015 Archive +title: GeoIP Release Notes - 2015 Archive type: release-note outputs: ['html', 'rss'] --- diff --git a/content/geoip/release-notes/2016.md b/content/geoip/release-notes/2016.md index 6f7bee944..987983b32 100644 --- a/content/geoip/release-notes/2016.md +++ b/content/geoip/release-notes/2016.md @@ -1,6 +1,6 @@ --- draft: false -title: GeoIP2 Release Notes - 2016 Archive +title: GeoIP Release Notes - 2016 Archive type: release-note outputs: ['html', 'rss'] --- diff --git a/content/geoip/release-notes/2017.md b/content/geoip/release-notes/2017.md index 972e6c494..7616357d7 100644 --- a/content/geoip/release-notes/2017.md +++ b/content/geoip/release-notes/2017.md @@ -1,6 +1,6 @@ --- draft: false -title: GeoIP2 Release Notes - 2017 Archive +title: GeoIP Release Notes - 2017 Archive type: release-note outputs: ['html', 'rss'] --- diff --git a/content/geoip/release-notes/2018.md b/content/geoip/release-notes/2018.md index 872c48e0f..ea6fb1f17 100644 --- a/content/geoip/release-notes/2018.md +++ b/content/geoip/release-notes/2018.md @@ -1,6 +1,6 @@ --- draft: false -title: GeoIP2 Release Notes - 2018 Archive +title: GeoIP Release Notes - 2018 Archive type: release-note outputs: ['html', 'rss'] --- diff --git a/content/geoip/release-notes/2019.md b/content/geoip/release-notes/2019.md index 9c2f26172..60345df5c 100644 --- a/content/geoip/release-notes/2019.md +++ b/content/geoip/release-notes/2019.md @@ -1,6 +1,6 @@ --- draft: false -title: GeoIP2 Release Notes - 2019 Archive +title: GeoIP Release Notes - 2019 Archive type: release-note outputs: ['html', 'rss'] --- diff --git a/content/geoip/release-notes/2020.md b/content/geoip/release-notes/2020.md index ba73fc964..b47cba465 100644 --- a/content/geoip/release-notes/2020.md +++ b/content/geoip/release-notes/2020.md @@ -1,6 +1,6 @@ --- draft: false -title: GeoIP2 Release Notes - 2020 Archive +title: GeoIP Release Notes - 2020 Archive type: release-note outputs: ['html', 'rss'] --- diff --git a/content/geoip/release-notes/2021.md b/content/geoip/release-notes/2021.md index 9cd71423d..46732e7bd 100644 --- a/content/geoip/release-notes/2021.md +++ b/content/geoip/release-notes/2021.md @@ -1,6 +1,6 @@ --- draft: false -title: GeoIP2 Release Notes - 2021 Archive +title: GeoIP Release Notes - 2021 Archive type: release-note outputs: ['html', 'rss'] --- diff --git a/content/geoip/release-notes/2022.md b/content/geoip/release-notes/2022.md index 0be60fa86..0c9d0da6a 100644 --- a/content/geoip/release-notes/2022.md +++ b/content/geoip/release-notes/2022.md @@ -1,6 +1,6 @@ --- draft: false -title: GeoIP2 Release Notes - 2022 Archive +title: GeoIP Release Notes - 2022 Archive type: release-note outputs: ['html', 'rss'] --- diff --git a/content/geoip/release-notes/2023.md b/content/geoip/release-notes/2023.md index 7ae1a944e..1891494b1 100644 --- a/content/geoip/release-notes/2023.md +++ b/content/geoip/release-notes/2023.md @@ -1,6 +1,6 @@ --- draft: false -title: GeoIP2 Release Notes - 2023 Archive +title: GeoIP Release Notes - 2023 Archive type: release-note outputs: ['html', 'rss'] ---