v16.3.2
Changed 1
- Authenticate Turborepo remote caching with OIDC instead of a static PAT
Fixed 5
- Scope app-entry export validation to files inside the app directory
- Fix catch-all index page being served for every other slug
- Turbopack: don't trace embedded WASM loader helpers
- Turbopack: retain conditions when replacing resolve request keys
- Fix Turbopack worker chunk loading with asset prefix
From Next.js
[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
- [backport] Scope app-entry export validation to files inside the app directory (#97357)
- [backport] Fix catch-all index page being served for every other slug (#97416)
- [16.3] Turbopack: don't trace embedded WASM loader helpers (#97353) (#97463)
- [16.3] Turbopack: retain conditions when replacing resolve request keys (#97453)
- [16.3.x] Fix Turbopack worker chunk loading with asset prefix (#97419)
- [16.3.x] Authenticate Turborepo remote caching with OIDC instead of a static PAT (#97603)
Credits
Huge thanks to @lubieowoce, @unstubbable, @timneutkens, @mischnic, and @eps1lon for helping!