From e8dd85b0f0dd8149c001cc5e7ee31b4d1501ab1f Mon Sep 17 00:00:00 2001 From: Juraj Uhlar Date: Tue, 18 Aug 2026 10:51:57 +0100 Subject: [PATCH 1/2] docs: document version support deprecation policy --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d63131a3..47d4867c 100644 --- a/readme.md +++ b/readme.md @@ -194,7 +194,12 @@ Customers on the Enterprise plan can [Delete all data associated with a specific See the full [API reference](https://fingerprintjs.github.io/node-sdk/). -## Semantic versioning +## Version support deprecation policy + +* The current major version, v7.x, targets [Server API v4](https://docs.fingerprint.com/reference/server-api) and is fully supported. +* Previous major versions targeting [Server API v3](https://docs.fingerprint.com/reference/v3/server-api) are [deprecated](https://github.com/fingerprintjs/node-sdk-v3) and only receive security fixes. + +### Semantic versioning * Changes to **types** in this repository are considered non-breaking and are usually released as PATCH or MINOR semver changes (otherwise every schema addition would be a major version upgrade). * It is highly recommended that you lock your package version to a specific PATCH release and upgrade with the expectation that types may be upgraded between any release. From 7f301f93b245ca042a402ac9f587d60f0a54513f Mon Sep 17 00:00:00 2001 From: Juraj Uhlar Date: Tue, 18 Aug 2026 11:02:03 +0100 Subject: [PATCH 2/2] docs: update version support section for clarity --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 47d4867c..3ab9b84c 100644 --- a/readme.md +++ b/readme.md @@ -194,7 +194,7 @@ Customers on the Enterprise plan can [Delete all data associated with a specific See the full [API reference](https://fingerprintjs.github.io/node-sdk/). -## Version support deprecation policy +## Version support * The current major version, v7.x, targets [Server API v4](https://docs.fingerprint.com/reference/server-api) and is fully supported. * Previous major versions targeting [Server API v3](https://docs.fingerprint.com/reference/v3/server-api) are [deprecated](https://github.com/fingerprintjs/node-sdk-v3) and only receive security fixes.