v0.15.14
Highlights
- Optional Oxc React Compiler: set
rari({ compiler: true })(or pass compiler options) to run experimental native React Compiler on the client viaoxc-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.maxBytesbudget with correct eviction accounting; HTML cache TTL followsCache-Controlmax-age/s-maxage; tracking query params are stripped from HTML cache keys (and rendersearchParams). - 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