Skip to content

Commit 8c79732

Browse files
authored
[D1] Renaming things to "Release notes" (#20712)
* Renaming things to "Release note". * Adding redirect for renamed file.
1 parent 265f18f commit 8c79732

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

public/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@
305305
/d1/platform/environments/ /d1/configuration/environments/ 301
306306
/d1/platform/metrics-analytics/ /d1/observability/metrics-analytics/ 301
307307
/d1/platform/migrations/ /d1/reference/migrations/ 301
308+
/d1/platform/changelog/ /d1/platform/release-notes/ 301
308309
/d1/reference/client-api/ /d1/worker-api/ 301
309310
/d1/reference/environments/ /d1/configuration/environments/ 301
310311
/d1/reference/metrics-analytics/ /d1/observability/metrics-analytics/ 301

src/content/changelog/d1/2025-01-07-d1-faster-query.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Users making [D1](/d1/) requests via the [Workers API](/d1/worker-api/) can see
1414

1515
This performance improvement benefits all D1 Worker API traffic, especially cross-region requests where network latency is an outsized latency factor. For example, a user in Europe talking to a database in North America. D1 [location hints](/d1/configuration/data-location/#provide-a-location-hint) can be used to influence the geographic location of a database.
1616

17-
For more details on how D1 removed redundant round trips, see the D1 specific changelog [entry](/d1/platform/changelog/#2025-01-07).
17+
For more details on how D1 removed redundant round trips, see the D1 specific release note [entry](/d1/platform/release-notes/#2025-01-07).

src/content/docs/d1/platform/alpha-migration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ This guide will instruct you to recreate alpha D1 databases on our production-re
1818
## Prerequisites
1919

2020
1. You have the [`wrangler` command-line tool](/workers/wrangler/install-and-update/) installed
21-
2. You are using `wrangler` version `3.33.0` or later (released March 2024) as earlier versions do not have the [`--remote` flag](/d1/platform/changelog/#2024-03-12) required as part of this guide
22-
3. An 'alpha' D1 database. All databases created before July 27th, 2023 ([release notes](/d1/platform/changelog/#2024-03-12)) use the alpha storage backend, which is no longer supported and was not recommended for production.
21+
2. You are using `wrangler` version `3.33.0` or later (released March 2024) as earlier versions do not have the [`--remote` flag](/d1/platform/release-notes/#2024-03-12) required as part of this guide
22+
3. An 'alpha' D1 database. All databases created before July 27th, 2023 ([release notes](/d1/platform/release-notes/#2024-03-12)) use the alpha storage backend, which is no longer supported and was not recommended for production.
2323

2424
## 1. Verify that a database is alpha
2525

src/content/docs/d1/platform/changelog.mdx renamed to src/content/docs/d1/platform/release-notes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
pcx_content_type: changelog
3-
title: Changelog
3+
title: Release notes
44
release_notes_file_name:
55
- d1
66
sidebar:

src/content/release-notes/d1.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
link: "/d1/platform/changelog/"
2+
link: "/d1/platform/release-notes/"
33
productName: D1
44
productLink: "/d1/"
55
productArea: Developer platform
@@ -44,7 +44,7 @@ entries:
4444
- publish_date: "2024-08-23"
4545
title: D1 alpha databases have stopped accepting SQL queries
4646
description: |-
47-
Following the [deprecation warning](/d1/platform/changelog/#2024-04-30) on 2024-04-30, D1 alpha databases have stopped accepting queries (you are still able to create and retrieve backups).
47+
Following the [deprecation warning](/d1/platform/release-notes/#2024-04-30) on 2024-04-30, D1 alpha databases have stopped accepting queries (you are still able to create and retrieve backups).
4848
4949
Requests to D1 alpha databases now respond with a HTTP 400 error, containing the following text:
5050
@@ -69,7 +69,7 @@ entries:
6969
- publish_date: "2024-04-30"
7070
title: D1 alpha databases will stop accepting live SQL queries on August 15, 2024
7171
description: |-
72-
Previously [deprecated alpha](/d1/platform/changelog/#2024-04-05) D1 databases need to be migrated by August 15, 2024 to accept new queries.
72+
Previously [deprecated alpha](/d1/platform/release-notes/#2024-04-05) D1 databases need to be migrated by August 15, 2024 to accept new queries.
7373
7474
Refer to [alpha database migration guide](/d1/platform/alpha-migration/) to migrate to the new, generally available, database architecture.
7575
@@ -146,7 +146,7 @@ entries:
146146
description: |-
147147
Databases using D1's legacy alpha backend will no longer run automated [hourly backups](/d1/reference/backups/). You may still choose to take manual backups of these databases.
148148
149-
The D1 team recommends moving to D1's new [production backend](/d1/platform/changelog/#the-d1-public-beta-is-here), which will require you to export and import your existing data. D1's production backend is faster than the original alpha backend. The new backend also supports [Time Travel](/d1/reference/time-travel/), which allows you to restore your database to any minute in the past 30 days without relying on hourly or manual snapshots.
149+
The D1 team recommends moving to D1's new [production backend](/d1/platform/release-notes/#2023-09-28), which will require you to export and import your existing data. D1's production backend is faster than the original alpha backend. The new backend also supports [Time Travel](/d1/reference/time-travel/), which allows you to restore your database to any minute in the past 30 days without relying on hourly or manual snapshots.
150150
151151
- publish_date: "2023-10-03"
152152
title: Create up to 50,000 D1 databases
@@ -167,7 +167,7 @@ entries:
167167
* Developers with a Workers Paid plan now have a 2 GB per-database limit (up from 500 MB) and can create 25 databases per account (up from 10). These limits will continue to increase automatically during the public beta.
168168
* Developers with a Workers Free plan retain the 500 MB per-database limit and can create up to 10 databases per account.
169169
170-
Databases must be using D1's [new storage subsystem](/d1/platform/changelog/#new-default-storage-subsystem) to benefit from the increased database limits.
170+
Databases must be using D1's [new storage subsystem](/d1/platform/release-notes/#2023-07-27) to benefit from the increased database limits.
171171
172172
Read the [announcement blog](https://blog.cloudflare.com/d1-open-beta-is-here/) for more details about what is new in the beta and what is coming in the future for D1.
173173
@@ -200,7 +200,7 @@ entries:
200200
- publish_date: "2023-08-01"
201201
title: Per-database limit now 500 MB
202202
description: |-
203-
Databases using D1's [new storage subsystem](/d1/platform/changelog/#new-default-storage-subsystem) can now grow to 500 MB each, up from the previous 100 MB limit. This applies to both existing and newly created databases.
203+
Databases using D1's [new storage subsystem](/d1/platform/release-notes/#2023-07-27) can now grow to 500 MB each, up from the previous 100 MB limit. This applies to both existing and newly created databases.
204204
205205
Refer to [Limits](/d1/platform/limits/) to learn about D1's limits.
206206
- publish_date: "2023-07-27"

0 commit comments

Comments
 (0)