Skip to content

Commit 259bc70

Browse files
authored
Merge pull request #48 from fingerprintjs/chore/INTER-2051-deprecation-policy-readme
docs: add SDK version support and EOL table to README
2 parents 6070752 + c5efe67 commit 259bc70

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,13 @@ Class | Method | HTTP request | Description
399399

400400
It's recommended to create an instance of `ApiClient` per thread in a multithreaded environment to avoid any potential issues.
401401

402+
## Version support
403+
404+
| SDK major version | Server API version | Status | End of support | Notes |
405+
|---|---|---|---|---|
406+
| v8.x (current) | [v4](https://docs.fingerprint.com/reference/server-api) | Supported | - | - |
407+
| 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) |
408+
402409
## Support
403410

404411
To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/java-sdk/issues).

template/README.mustache

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,13 @@ Class | Method | HTTP request | Description
340340

341341
It's recommended to create an instance of `ApiClient` per thread in a multithreaded environment to avoid any potential issues.
342342

343+
## Version support
344+
345+
| SDK major version | Server API version | Status | End of support | Notes |
346+
|---|---|---|---|---|
347+
| v8.x (current) | [v4](https://docs.fingerprint.com/reference/server-api) | Supported | - | - |
348+
| 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) |
349+
343350
## Support
344351

345352
To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/java-sdk/issues).

0 commit comments

Comments
 (0)