Skip to content

wrangler@3.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 16:52
· 1822 commits to main since this release
d208ede

Minor Changes

  • #3703 e600f029 Thanks @jspspike! - Added --local option for r2 commands to interact with local persisted r2 objects

  • #3704 8e231afd Thanks @JacobMGEvans! - secret:bulk exit 1 on failure
    Previously secret"bulk would only log an error on failure of any of the upload requests.
    Now when 'secret:bulk' has an upload request fail it throws an Error which sends an process.exit(1) at the root .catch() signal.
    This will enable error handling in programmatic uses of secret:bulk.

  • #3684 ff8603b6 Thanks @jspspike! - Added --local option for kv commands to interact with local persisted kv entries

  • #3595 c302bec6 Thanks @geelen! - Removing the D1 shim from the build process, in preparation for the Open Beta. D1 can now be used with --no-bundle enabled.

  • #3707 6de3c5ec Thanks @dario-piotrowicz! - Added handling of .mjs files to be picked up by inside the Pages _worker.js directory
    (currently only .js files are)

Patch Changes