Patch Changes
-
#3498
fddffdf0
Thanks @GregBrimble! - fix: Preventwrangler pages dev
from serving asset files outside of the build output directory -
#3431
68ba49a8
Thanks @Cherry! - fix: allow context.data to be overriden in Pages Functions -
#3414
6b1870ad
Thanks @rozenmd! - fix: in D1, lift error.cause into the error messagePrior to this PR, folks had to console.log the
error.cause
property to understand why their D1 operations were failing. With this PR,error.cause
will continue to work, but we'll also lift the cause into the error message. -
#3483
a9349a89
Thanks @petebacondarwin! - fix: ensure that the script name is passed through to C3 fromwrangler init
-
#3359
5eef992f
Thanks @RamIdeas! -wrangler init ... -y
now delegates to C3 without prompts (respects the-y
flag) -
#3434
4beac418
Thanks @rozenmd! - fix: add the number of read queries and write queries in the last 24 hours to thed1 info
command -
#3454
a2194043
Thanks @mrbbot! - chore: upgrademiniflare
to3.0.1
This version ensures root CA certificates are trusted on Windows.
It also loads extra certificates from theNODE_EXTRA_CA_CERTS
environment variable,
allowingwrangler dev
to be used with Cloudflare WARP enabled. -
#3485
e8df68ee
Thanks @GregBrimble! - feat: Allow setting a D1 database ID when usingwrangler pages dev
by providing an optional=<ID>
suffix to the argument like--d1 BINDING_NAME=database-id