From 36f6fb4061c5080c9904f0e4c2c3af08902129d4 Mon Sep 17 00:00:00 2001 From: Adam Simon Date: Mon, 31 Aug 2026 13:06:09 +0200 Subject: [PATCH] Update deprecation message in the legacy JS SDKs' references --- website/docs/sdk-reference/js-ssr.mdx | 2 +- website/docs/sdk-reference/js.mdx | 2 +- website/docs/sdk-reference/node.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/sdk-reference/js-ssr.mdx b/website/docs/sdk-reference/js-ssr.mdx index fa99dc4b..2fe384b4 100644 --- a/website/docs/sdk-reference/js-ssr.mdx +++ b/website/docs/sdk-reference/js-ssr.mdx @@ -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). ::: diff --git a/website/docs/sdk-reference/js.mdx b/website/docs/sdk-reference/js.mdx index 24fd1083..5bc1cf53 100644 --- a/website/docs/sdk-reference/js.mdx +++ b/website/docs/sdk-reference/js.mdx @@ -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). ::: diff --git a/website/docs/sdk-reference/node.mdx b/website/docs/sdk-reference/node.mdx index 3f988493..7da831f0 100644 --- a/website/docs/sdk-reference/node.mdx +++ b/website/docs/sdk-reference/node.mdx @@ -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). :::