Change8

v16.2.1-canary.37

Breaking Changes
📦 next-jsView on GitHub →
1 breaking🐛 1 fixes

Summary

This release focuses on build improvements by excluding trace files from deletion and adjusting the HTTP response code for segment prefetch cache misses from 204 to 404. SCCache has also been re-enabled.

⚠️ Breaking Changes

  • Segment prefetch cache miss response changed from HTTP 204 (No Content) to HTTP 404 (Not Found). Clients relying on 204 for cache misses will need to update to check for 404.

🐛 Bug Fixes

  • Trace files are now correctly excluded from directory deletion during builds.