Releases: cloudflare/workers-sdk
[email protected]
Minor Changes
-
#10604
135e066
Thanks @penalosa! - Enable Remote Bindings without the need for the--x-remote-bindings
flag -
#10558
30f558e
Thanks @laplab! - Add commands to send queries and manage R2 SQL product. -
#10574
d8860ac
Thanks @efalcao! - Add support for VPC services CRUD viawrangler vpc service
-
#10119
336a75d
Thanks @dxh9845! - Add support for dynamically loading 'external' Miniflare plugins for unsafe Worker bindings (developed outside of the workers-sdk repo)
Patch Changes
-
#10212
0837a8d
Thanks @jamesopstad! - AddpreserveOriginalMain
option tounstable_readConfig
. This will pass the originalmain
value through, without converting it to an absolute path. -
#10541
da24079
Thanks @qjex! - stableratelimit
bindingRate Limiting in Workers is now generally available,
ratelimit
can be removed from unsafe bindings. -
#10479
ffa2600
Thanks @nagraham! - feat: Add wrangler commands for the R2 Data Catalog compaction feature -
#9955
51553ef
Thanks @penalosa! - Integrate the Cloudflare SDK into Wrangler (internal refactor)
[email protected]
[email protected]
Patch Changes
-
#10458
7aa31dc
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To @angular/create 20.1.6 20.3.0 -
#10510
3657383
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To gatsby 5.14.6 5.15.0
@cloudflare/[email protected]
Minor Changes
- #10604
135e066
Thanks @penalosa! - Enable Remote Bindings without the need for theremoteBindings: true
property
Patch Changes
-
#10494
e2b838f
Thanks @pombosilva! - Add Workflows test support to thecloudflare:test
module.The
cloudflare:test
module has two new APIs:introspectWorkflowInstance
introspectWorkflow
which allow changing the behavior of one or multiple Workflow instances created during tests.
-
Updated dependencies [
0837a8d
,da24079
,ffa2600
,135e066
,e2b838f
,30f558e
,d8860ac
,336a75d
,51553ef
]:
@cloudflare/[email protected]
Minor Changes
-
#10212
0837a8d
Thanks @jamesopstad! - Support packages and virtual modules in themain
field of the Worker config. The primary use case is to enable users to directly provide a file exported by a framework as the Worker entry module. -
#10604
135e066
Thanks @penalosa! - Enable Remote Bindings without the need for theexperimental: { remoteBindings: true }
property
Patch Changes
@cloudflare/[email protected]
@cloudflare/[email protected]
[email protected]
Minor Changes
-
#10491
5cb806f
Thanks @zebp! - Add traces, OTEL destinations, and configurable persistence to observability settingsAdds a new
traces
field to theobservability
settings in your Worker configuration that configures the behavior of automatic tracing. Bothtraces
andlogs
support providing a list of OpenTelemetry compliantdestinations
where your logs/traces will be exported to as well as an implicitly-enabledpersist
option that controls whether or not logs/traces are persisted to the Cloudflare observability platform and viewable in the Cloudflare dashboard.
Patch Changes
-
#10571
4e49d3e
Thanks @dario-piotrowicz! - add missing type forsend_email
'sexperimental_remote
field -
#10534
dceb550
Thanks @dario-piotrowicz! - updateunstable_convertConfigBindingsToStartWorkerBindings
to prioritize preview config valuesEnsure that if some bindings include preview values (e.g.
preview_database_id
for D1 bindings) those get used instead of the standard ones (since these are the ones that start worker should be using) -
Updated dependencies [
dac302c
,3b78839
]:- [email protected]
- @cloudflare/[email protected]
[email protected]
Patch Changes
-
#10568
dac302c
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
Dependency From To workerd 1.20250902.0 1.20250906.0
[email protected]
Patch Changes
-
#10575
443d1f1
Thanks @petebacondarwin! - fix: ensure that pinned versions are not converted to ranges when using npm -
#10554
75d737d
Thanks @dario-piotrowicz! - Pin thevercel
andnext
dependencies to their latest supported for next-on-pages applications