v0.31.0
Minor Changes
- #46
86f98cdThanks @mcrovero! - Added support for AsyncLocalStorage from Next.js to properly capture and restore context for cache revalidation. The library now importsworkAsyncStorageandworkUnitAsyncStoragefrom Next.js internal modules and uses them to maintain context across async boundaries, ensuring proper cache revalidation behavior.