v0.0.38
What's Changed
New Features
- Add instrumentation-client support for enhanced application monitoring
- Implement
cacheForRequest()per-request factory cache for improved data caching patterns
Bug Fixes
- Fix Pages Router builds to properly run the Cloudflare plugin during build process
- Wire
ctx.waitUntilfor middleware fetch event background tasks in Cloudflare Workers - Fix Google Fonts plugin state management by using closure variables instead of class properties
- Improve RSC compatibility for
dynamic()imports and layout segment context - Resolve App Router playground warnings and stabilize development checks
Internal / Chores
- Extract image utility functions into dedicated module for better code organization
- Refactor OG asset handling into separate plugin file
- Refactor font processing into dedicated plugin module
- Extract server closure collision fix into standalone plugin
- Consolidate file path resolution logic into unified
resolveEntryPath()function - Extract Pages API route runtime for better separation of concerns
- Align Vite 8 bundler configuration
- Add static export end-to-end tests
Contributors
@james-elicx
@nbardy
@hyoban
@MehediH
@benfavre
@southpolesteve
@haddoumounir
@raed04
@JamesbbBriz