Minor Changes
-
#12858
f05f2daThanks @repository! - AdddisableRetryDelays()toWorkflowInstanceModifierto skip retry backoff delays in testsWhen testing Workflows with retry configurations, the backoff delays between retry attempts of a failing
step.do()caused real wall-clock waiting (e.g., 35 seconds for 3 retries with 5-second exponential backoff), even when step results were fully mocked. The newdisableRetryDelays()method eliminates these delays while preserving retry behavior — all attempts still execute, just without waiting between them.
Patch Changes
-
#13091
6d58f0fThanks @penalosa! - Use today's date for the RTTI compat date query instead of a hardcoded"2023-12-01", so newly added Node.js builtin modules are recognized by the module fallback service. -
#13070
cdb9c88Thanks @penalosa! - SuppressCODE_MOVED for unknown code blocklog spam from workerdThese are internal workerd diagnostic messages not relevant to application developers. Miniflare's structured log handler already filters them, but
vitest-pool-workersuses a customhandleRuntimeStdiothat bypasses that pipeline. This adds the pattern to the pool's own ignore list. -
#13069
6d0e329Thanks @penalosa! - fix: suppressoutputGateBrokenstderr noise when testing Workflows -
#13075
b8df076Thanks @penalosa! - Support@voidzero-dev/vite-plus-testas an alternative tovitestUsers running tests via Vite+ (
@voidzero-dev/vite-plus-test) with the recommended pnpm overrides no longer hit spurious version warnings orDisallowed operation called within global scopeerrors. -
Updated dependencies [
ffbc268,9eff028,ed20a9b,f214760,746858a,9aad27f,1fc5518,b539dc7,9282493,a532eea,cd0e971,d4c6158,2565b1d]:- wrangler@4.79.0
- miniflare@4.20260329.0