github cloudflare/workers-sdk @cloudflare/local-explorer-ui@0.9.0

6 hours ago

Minor Changes

  • #12972 cb71403 Thanks @NuroDev! - Add worker filtering to the local explorer UI

    When multiple workers share a dev registry, all their bindings were previously shown together in a single flat list. The explorer now shows a worker selector dropdown, letting you inspect each worker's bindings independently.

    The selected worker is reflected in the URL as a ?worker= search param, so deep links work correctly. By default the explorer selects the worker that is hosting the dashboard itself.

  • #12888 3a1c149 Thanks @emily-shen! - Add R2 support to the local explorer.

    The local explorer now supports the following:

    • Viewing, modifying & deleting objects
    • Uploading files
    • Creating directories / prefixes

    Note: The local explorer is an experimental WIP feature that is now enabled by default. This can still be opt-ed out of by using X_LOCAL_EXPLORER=false to disable it.

Patch Changes

  • #12918 3de3ce5 Thanks @NuroDev! - Fixed listing internal Cloudflare Durable Object tables.

    The internal _cf_KV table that is used when using Durable Objects KV storage is now hidden from the table list dropdown in the local explorer as it is not accessible.

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.