Skip to content

@mcrovero/effect-nextjs@0.32.0

Latest

Choose a tag to compare

Minor Changes

  • e041aa4 Thanks @mcrovero! - Require effect >= 3.20.0 and remove the manual Next.js AsyncLocalStorage capture/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 c53a8a2 Thanks @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 1fce6e4 Thanks @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 24b167b Thanks @mcrovero! - Fix interrupt-only handler failures so they reject with a real error instead of undefined, and add a regression test for the public Next.build path.