github cloudflare/workers-sdk @cloudflare/workers-shared@0.5.1

latest releases: wrangler@3.78.6, miniflare@3.20240909.4, @cloudflare/vitest-pool-workers@0.5.6...
6 days ago

Patch Changes

  • #6670 fed1fda Thanks @GregBrimble! - chore: Rename asset-worker RPC methods as unstable_*

    The Asset Worker is currently set up as a WorkerEntrypoint class so that it is able to accept RPC calls to any of its public methods. There are currently four such public methods defined on this Worker: canFetch, getByETag, getByPathname and exists. While we are stabilising the implementation details of these methods, we would like to prevent developers from having their Workers call these methods directly. To that end, we are adopting the unstable_<method_name> naming convention for all of the aforementioned methods, to indicate that they are still in flux and that they are not an established API contract.

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.