Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@opennextjs/aws@3.5.0
Minor Changes
#740
6ff03ec8d50ada5eb04de11b14ae670382707f30
Thanks @vicb! - refactor: lastModified moved to ALSBREAKING CHANGE:
lastModified
is moved to ALS as a number from a global map indexed byrequestId
#733
b59027a5899d25dd5263d1a272b33ec23fb683d3
Thanks @vicb! - refactor:waitUntil
passed around via ALS andOpenNextHandler
signature has changedBREAKING CHANGE:
waitUntil
is passed around via ALS to fix [Bug] Concurrent requests with the cloudflare wrappers #713.globalThis.openNextWaitUntil
is no more available, you can accesswaitUntil
on the ALS context:
globalThis.__openNextAls.getStore()
The
OpenNextHandler
signature has changed: the second parameter was aStreamCreator
.It was changed to be of type
OpenNextHandlerOptions
which has both astreamCreator
keyand a
waitUntil
key.If you use a custom wrapper, you need to update the call to the handler as follow:
Patch Changes
867defe3ceacdd1079594202eae1f82391bdcd89
Thanks @dario-piotrowicz! - add and expose newCachedFetchValue
typeapp-pages-router@0.1.8
Patch Changes
6ff03ec8d50ada5eb04de11b14ae670382707f30
,867defe3ceacdd1079594202eae1f82391bdcd89
,b59027a5899d25dd5263d1a272b33ec23fb683d3
]:app-router@0.1.8
Patch Changes
6ff03ec8d50ada5eb04de11b14ae670382707f30
,867defe3ceacdd1079594202eae1f82391bdcd89
,b59027a5899d25dd5263d1a272b33ec23fb683d3
]: