Note
This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
- backport: force module format for virtual client-proxy (#74608)
- Fix prerender tags when notFound is called (#74607)
- Use provided waitUntil for pending revalidates (#74604)
- Feature: next/image: add support for images.qualities in next.config (#74588)
- Chore: docs: add missing search: '' on remotePatterns (#74587)
- Chore: docs: update version history of next/image (#73923) (#74570)
- Chore: next/image: improve imgopt api bypass detection for unsupported images (#74569)
Credits
Huge thanks to @ and @ for helping!
Does any of this look wrong? Please let us know.
See the full diff on Github. The new version differs by 8 commits:
v15.1.4backport:
force module format for virtual client-proxy (#74162)
(#74608)Fix
prerender tags when notFound is called (#74577) (#74607)Use
provided waitUntil for pending revalidates (#74164)
(#74604)feat(next/image):
add support for `images.qualities` in next.config
(#74588)chore(docs):
add missing `search: ''` on `remotePatterns` (#73925)
(#74587)chore(docs):
update version history of `next/image` (#73923) (#74570)chore(next/image):
improve imgopt api bypass detection for unsupported images
(#74569)
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu cancel merge
- Cancels automatic merging of this PR
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)