Minor Changes
-
#13240
a3e3b57Thanks @emily-shen! - local explorer: serve the local explorer's OpenAPI spec at /cdn-cgi/explorer/apiThe local explorer is supported by a REST API served from the worker's local address. It can be accessed independently of the UI, (e.g. by an AI agent) and is thus documented at this endpoint.
-
#13314
7a60d4bThanks @Ltadrian! - Fix hyperdrive local dev binding tls configuration bug
Patch Changes
-
#13241
7d318e1Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
Dependency From To workerd 1.20260401.1 1.20260402.1 -
#13305
fa6d84fThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
Dependency From To workerd 1.20260402.1 1.20260405.1 -
#13241
7d318e1Thanks @dependabot! - Update Images binding local mock to use chainable handle patternhosted.image(imageId)now returns a handle withdetails(),bytes(),update(), anddelete()methods, aligning with the updated workerd API (cloudflare/workerd#6288).