github cloudflare/workers-sdk wrangler@3.26.0

latest releases: wrangler@3.63.1, @cloudflare/vitest-pool-workers@0.4.9, wrangler@3.63.0...
5 months ago

Minor Changes

  • #4847 6968e11f Thanks @dario-piotrowicz! - feature: expose new (no-op) caches field in getBindingsProxy result

    Add a new caches field to the getBindingsProxy result, such field implements a
    no operation (no-op) implementation of the runtime caches

    Note: Miniflare exposes a proper caches mock, we will want to use that one in
    the future but issues regarding it must be ironed out first, so for the
    time being a no-op will have to do

Patch Changes

  • #4860 b92e5ac0 Thanks @Sibirius! - fix: allow empty strings in secret:bulk upload

    Previously, the secret:bulk command would fail if any of the secrets in the secret.json file were empty strings and they already existed remotely.

  • #4869 fd084bc0 Thanks @jculvey! - feature: Expose AI bindings to getBindingsProxy.

    The getBindingsProxy utility function will now contain entries for any AI bindings specified in wrangler.toml.

  • #4880 65da40a1 Thanks @petebacondarwin! - fix: do not attempt login during dry-run

    The "standard pricing" warning was attempting to make an API call that was causing a login attempt even when on a dry-run.
    Now this warning is disabled during dry-runs.

    Fixes #4723

  • #4819 6a4cb8c6 Thanks @magnusdahlstrand! - fix: Use appropriate logging levels when parsing headers and redirects in wrangler pages dev.

  • Updated dependencies [1e424ff2, 749fa3c0]:

    • miniflare@3.20240129.0

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.