Minor Changes
e041aa4Thanks @mcrovero! - Requireeffect >= 3.20.0and remove the manual Next.jsAsyncLocalStoragecapture/restore workaround. Request helpers and cache revalidation now rely on Effect's patched async context propagation instead of restoring Next internals explicitly.
Patch Changes
-
#57
c53a8a2Thanks @mcrovero! - Clarify the Next.js request-helper contract in the docs and add regression coverage for readonly headers, cookie mutability, draft mode helpers, and synchronous request-scope errors. Also document that the cache facade currently mirrors the stable cache helpers covered by the repo's tested Next 15.5 setup. -
#56
1fce6e4Thanks @mcrovero! - Add a real Next.js integration test fixture that exercises the built package in an App Router app, covering request helpers, middleware-provided context, redirects, notFound handling, and route-handler cookie behavior. -
#54
24b167bThanks @mcrovero! - Fix interrupt-only handler failures so they reject with a real error instead ofundefined, and add a regression test for the publicNext.buildpath.