Skip to content

v0.15.14

Choose a tag to compare

@skiniks skiniks released this 24 Aug 20:29
· 10 commits to main since this release

Highlights

  • Optional Oxc React Compiler: set rari({ compiler: true }) (or pass compiler options) to run experimental native React Compiler on the client via oxc-transform-react. React 19 only (react/compiler-runtime). Install the optional peer: pnpm add -D oxc-transform-react.
  • Cache budgets and keys: fetch/module caches honor a shared cache.maxBytes budget with correct eviction accounting; HTML cache TTL follows Cache-Control max-age / s-maxage; tracking query params are stripped from HTML cache keys (and render searchParams).
  • redb 'use cache' remote storage: expired gets no longer panic on open page refs, and a concurrent refresh cannot be deleted by a stale expiration cleanup.

Breaking Changes

  • None.

Full Changelog: v0.15.13...v0.15.14