[csdk] latest release - #622
Open
jss-release-github-app[bot] wants to merge 1 commit into
Open
jss-release-github-app[bot] wants to merge 1 commit into
jss-release-github-app[bot] wants to merge 1 commit into
Conversation
Contributor
📦 Package Size and Test Coverage Report
|
jss-release-github-app
Bot
force-pushed
the
changeset-release/dev
branch
3 times, most recently
from
September 11, 2026 13:21
2543476 to
214bec6
Compare
jss-release-github-app
Bot
force-pushed
the
changeset-release/dev
branch
from
September 14, 2026 10:17
214bec6 to
f17807e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 dev, this PR will be updated.
Releases
@sitecore-content-sdk/angular@1.1.0
Minor Changes
@sitecore-content-sdk/contentdependency update:Patch Changes
Sitecore webhook revalidation no longer invalidates dictionary data for every configured site on (df0ab91)
every call — only an actual Dictionary entry update revalidates its own site's dictionary tag.
createSitecoreRevalidateRouteHandler(Next.js) andcreateSitecoreRevalidateMiddleware(Angular)previously appended a
sc:dict:<site>:<locale>tag for every site insiteson every webhookcall, regardless of what the payload actually changed. Because dictionary data is shared across
nearly every page, this meant any unrelated content update - or even a call with no dictionary
changes at all - revalidated every page for that site and locale, defeating the benefit of
targeted, on-demand revalidation.
sc:itemtags no longer carry a version segment (sc:item:<id>:<locale>), so cache writes and (bdfa673)webhook revalidation always agree.
Item cache tags could previously include a specific published version (
sc:item:<id>:<locale>:v<N>)when the layout response reported
itemVersion, but webhook-driven revalidation always targetssc:item:<id>:<locale>:latest. The mismatch meant those page cache entries were silently unreachable byrevalidateTagand only went stale on cache TTL expiry.sc:itemtags now always use hyphenated lowercase GUIDs (sc:item:<hyphenated-id>:<locale>:latest), so cache writes and webhook revalidation always agree. (330793b)Experience Edge publish payloads send unhyphenated item IDs (
xxxxxxxxx). Cached pages already tag content with hyphenated lowercase GUIDs (sc:item:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx:...). Because Next.js / loader cache tags are compared as exact strings, those invalidation tags missed and published updates could stay stale.@sitecore-content-sdk/cli@2.4.0
Minor Changes
@sitecore-content-sdk/contentdependency update:@sitecore-content-sdk/content@2.4.0
Minor Changes
Patch Changes
x-sitecore-contextidheader instead of the query string, and use the public/client context ID for stylesheet<link>URLs so the server context ID is not rendered in page markup. (a8a17de)@sitecore-content-sdk/nextjs@2.5.0
Minor Changes
@sitecore-content-sdk/contentdependency update:@sitecore-content-sdk/reactdependency update:Patch Changes
Sitecore webhook revalidation no longer invalidates dictionary data for every configured site on (df0ab91)
every call — only an actual Dictionary entry update revalidates its own site's dictionary tag.
createSitecoreRevalidateRouteHandler(Next.js) andcreateSitecoreRevalidateMiddleware(Angular)previously appended a
sc:dict:<site>:<locale>tag for every site insiteson every webhookcall, regardless of what the payload actually changed. Because dictionary data is shared across
nearly every page, this meant any unrelated content update - or even a call with no dictionary
changes at all - revalidated every page for that site and locale, defeating the benefit of
targeted, on-demand revalidation.
sc:itemtags no longer carry a version segment (sc:item:<id>:<locale>), so cache writes and (bdfa673)webhook revalidation always agree.
Item cache tags could previously include a specific published version (
sc:item:<id>:<locale>:v<N>)when the layout response reported
itemVersion, but webhook-driven revalidation always targetssc:item:<id>:<locale>:latest. The mismatch meant those page cache entries were silently unreachable byrevalidateTagand only went stale on cache TTL expiry.sc:itemtags now always use hyphenated lowercase GUIDs (sc:item:<hyphenated-id>:<locale>:latest), so cache writes and webhook revalidation always agree. (330793b)Experience Edge publish payloads send unhyphenated item IDs (
xxxxxxxxx). Cached pages already tag content with hyphenated lowercase GUIDs (sc:item:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx:...). Because Next.js / loader cache tags are compared as exact strings, those invalidation tags missed and published updates could stay stale.@sitecore-content-sdk/react@2.5.0
Minor Changes
@sitecore-content-sdk/contentdependency update:create-content-sdk-app@2.4.1
Patch Changes
Sitecore webhook revalidation no longer invalidates dictionary data for every configured site on (df0ab91)
every call — only an actual Dictionary entry update revalidates its own site's dictionary tag.
createSitecoreRevalidateRouteHandler(Next.js) andcreateSitecoreRevalidateMiddleware(Angular)previously appended a
sc:dict:<site>:<locale>tag for every site insiteson every webhookcall, regardless of what the payload actually changed. Because dictionary data is shared across
nearly every page, this meant any unrelated content update - or even a call with no dictionary
changes at all - revalidated every page for that site and locale, defeating the benefit of
targeted, on-demand revalidation.
Schema.org & JSON-LD Support (b858df1)
sc:itemtags no longer carry a version segment (sc:item:<id>:<locale>), so cache writes and (bdfa673)webhook revalidation always agree.
Item cache tags could previously include a specific published version (
sc:item:<id>:<locale>:v<N>)when the layout response reported
itemVersion, but webhook-driven revalidation always targetssc:item:<id>:<locale>:latest. The mismatch meant those page cache entries were silently unreachable byrevalidateTagand only went stale on cache TTL expiry.minor
@sitecore-content-sdk/contentdependency update:minor
@sitecore-content-sdk/nextjsdependency update:minor
@sitecore-content-sdk/reactdependency update: