Edge Synchronization
We rebuilt the flag synchronization layer from the ground up. Flag configuration is now cached and evaluated at the Cloudflare edge — meaning evaluation latency drops from ~50ms to sub-1ms for the vast majority of requests.
- Edge-first evaluation: Rules are evaluated at the nearest Cloudflare PoP without a round-trip to origin.
- Real-time propagation: Flag changes now propagate to all 300+ edge locations within 500ms of saving.
- Stale-while-revalidate: SDKs serve cached rules instantly while fetching updates in the background.
- Streaming updates via SSE: Dashboard and SDK now receive flag changes via Server-Sent Events instead of polling.