v15.5.14
📦 next-jsView on GitHub →
✨ 1 features🐛 1 fixes🔧 2 symbols
Summary
This release focuses on backporting essential bug fixes, notably restoring headers for JSON responses in the pages router, and introduces an LRU disk cache for next/image.
✨ New Features
- Added LRU disk cache and images.maximumDiskCacheSize to next/image.
🐛 Bug Fixes
- Restored Content-Length and ETag headers for /_next/data/ JSON responses in the pages router.