- 5ea20fb: The
waitUntil
option can be used to extend the life of background tasks.
- 0adbc60: Reduce the deviation from the mainstream edge worker environment's Cache API implementation.
- 8682fd6: - Support ignoreMethod option.
- Support ignoreRequestCacheControl option.
- Ignore spaces in cache keys.
- 80b5a4b: Added
ignoreVary
option.
- 98bdedb: - The stale-while-revalidate and stale-if-error directives are not supported when using the cache.put or cache.match methods.
- Support HEAD requests.
- b3761de: Fix Request.cache equal to "default" will cause exception.
- 80b5a4b: Added
ignoreVary
option.
- b3761de: Fix Request.cache equal to "default" will cause exception.
- 98bdedb: - The stale-while-revalidate and stale-if-error directives are not supported when using the cache.put or cache.match methods.
- Support HEAD requests.
- 8682fd6: - Support ignoreMethod option.
- support ignoreRequestCacheContro option.
- Ignore spaces in cache keys.
- 6596e83: Reduce the frequency of cache revalidation.
- cbe32be: Optimize the order of logs and vary in cache keys.
- 6603ef3: Support custom logger.
- be3d4d6: cacheName will be added to the prefix of cache key.
- bec7c90: Avoid strict instance checks leading to run failures.
- 453e7ee: Improve error handling.
- 1c7d03c: Fix
Cache.put: Response body is locked or disturbed
error.
- dc275c7: Make the post method’s caching logic comply with standards.
- 98a3a1a: Fixed the problem of failing to process logs correctly after updating the cache error.
- d1aa8b2: Fix
cacheControlOverride
not being overridden correctly.
- c7f91c9: Delete
CacheStorage.delete()
API.
- c3db08e: Refactor types.
- fbffa04: Initial version.