Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/sdk-reference/js-ssr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const JavaScriptSSRSchema = require('@site/src/schema-markup/sdk-referenc
:::caution
This SDK is superseded by the new [Browser (JavaScript) SDK](../js/browser).

This legacy SDK is in maintenance mode now, it will receive only critical security patches until **official support ends on August 31, 2026**.
Official support for this legacy SDK has ended. Although it may continue to work, its use is not recommended as it will no longer receive security patches.

For guidance on migration, see [this section](#migration-to-the-new-sdk).
:::
Expand Down
2 changes: 1 addition & 1 deletion website/docs/sdk-reference/js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const JavaScriptSchema = require('@site/src/schema-markup/sdk-reference/j
:::caution
This SDK is superseded by the new [Browser (JavaScript) SDK](../js/browser).

This legacy SDK is in maintenance mode now, it will receive only critical security patches until **official support ends on August 31, 2026**.
Official support for this legacy SDK has ended. Although it may continue to work, its use is not recommended as it will no longer receive security patches.

For guidance on migration, see [this section](#migration-to-the-new-sdk).
:::
Expand Down
2 changes: 1 addition & 1 deletion website/docs/sdk-reference/node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const NodeSchema = require('@site/src/schema-markup/sdk-reference/node.js
:::caution
This SDK is superseded by the new [Node.js SDK](../js/node).

This legacy SDK is in maintenance mode now, it will receive only critical security patches until **official support ends on August 31, 2026**.
Official support for this legacy SDK has ended. Although it may continue to work, its use is not recommended as it will no longer receive security patches.

For guidance on migration, see [this section](#migration-to-the-new-sdk).
:::
Expand Down
Loading