Releases: cloudflare/workers-sdk
[email protected]
Patch Changes
-
#9881
bb09e50
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
Dependency From To workerd 1.20250705.0 1.20250708.0 @cloudflare/workers-types ^4.20250705.0 ^4.20250708.0 -
#9894
25dbe54
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
Dependency From To workerd 1.20250708.0 1.20250709.0 @cloudflare/workers-types ^4.20250708.0 ^4.20250709.0 -
#9876
3bdec6b
Thanks @edmundhung! - chore: update youch version
@cloudflare/[email protected]
Patch Changes
-
#9908
ab75fd8
Thanks @GregBrimble! - perf: graduate asset-server binary search experiment to 100%The improved iterative binary search implementation has been graduated from a 50% experiment to the default implementation. This provides better performance for asset manifest lookups by replacing the recursive binary search with an iterative approach.
@cloudflare/[email protected]
Patch Changes
-
#9892
78e259a
Thanks @GregBrimble! - perf: increase binary search experiment sample rate to 50% -
#9884
a60e9da
Thanks @matthewdavidrodgers! - Adds metrics for time-to-dispatch to Router Worker
@cloudflare/[email protected]
@cloudflare/[email protected]
Patch Changes
- Updated dependencies [
80cc834
]:
@cloudflare/[email protected]
@cloudflare/[email protected]
@cloudflare/[email protected]
Patch Changes
- Updated dependencies [
80cc834
]:
@cloudflare/[email protected]
@cloudflare/[email protected]
Patch Changes
-
#9817
6a0d990
Thanks @GregBrimble! - Addx-cf-pages-analytics
header when Web Analytics token is injected- Emit
x-cf-pages-analytics: 1
header when analytics script is added to HTML responses - Add comprehensive tests covering HTML with/without body, non-HTML responses, and missing analytics config
- Header indicates when analytics injection is attempted regardless of HTMLRewriter success
- Emit