Skip to content

Commit 96f4c7e

Browse files
authored
[D1] update for d1 alpha query shutdown (#16411)
* [D1] update for d1 alpha shutdown * Update src/content/changelogs/d1.yaml
1 parent d9974dc commit 96f4c7e

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"astro.content-intellisense": true,
33
"editor.formatOnSave": true,
4-
"editor.defaultFormatter": "esbenp.prettier-vscode"
4+
"editor.defaultFormatter": "esbenp.prettier-vscode",
5+
"typescript.tsdk": "node_modules/typescript/lib"
56
}

src/content/changelogs/d1.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ productLink: "/d1/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2024-08-23"
9+
title: D1 alpha databases have stopped accepting SQL queries
10+
description: |-
11+
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).
12+
13+
Requests to D1 alpha databases now respond with a HTTP 400 error, containing the following text:
14+
15+
```txt
16+
You can no longer query a D1 alpha database. Please follow https://developers.cloudflare.com/d1/platform/alpha-migration/ to migrate your alpha database and resume querying.
17+
```
18+
19+
You can upgrade to the new, generally available version of D1 by following the [alpha database migration guide](/d1/platform/alpha-migration/).
20+
821
- publish_date: "2024-07-26"
922
title: Fixed bug in TypeScript typings for run() API
1023
description: |-

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
:::caution
99

10-
D1 alpha databases will stop accepting live SQL queries on August 15, 2024.
10+
D1 alpha databases stopped accepting live SQL queries on August 22, 2024.
1111

1212
:::
1313

0 commit comments

Comments
 (0)