Skip to content

Wrangler

2024-08-22

3.72.2

Patch Changes

2024-08-20

3.72.1

Patch Changes

  • #6530 d0ecc6a Thanks @WalshyDev! - fix: fixed wrangler versions upload printing bindings twice

  • #6502 a9b4f25 Thanks @garvit-gupta! - fix: Fix Vectorize List MetadataIndex Http Method

  • #6508 56a3de2 Thanks @petebacondarwin! - fix: move the Windows C++ redistributable warning so it is only shown if there is an actual access violation

    Replaces #6471, which was too verbose.

    Fixes #6170

2024-08-16

3.72.0

Minor Changes

  • #6479 3c24d84 Thanks @petebacondarwin! - feat: allow HTTPS custom certificate paths to be provided by a environment variables

    As well as providing paths to custom HTTPS certificate files, it is now possible to use WRANGLER_HTTPS_KEY_PATH and WRANGLER_HTTPS_CERT_PATH environment variables.

    Specifying the file paths at the command line overrides specifying in environment variables.

    Fixes #5997

Patch Changes

2024-08-13

3.71.0

Minor Changes

  • #6464 da9106c Thanks @AnantharamanSI! - feat: rename --count to --limit in wrangler d1 insights

    This PR renames wrangler d1 insight's --count flag to --limit to improve clarity and conform to naming conventions.

    To avoid a breaking change, we have kept --count as an alias to --limit.

  • #6451 515de6a Thanks @danielrs! - feat: whoami shows membership information when available

  • #6463 dbc6782 Thanks @AnantharamanSI! - feat: add queryEfficiency to wrangler d1 insights output

  • #6252 a2a144c Thanks @garvit-gupta! - feat: Enable Wrangler to operate on Vectorize V2 indexes

Patch Changes

  • #6424 3402ab9 Thanks @RamIdeas! - fix: using a debugger sometimes disconnected with "Message is too large" error

2024-08-09

3.70.0

Minor Changes

Patch Changes

2024-08-06

3.69.1

Patch Changes