Differential updates
This page has moved to Delta patches.
The two terms refer to the same thing — the bsdiff-based delta pipeline that ships only the changed bytes of your JS bundle. See the Delta patches page for the full explainer, safety guarantees, and telemetry.
Quick summary
- Typical savings: 60–98% of bundle size.
- Algorithm: bsdiff (BSD-2-clause reference implementation).
- Signed: patch bytes are Ed25519-signed before
bspatchruns. - Safe fallback: any failure drops back to the full bundle, silently. A
PATCH_FALLBACK_TO_FULLtelemetry event fires. - No configuration: enabled for every deploy automatically.