From c5efe67a02032c1d3a4980685862230588a87701 Mon Sep 17 00:00:00 2001 From: Kevin Miao Date: Fri, 21 Aug 2026 18:31:10 -0700 Subject: [PATCH] docs: add SDK version support and EOL table to README --- README.md | 7 +++++++ template/README.mustache | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index 75dac88..9ad8c83 100644 --- a/README.md +++ b/README.md @@ -399,6 +399,13 @@ Class | Method | HTTP request | Description It's recommended to create an instance of `ApiClient` per thread in a multithreaded environment to avoid any potential issues. +## Version support + +| SDK major version | Server API version | Status | End of support | Notes | +|---|---|---|---|---| +| v8.x (current) | [v4](https://docs.fingerprint.com/reference/server-api) | Supported | - | - | +| v1.x-v7.x | [v3](https://docs.fingerprint.com/reference/v3/server-api) | Deprecated (security fixes only). See the [migration guide](https://docs.fingerprint.com/reference/java-server-sdk#migration-guide-for-java-sdk-v8). | To be decided | Maintained in the [old repository](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk) | + ## Support To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/java-sdk/issues). diff --git a/template/README.mustache b/template/README.mustache index 931db6c..f1dc627 100644 --- a/template/README.mustache +++ b/template/README.mustache @@ -340,6 +340,13 @@ Class | Method | HTTP request | Description It's recommended to create an instance of `ApiClient` per thread in a multithreaded environment to avoid any potential issues. +## Version support + +| SDK major version | Server API version | Status | End of support | Notes | +|---|---|---|---|---| +| v8.x (current) | [v4](https://docs.fingerprint.com/reference/server-api) | Supported | - | - | +| v1.x-v7.x | [v3](https://docs.fingerprint.com/reference/v3/server-api) | Deprecated (security fixes only). See the [migration guide](https://docs.fingerprint.com/reference/java-server-sdk#migration-guide-for-java-sdk-v8). | To be decided | Maintained in the [old repository](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk) | + ## Support To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/java-sdk/issues).