Skip to content

wrangler@3.10.0

Compare
Choose a tag to compare
@workers-devprod workers-devprod released this 26 Sep 17:53
· 2762 commits to main since this release
2b71e22

Minor Changes

Patch Changes

  • #4034 bde9d64a Thanks @ndisidore! - Adds Vectorize support uploading batches of newline delimited json (ndjson)
    vectors from a source file.
    Load a dataset with vectorize insert my-index --file vectors.ndjson

  • #4028 d5389731 Thanks @JacobMGEvans! - fix: Bulk Secret Draft Worker

    Fixes the issue of a upload of a Secret when a Worker doesn't exist yet, the draft worker is created and the secret is uploaded to it.

    Fixes cloudflare/wrangler-action#162