Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/four-insects-join.md

This file was deleted.

10 changes: 9 additions & 1 deletion .changeset/four-numbers-explode.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@
"fingerprint-pro-server-api-python-sdk": minor
---

**Deprecated:** `fingerprint_pro_server_api_sdk` uses Server API v3, which is deprecated. Please migrate to the new [`fingerprint_server_sdk`](https://github.com/fingerprintjs/python-sdk) package which uses Server API v4.
### SDK Changes ([8b3971e](https://github.com/fingerprintjs/python-sdk/commit/8b3971eb8a30c2d5bd52f9b188b0c2731a096d43))

- Add `WorkspaceScopedSecretKeyRequired` error code
- Add optional `type` field to `IPInfoASN` (`ip_info_asn`) response model
- Add `integrations` field to the `SDK` model with a list of `Integration` and `IntegrationSubIntegration`.

### Deprecation

:warning: `fingerprint_pro_server_api_sdk` uses Server API v3, which is deprecated. Please migrate to the new [`fingerprint_server_sdk`](https://github.com/fingerprintjs/python-sdk) package which uses Server API v4.
3 changes: 1 addition & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"mode": "pre",
"mode": "exit",
"tag": "rc",
"initialVersions": {
"fingerprint-pro-server-api-python-sdk": "8.11.0"
},
"changesets": [
"four-insects-join",
"four-numbers-explode"
]
}
Loading