Skip to content

Commit 184ae71

Browse files
committed
Address feedback
1 parent 95dcb65 commit 184ae71

File tree

12 files changed

+8
-1218
lines changed

12 files changed

+8
-1218
lines changed

.changeset/major-remove-d1-backups.md

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

55
Remove `wrangler d1 backups`
66

7-
BREAKING CHANGE: This change removes `wrangler d1 backups`, a set of alpha-only commands that would allow folks to interact with backups of their D1 alpha DBs.
7+
This change removes `wrangler d1 backups`, a set of alpha-only commands that would allow folks to interact with backups of their D1 alpha DBs.
88

99
For production D1 DBs, you can restore previous versions of your database with `wrangler d1 time-travel` and export it at any time with `wrangler d1 export`.
1010

.changeset/major-remove-d1-deprecated-batch-size.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
Remove `--batch-size` as an option for `wrangler d1 execute` and `wrangler d1 migrations apply`
66

7-
BREAKING CHANGE: This change removes the deprecated `--batch-size` flag, as it is no longer necessary to decrease the number of queries wrangler sends to D1.
7+
This change removes the deprecated `--batch-size` flag, as it is no longer necessary to decrease the number of queries wrangler sends to D1.
88

99
Closes #7470

.changeset/major-remove-d1-migrations-alpha.md

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

55
Remove alpha support from `wrangler d1 migrations apply`
66

7-
BREAKING CHANGE: This change removes code that would take a backup of D1 alpha databases before proceeding with applying a migration.
7+
This change removes code that would take a backup of D1 alpha databases before proceeding with applying a migration.
88

99
We can remove this code as alpha DBs have not accepted queries in months.
1010

.changeset/major-remove-legacy-assets.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
"wrangler": major
33
---
44

5-
Remove legacy assets
5+
Remove support for legacy assets.
6+
7+
This removes support for legacy assets using the `--legacy-assets` flag or `legacy_assets` config field. Instead, you should use [Workers Assets](https://developers.cloudflare.com/workers/static-assets/)

fixtures/workers-chat-demo/LICENSE

Lines changed: 0 additions & 26 deletions
This file was deleted.

fixtures/workers-chat-demo/README.md

Lines changed: 0 additions & 82 deletions
This file was deleted.

fixtures/workers-chat-demo/package.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)