Skip to content

v0.31.0

Choose a tag to compare

@github-actions github-actions released this 19 Nov 21:33
092750f

Minor Changes

  • #46 86f98cd Thanks @mcrovero! - Added support for AsyncLocalStorage from Next.js to properly capture and restore context for cache revalidation. The library now imports workAsyncStorage and workUnitAsyncStorage from Next.js internal modules and uses them to maintain context across async boundaries, ensuring proper cache revalidation behavior.