Fixed wrangler d1 execute --local being extremely slow with large SQL files by making the local SQL splitter effectively linear, and fixed wrangler dev running the custom build command twice at startup and on every config change. Also added container-specific observability support and expanded agent-driven Pages-to-Workers delegation.
Workers SDK
npx @buildinternet/releases get cloudflare-workers-sdkPatch Changes
- Updated dependencies [
a849e0d]:- @cloudflare/workers-utils@0.37.0
Patch Changes
Patch Changes
Patch Changes
- Updated dependencies [
a849e0d]:- @cloudflare/workers-utils@0.37.0
defineWorker and defineSettings now return config objects, functions, or promises usable directly as the worker in cross-Worker bindings, preserving type inference and resolving/parsing the referenced config only once.
Patch Changes
- Updated dependencies [
9c60d14]:- @cloudflare/config@0.11.0
Patch Changes
Miniflare can now evaluate Flagship bindings against a persisted local store instead of requiring a remote app, with an admin API for populating and managing that store in dev tools and tests. Bindings configured for remote access continue to proxy to Flagship. Also updated @cloudflare/workers-types and workerd dependencies.
Named tunnel resolution now lives in workers-utils, with Wrangler delegating its implementation to the shared utility while preserving the same behavior.
Patch Changes
Patch Changes
Updated miniflare to v5.20260907.0-alpha.
Dev server requests now preserve the HTTP/2 :authority pseudo-header and non-default ports, which were previously dropped from request.url and X-Forwarded-Host when running Vite over HTTPS with HTTP/2. Updates miniflare and wrangler dependencies.



