Skip to content

prerender-v0.3.3 — @harperfast/prerender

Choose a tag to compare

@harper-joseph harper-joseph released this 07 Jul 17:43
053fdbf

@harperfast/prerender v0.3.3

Cache-key URL normalization. Every cache-key site (serving lookup, auto-discovery scheduling, NonIndexable check, redirect result) now builds the key through one cacheKeyUrl() helper, so equivalent encodings of the same URL (?CN=Gender%3AMens vs ?CN=Gender:Mens) collapse to a single key instead of fragmenting the cache.

Keys present query-legal, non-separator chars decoded (: , @) — matching the canonical/sitemap form — while structural chars stay encoded. The helper re-encodes only; it does not re-apply the query allowlist (forwarded mode already normalized per-route).

Sitemap <loc> keying is unchanged (needs route-aware normalization — separate follow-up).