Releases: cloudflare/workers-sdk
miniflare@3.20231218.0
Minor Changes
- #4684
c410ea14
Thanks @mrbbot! - chore: bumpworkerd
to1.20231218.0
create-cloudflare@2.8.5
Patch Changes
-
#4617
45972200
Thanks @dependabot! - C3: Bumpedcreate-vue
from3.9.0
to3.9.1
-
#4618
10e267fc
Thanks @dependabot! - C3: Bumpedcreate-astro
from4.5.2
to4.6.0
-
#4679
873d7dd6
Thanks @dependabot! - C3: Bumpedcreate-qwik
from1.3.1
to1.3.2
-
#4680
ba298d08
Thanks @dependabot! - C3: Bumpedcreate-remix
from2.4.0
to2.4.1
-
#4681
6fb72f8b
Thanks @dependabot! - C3: Bumpedcreate-svelte
from6.0.3
to6.0.5
-
#4627
44cbd66f
Thanks @dario-piotrowicz! - make the workerd compatibility date retrieval more stable by fetching it directly from the npm registry
@cloudflare/pages-shared@0.11.5
Patch Changes
- Updated dependencies [
c410ea14
]:- miniflare@3.20231218.0
wrangler@3.22.1
Patch Changes
-
#4635
5bc2699d
Thanks @mrbbot! - fix: prevent zombieworkerd
processesPreviously, running
wrangler dev
would leave behind "zombie"workerd
processes. These processes prevented the same port being bound ifwrangler dev
was restarted and sometimes consumed lots of CPU time. This change ensures allworkerd
processes are killed whenwrangler dev
is shutdown.To clean-up existing zombie processes, run
pkill -KILL workerd
on macOS/Linux ortaskkill /f /im workerd.exe
on Windows.
wrangler@3.22.0
Minor Changes
-
#4632
a6a4e8a4
Thanks @G4brym! - Deprecate constellation commands and add a warning when using the constellation binding -
#4130
e8a2a1d9
Thanks @vkrasnov! - Added support for R2 Sippy incremental migration -
#4621
98dee932
Thanks @rozenmd! - feat: add rows written/read in the last 24 hours towrangler d1 info
output -
#4426
c628de59
Thanks @OilyLime! - Improve queues list displaying as table, update queues API types
create-cloudflare@2.8.4
wrangler@3.21.0
Minor Changes
-
#4423
a94ef570
Thanks @mrbbot! - feat: apply source mapping to logged stringsPreviously, Wrangler would only apply source mapping to uncaught exceptions. This meant if you caught an exception and logged its stack trace, the call sites would reference built JavaScript files as opposed to source files. This change looks for stack traces in logged messages, and tries to source map them.
Note source mapping is only applied when outputting logs.
Error#stack
does not return a source mapped stack trace. This means the actual runtime value ofnew Error().stack
and the output fromconsole.log(new Error().stack)
may be different.
Patch Changes
wrangler@2.20.2
Patch Changes
-
#4609
c228c912
Thanks @mrbbot! - fix: pinworkerd
to1.20230404.0
-
#4587
49a46960
Thanks @mrbbot! - Change dev registry and inspector server to listen on 127.0.0.1 instead of all interfaces -
#4587
49a46960
Thanks @mrbbot! - fix: validateHost
andOrgin
headers where appropriateHost
andOrigin
headers are now checked when connecting to the inspector proxy. If these don't match what's expected, the request will fail.
create-cloudflare@2.8.3
Patch Changes
-
#4603
6db2c2a8
Thanks @dependabot! - C3: Bumpedcreate-remix
from2.3.1
to2.4.0
-
#4598
ffa01a7d
Thanks @penalosa! - fix: Ensure C3 can be used to create TypeScript workers -
#4594
850c4d64
Thanks @dario-piotrowicz! - amend broken cd instruction
wrangler@3.20.0
Minor Changes
-
#4522
c10bf0fd
Thanks @G4brym! - Add support for Workers AI in local mode -
#4571
3314dbde
Thanks @penalosa! - feat: When Wrangler crashes, send an error report to Sentry to aid in debugging.When Wrangler's top-level exception handler catches an error thrown from Wrangler's application, it will offer to report the error to Sentry. This requires opt-in from the user every time.
Patch Changes
-
#4577
4c85fe99
Thanks @dario-piotrowicz! - During the R2 validation, showMAX_UPLOAD_SIZE
errors using MiB (consistently with the Cloudflare docs) -
#4577
4c85fe99
Thanks @dario-piotrowicz! - During the Pages validation, showMAX_UPLOAD_SIZE
errors using MiB (consistently with the Cloudflare docs) -
Updated dependencies [
eb08e2dc
]:- miniflare@3.20231030.4