Change8

@cloudflare/local-explorer-ui@0.9.0

📦 cloudflare-workersView on GitHub →
4 features🐛 1 fixes🔧 2 symbols

Summary

This release enhances the local explorer UI by adding worker filtering for shared dev registries and introducing experimental support for R2 operations. A bug related to listing internal Durable Object tables was also fixed.

Migration Steps

  1. If you wish to disable the experimental local explorer feature, set the environment variable `X_LOCAL_EXPLORER=false`.

✨ New Features

  • Added worker filtering to the local explorer UI, allowing inspection of individual worker bindings when multiple workers share a dev registry via a worker selector dropdown.
  • The selected worker in the local explorer is now reflected in the URL as a `?worker=` search param for deep linking.
  • Added R2 support to the local explorer, including viewing, modifying, deleting objects, uploading files, and creating directories/prefixes.
  • The local explorer is now enabled by default (can be disabled with `X_LOCAL_EXPLORER=false`).

🐛 Bug Fixes

  • Fixed listing of internal Cloudflare Durable Object tables; the internal `_cf_KV` table is now hidden from the table list dropdown in the local explorer.

Affected Symbols