Minor Changes
-
#9509
0b2ba45
Thanks @emily-shen! - feat: add static routing options via 'run_worker_first' to WranglerImplements the proposal noted here #9143.
This is now usable in
wrangler dev
and in production - just specify the routes that should hit the worker first withrun_worker_first
in your Wrangler config. You can also omit certain paths with!
negative rules.
Patch Changes
-
#9475
931f467
Thanks @edmundhung! - add hello world binding that serves as as an explanatory example. -
#9443
95eb47d
Thanks @dario-piotrowicz! - add mixed-mode support for mtls bindings