#56967e97ba8 Thanks @geelen! - feature: Improved d1 execute --file --remote performance & added support for much larger SQL files within a single transaction.
Today, if uploading a Pages Function, or deploying a Pages project fails for whatever reason, there’s no feedback shown to the user. Worse yet, the shown message is misleading, saying the deployment was successful, when in fact it was not:
✨ Deployment complete!
This commit ensures that we provide users with:
the correct feedback with respect to their Pages deployment
the appropriate messaging depending on the status of their project's deployment status
the appropriate logs in case of a deployment failure
This is not accurate, since flags such as --config, --experimental-json-config, or env are not supported by Pages.
This commit ensures we display the correct global flags that apply to Pages.
#5818df2daf2 Thanks @WalshyDev! - chore: Deprecate usage of the deployment object on the unsafe metadata binding in favor of the new version_metadata binding.
If you're currently using the old binding, please move over to the new version_metadata binding by adding:
#56967e97ba8 Thanks @geelen! - feature: Improved d1 execute --file --remote performance & added support for much larger SQL files within a single transaction.
Today, if uploading a Pages Function, or deploying a Pages project fails for whatever reason, there’s no feedback shown to the user. Worse yet, the shown message is misleading, saying the deployment was successful, when in fact it was not:
✨ Deployment complete!
This commit ensures that we provide users with:
the correct feedback with respect to their Pages deployment
the appropriate messaging depending on the status of their project's deployment status
the appropriate logs in case of a deployment failure
This is not accurate, since flags such as --config, --experimental-json-config, or env are not supported by Pages.
This commit ensures we display the correct global flags that apply to Pages.
#5818df2daf2 Thanks @WalshyDev! - chore: Deprecate usage of the deployment object on the unsafe metadata binding in favor of the new version_metadata binding.
If you're currently using the old binding, please move over to the new version_metadata binding by adding:
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps wrangler from 3.28.2 to 3.57.0.
Release notes
Sourced from wrangler's releases.
... (truncated)
Changelog
Sourced from wrangler's changelog.
... (truncated)
Commits
65902d5
Version Packages (#5837)df2daf2
Deprecate "deployment" in metadata binding (#5818)7e97ba8
D1: execute --file --remote now uses dedicated import API (#5696)95a1fa1
fix(wrangler): Make jest inline snapshots work with prettier 3 (#5851)36cb22b
fix(wrangler): Display correct global flags inwrangler pages --help
(#5849)2869e03
fix(wrangler): Display correct global flags inwrangler pages --help
(#5814)82415b5
Implement additional E2E tests forwrangler dev (--remote)
(#4486)baaebf6
chore: enforce curly braces for if, while, etc blocks (#5842)63f7acb
fix(wrangler): Show feedback on Pages Function upload failure (#5819)9c469f6
Update pnpm etc (#5809)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show