Skip to content

Version Packages#1119

Merged
conico974 merged 1 commit intomainfrom
changeset-release/main
Apr 8, 2026
Merged

Version Packages#1119
conico974 merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Feb 14, 2026

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.10.0

Minor Changes

  • #1122 1a75cc712c56448f5d77abb810cf4af259802a28 Thanks @conico974! - Add support for SWR (stale-while-revalidate) in revalidateTag

    Introduces a new optional method isStale in the tag cache for both the original and the next modes. The implementation is mandatory for SWR to work.

    It also introduces a RequestCache utility that can be used to cache things scoped to a request (stored in the OpenNext internal AsyncLocalStorage context)

    BREAKING CHANGE

    writeTags for the tag cache signature has changed to writeTags(tags: NextModeTagCacheWriteInput[]): Promise<void> for Next mode, and writeTags(tags: OriginalTagCacheWriteInput[]): Promise<void> for the original mode.
    This is breaking only for custom tag cache implementations, if you are using the default one provided by OpenNext, you don't need to do anything.

    globalThis.isNextAfter15 is no longer available in the cache.

Patch Changes

app-pages-router@0.1.55

Patch Changes

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 4d70dcb to 32394e7 Compare March 13, 2026 19:26
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from a002b0b to e2ac61d Compare March 24, 2026 16:08
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 77faa98 to b0764a0 Compare April 3, 2026 20:10
@github-actions github-actions Bot force-pushed the changeset-release/main branch from b0764a0 to 54dee00 Compare April 8, 2026 12:12
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 54dee00 to 9cba897 Compare April 8, 2026 12:23
@conico974 conico974 merged commit 64c40c7 into main Apr 8, 2026
@conico974 conico974 deleted the changeset-release/main branch April 8, 2026 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant