0.0.11
-
Features
-
Support cache revalidation using ETags and If-None-Match - shagamemnon, issue/62 pull/94 pull/113
Previously, cacheable resources were not looked up from the browser cache because
getAssetFromKV
would never return a304 Not Modified
response.Now,
getAssetFromKV
sets anETag
header on all cachable assets before putting them in the Cache API, and therefore will return a304
response when appropriate.
-
-
Fixes
-
Support non-ASCII characters in paths - SukkaW, issue/99 pull/105
Fixes an issue where non-ASCII paths were not URI-decoded before being looked up, causing non-ASCII paths to 404.
-
Support
charset=utf8
in MIME type - theromis, issue/92 pull/97Fixes an issue where
Content-Type: text/*
was never appended with; charset=utf8
, meaning clients would not render non-ASCII characters properly. -
Fix bugs in README examples - kentonv bradyjoslin, issue/93 pull/102 issue/88 pull/116
-
-
Maintenance
-
Make
@cloudflare/workers-types
a dependency and update deps - ispivey, pull/107 -
Add Code of Conduct - EverlastingBugstopper, pull/101
-