Andy
Andy
- Removes all the legacy `flags` - Renames the new `variants` to `flags` Neither the legacy flags, nor the new variants were exposed to anyone, except for the type in...
Fixes FLA-1083 Follow up to and requires https://github.com/vercel/front/pull/31293 Ensures that the flags can be passed to the analytics script.
Fixes FLA-1256 Adds `consistentRead` to the `get`, `has`, `getAll`, and `digest` function which allows bypassing all optimizations to read from the origin with the downside of increased latency.
Attempt to fix the encoding for paths with special characters. Related to https://github.com/vercel/serve-handler/pull/209 The PR is work in progress as the breadcrumb does not fully work yet and not everything...