tag:github.com,2008:https://github.com/web-widget/shared-cache/releases Release notes from shared-cache 2024-10-19T10:49:57Z tag:github.com,2008:Repository/787884151/v1.1.0 2024-10-19T10:49:58Z v1.1.0 <h3>Minor Changes</h3> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/web-widget/shared-cache/commit/5ea20fb589b277dd97eb496cb56b07f85ac08eaf/hovercard" href="https://github.com/web-widget/shared-cache/commit/5ea20fb589b277dd97eb496cb56b07f85ac08eaf"><tt>5ea20fb</tt></a>: The <code>waitUntil</code> option can be used to extend the life of background tasks.</li> </ul> github-actions[bot] tag:github.com,2008:Repository/787884151/v1.0.0 2024-09-23T03:02:28Z v1.0.0 <h3>Major Changes</h3> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/web-widget/shared-cache/commit/0adbc601231bd19faa8f87f134020fe62be0d912/hovercard" href="https://github.com/web-widget/shared-cache/commit/0adbc601231bd19faa8f87f134020fe62be0d912"><tt>0adbc60</tt></a>: Reduce the deviation from the mainstream edge worker environment's Cache API implementation.</li> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/web-widget/shared-cache/commit/8682fd608ebc355e708ddc4706f29bca799951a6/hovercard" href="https://github.com/web-widget/shared-cache/commit/8682fd608ebc355e708ddc4706f29bca799951a6"><tt>8682fd6</tt></a>: - Support ignoreMethod option. <ul> <li>Support ignoreRequestCacheControl option.</li> <li>Ignore spaces in cache keys.</li> </ul> </li> </ul> <h3>Minor Changes</h3> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/web-widget/shared-cache/commit/80b5a4b51d5180405ffc2b7c4722add00ec94ff8/hovercard" href="https://github.com/web-widget/shared-cache/commit/80b5a4b51d5180405ffc2b7c4722add00ec94ff8"><tt>80b5a4b</tt></a>: Added <code>ignoreVary</code> option.</li> </ul> <h3>Patch Changes</h3> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/web-widget/shared-cache/commit/98bdedb6f03af664ab6bb8165edeb0bdf0d2c25c/hovercard" href="https://github.com/web-widget/shared-cache/commit/98bdedb6f03af664ab6bb8165edeb0bdf0d2c25c"><tt>98bdedb</tt></a>: - The stale-while-revalidate and stale-if-error directives are not supported when using the cache.put or cache.match methods. <ul> <li>Support HEAD requests.</li> </ul> </li> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/web-widget/shared-cache/commit/b3761ded83a610eb49289b8dfa6cc96ff8dcc4dc/hovercard" href="https://github.com/web-widget/shared-cache/commit/b3761ded83a610eb49289b8dfa6cc96ff8dcc4dc"><tt>b3761de</tt></a>: Fix Request.cache equal to "default" will cause exception.</li> </ul> github-actions[bot] tag:github.com,2008:Repository/787884151/v1.0.0-next.3 2024-09-22T15:58:03Z v1.0.0-next.3 <h3>Minor Changes</h3> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/web-widget/shared-cache/commit/80b5a4b51d5180405ffc2b7c4722add00ec94ff8/hovercard" href="https://github.com/web-widget/shared-cache/commit/80b5a4b51d5180405ffc2b7c4722add00ec94ff8"><tt>80b5a4b</tt></a>: Added <code>ignoreVary</code> option.</li> </ul> github-actions[bot] tag:github.com,2008:Repository/787884151/v1.0.0-next.2 2024-07-10T02:14:28Z v1.0.0-next.2 <h3>Patch Changes</h3> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/web-widget/shared-cache/commit/b3761ded83a610eb49289b8dfa6cc96ff8dcc4dc/hovercard" href="https://github.com/web-widget/shared-cache/commit/b3761ded83a610eb49289b8dfa6cc96ff8dcc4dc"><tt>b3761de</tt></a>: Fix Request.cache equal to "default" will cause exception.</li> </ul> github-actions[bot] tag:github.com,2008:Repository/787884151/v1.0.0-next.1 2024-07-09T09:30:38Z v1.0.0-next.1 <h3>Patch Changes</h3> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/web-widget/shared-cache/commit/98bdedb6f03af664ab6bb8165edeb0bdf0d2c25c/hovercard" href="https://github.com/web-widget/shared-cache/commit/98bdedb6f03af664ab6bb8165edeb0bdf0d2c25c"><tt>98bdedb</tt></a>: - The stale-while-revalidate and stale-if-error directives are not supported when using the cache.put or cache.match methods. <ul> <li>Support HEAD requests.</li> </ul> </li> </ul> github-actions[bot] tag:github.com,2008:Repository/787884151/v1.0.0-next.0 2024-06-30T05:53:19Z v1.0.0-next.0 <h3>Major Changes</h3> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/web-widget/shared-cache/commit/8682fd608ebc355e708ddc4706f29bca799951a6/hovercard" href="https://github.com/web-widget/shared-cache/commit/8682fd608ebc355e708ddc4706f29bca799951a6"><tt>8682fd6</tt></a>: - Support ignoreMethod option. <ul> <li>support ignoreRequestCacheContro option.</li> <li>Ignore spaces in cache keys.</li> </ul> </li> </ul> github-actions[bot] tag:github.com,2008:Repository/787884151/v0.4.2 2024-06-05T09:57:36Z v0.4.2 <h3>Patch Changes</h3> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/web-widget/shared-cache/commit/6596e83b605584ea20a6d7e657646e1507d44ba1/hovercard" href="https://github.com/web-widget/shared-cache/commit/6596e83b605584ea20a6d7e657646e1507d44ba1"><tt>6596e83</tt></a>: Reduce the frequency of cache revalidation.</li> </ul> github-actions[bot] tag:github.com,2008:Repository/787884151/v0.4.1 2024-05-31T10:14:11Z v0.4.1 <h3>Patch Changes</h3> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/web-widget/shared-cache/commit/cbe32be9479f50dcc7b7c5fee1da16a06984ccc7/hovercard" href="https://github.com/web-widget/shared-cache/commit/cbe32be9479f50dcc7b7c5fee1da16a06984ccc7"><tt>cbe32be</tt></a>: Optimize the order of logs and vary in cache keys.</li> </ul> github-actions[bot] tag:github.com,2008:Repository/787884151/v0.4.0 2024-05-27T07:08:53Z v0.4.0 <h3>Minor Changes</h3> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/web-widget/shared-cache/commit/6603ef31837bb4766e1d78ee64bf5a04aeb70f3e/hovercard" href="https://github.com/web-widget/shared-cache/commit/6603ef31837bb4766e1d78ee64bf5a04aeb70f3e"><tt>6603ef3</tt></a>: Support custom logger.</li> </ul> github-actions[bot] tag:github.com,2008:Repository/787884151/v0.3.0 2024-05-23T02:53:51Z v0.3.0 <h3>Minor Changes</h3> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/web-widget/shared-cache/commit/be3d4d67a904591a08b0e78c8e11953817438b28/hovercard" href="https://github.com/web-widget/shared-cache/commit/be3d4d67a904591a08b0e78c8e11953817438b28"><tt>be3d4d6</tt></a>: cacheName will be added to the prefix of cache key.</li> </ul> github-actions[bot]