Skip to content

wrangler@3.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 19:30
· 1606 commits to main since this release
881ea7b

Patch Changes

  • #3498 fddffdf0 Thanks @GregBrimble! - fix: Prevent wrangler 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 message

    Prior 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 from wrangler 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 the d1 info command

  • #3454 a2194043 Thanks @mrbbot! - chore: upgrade miniflare to 3.0.1

    This version ensures root CA certificates are trusted on Windows.
    It also loads extra certificates from the NODE_EXTRA_CA_CERTS environment variable,
    allowing wrangler dev to be used with Cloudflare WARP enabled.

  • #3485 e8df68ee Thanks @GregBrimble! - feat: Allow setting a D1 database ID when using wrangler pages dev by providing an optional =<ID> suffix to the argument like --d1 BINDING_NAME=database-id