use-cache-binaries@0.15.14
·
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 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: https://github.com/rari-build/rari/compare/use-cache-binaries@0.15.13...use-cache-binaries@0.15.14