Releases: fingerprintjs/fingerprint-pro-server-api-python-sdk
Releases · fingerprintjs/fingerprint-pro-server-api-python-sdk
v2.5.0
2.5.0 (2023-08-10)
Features
- make SDK more independent from environment (1d017c1), closes #31
Bug Fixes
- fix
multiprocessing.pool
detection fro Lambda (9373a93)
v2.5.0-dev.3
Bug Fixes
- fix
multiprocessing.pool
detection fro Lambda (9373a93)
v2.5.0-dev.2
Bug Fixes
- fix semantic-release plugins order (4690961)
v2.5.0-dev.1
Features
- make SDK more independent from environment (1d017c1), closes #31
v2.4.0
Feature
- Add raw device attributes support (
6b81649
)
- Add support for smart signals (
28926b8
)
Documentation
- Improve model documentation, add special fix for
RawDeviceAttributesResult
documentation (36ddc0d
)
- README: Use
pagination_key
in README example instead of deprecated before
(5dd6e55
)
v2.3.0
Feature
- Update schema with correct
IpLocation
format and doc updates (d501cfa
)
v2.2.0
Feature
- Introduce additional signals (
4e5fc79
)
v2.1.0
Feature
- Improve error reporting by adding
KnownApiException
class (f60625a
)
Fix
- Set
retry_after
to 1
in case of missed header (1d5b5b9
)
- Add
retry_after
value from header to ManyRequestsResponse
error (25dc803
)
- Update schema (
c9be3d3
)
Documentation
- Extend example with new error reporting (
d78d12b
)
v2.0.0
Feature
Breaking
StSeenAt
type renamed to SeenAt
(065f23c
)
Documentation
- Add coverage badge (
f8c6236
)
- Add instruction how to run tests (
5eb8115
)
v1.3.0
Feature
- Update schema to support url field for botd result (
24bfdf0
)
Fix
- Restore some parts of api_doc.mustache template from swagger-codegen repository (
5b6b531
)