Skip to content

Commit a0233c5

Browse files
authored
Announce EoL date for legacy JS SDKs (#606)
1 parent 953f42a commit a0233c5

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

website/docs/news.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The new SDK combines and, thus, supersedes these SDKs:
4444
* [ConfigCat SDK for Chromium Extensions](https://github.com/configcat/js-chromium-extension-sdk)
4545

4646
The legacy SDKs remain available for use but won't receive new features and improvements any more. They will continue
47-
getting security updates for a limited time, until they're eventually phased out.
47+
getting security updates until official support ends on August 31, 2026.
4848

4949
The new SDK maintains strong backward compatibility, so in most cases migration is simple and straightforward.
5050
For details, see the "Migration to the new SDK" section in the SDK references linked above.

website/docs/sdk-reference/js-ssr.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ export const JavaScriptSSRSchema = require('@site/src/schema-markup/sdk-referenc
1717
[![Known Vulnerabilities](https://snyk.io/test/github/configcat/js-ssr-sdk/badge.svg?targetFile=package.json)](https://snyk.io/test/github/configcat/js-ssr-sdk?targetFile=package.json)
1818

1919
:::caution
20-
This SDK is no longer maintained as it has been superseded by the new [Browser (JavaScript) SDK](../js/browser).
20+
This SDK is superseded by the new [Browser (JavaScript) SDK](../js/browser).
21+
22+
This legacy SDK is in maintenance mode now, it will receive only critical security patches until **official support ends on August 31, 2026**.
2123

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

website/docs/sdk-reference/js.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ export const JavaScriptSchema = require('@site/src/schema-markup/sdk-reference/j
2121
[![JSDELIVR](https://data.jsdelivr.com/v1/package/npm/configcat-js/badge)](https://www.jsdelivr.com/package/npm/configcat-js)
2222

2323
:::caution
24-
This SDK is no longer maintained as it has been superseded by the new [Browser (JavaScript) SDK](../js/browser).
24+
This SDK is superseded by the new [Browser (JavaScript) SDK](../js/browser).
25+
26+
This legacy SDK is in maintenance mode now, it will receive only critical security patches until **official support ends on August 31, 2026**.
2527

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

website/docs/sdk-reference/node.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ export const NodeSchema = require('@site/src/schema-markup/sdk-reference/node.js
1919
[![Node.JS](https://img.shields.io/node/v/configcat-node)](https://img.shields.io/node/v/configcat-node)
2020

2121
:::caution
22-
This SDK is no longer maintained as it has been superseded by the new [Node.js SDK](../js/node).
22+
This SDK is superseded by the new [Node.js SDK](../js/node).
23+
24+
This legacy SDK is in maintenance mode now, it will receive only critical security patches until **official support ends on August 31, 2026**.
2325

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

website/versioned_docs/version-V1/news.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The new SDK combines and, thus, supersedes these SDKs:
4444
* [ConfigCat SDK for Chromium Extensions](https://github.com/configcat/js-chromium-extension-sdk)
4545

4646
The legacy SDKs remain available for use but won't receive new features and improvements any more. They will continue
47-
getting security updates for a limited time, until they're eventually phased out.
47+
getting security updates until official support ends on August 31, 2026.
4848

4949
The new SDK maintains strong backward compatibility, so in most cases migration is simple and straightforward.
5050
For details, see the "Migration to the new SDK" section in the SDK references linked above.

0 commit comments

Comments
 (0)