Releases: fingerprintjs/fingerprint-pro-server-api-python-sdk
Releases · fingerprintjs/fingerprint-pro-server-api-python-sdk
v7.0.0
7.0.0 (2024-08-14)
⚠ BREAKING CHANGES
- rename
unseal_events_response
tounseal_event_response
to keep proper naming - minimum supported Python version is 3.9 now
- rename
error_event403_response
,error_event403_response_error
,many_requests_response
tocommon403_error_response
,error_common403_response
too_many_requests_response
Features
- add
delete_visitor_data
method (961a165) - add
developer_tools
signal (ca25ef7) - add
osMismatch
field to thevpn
signal (0b95bda) - add
remoteControl
signal (5c7b149) - add
revision
field to theconfidence
signal (9b42d6b) - add
update_event
method (752b1c9) - add
velocity
signal (9b31367) - add better error reporting in case of wrong data shape (40e9e6a)
- add webhook validation method (d92b1fe)
- create base class for models and move here utility functions (bfa2285)
- drop Python 3.8 support (d857954)
- simplify
Configuration
class, use inline types (8cad048) - simplify
rest.py
andapi_client.py
and add inline types (a8b1ae6) - update schema (c2e99cd)
- use inline types for
fingerprint_api.py
(c466bd5) - use inline types instead of annotations for models (1121a5c)
Bug Fixes
unseal_event_response
returns correctEventResponse
structure (a7a0e2d)- don't serialise empty fields in models (9643e1d)
- make
tag
field optional for webhook (e8a28f6) - mark optional fields in models (2c62e20)
- remove Python2 compatibility code (2621ccd)
- update schema with required
body
field for theupdateEvent
method (c6eaf5e)
v7.0.0-dev.3
v7.0.0-dev.2
7.0.0-dev.2 (2024-08-09)
⚠ BREAKING CHANGES
- rename
unseal_events_response
tounseal_event_response
to keep proper naming
Bug Fixes
unseal_event_response
returns correctEventResponse
structure (a7a0e2d)
v7.0.0-dev.1
7.0.0-dev.1 (2024-08-08)
⚠ BREAKING CHANGES
- minimum supported Python version is 3.9 now
- rename
error_event403_response
,error_event403_response_error
,many_requests_response
tocommon403_error_response
,error_common403_response
too_many_requests_response
Features
- add
delete_visitor_data
method (961a165) - add
developer_tools
signal (ca25ef7) - add
osMismatch
field to thevpn
signal (0b95bda) - add
remoteControl
signal (5c7b149) - add
revision
field to theconfidence
signal (9b42d6b) - add
update_event
method (752b1c9) - add
velocity
signal (9b31367) - add better error reporting in case of wrong data shape (40e9e6a)
- add webhook validation method (d92b1fe)
- create base class for models and move here utility functions (bfa2285)
- drop Python 3.8 support (d857954)
- simplify
Configuration
class, use inline types (8cad048) - simplify
rest.py
andapi_client.py
and add inline types (a8b1ae6) - update schema (c2e99cd)
- use inline types for
fingerprint_api.py
(c466bd5) - use inline types instead of annotations for models (1121a5c)
Bug Fixes
v6.0.0
v6.0.0-dev.1
6.0.0-dev.1 (2024-03-27)
⚠ BREAKING CHANGES
- now only Python >= 3.8 is supported
Features
- drop support for python < 3.8 (1e18e2c)
v5.0.0
5.0.0 (2024-03-20)
⚠ BREAKING CHANGES
- make identification field
confidence
optional - deprecated
ipLocation
field usesDeprecatedIpLocation
model - change models for the most smart signals
Features
- add
linked_id
field to theBotdResult
type (3aba5d0) - add
origin_country
field to thevpn
signal (27f7c58) - add
SuspectScore
smart signal support (331f2a8) - fix
ipLocation
deprecation (cb3b7b1) - make identification field
tag
required (678a3a1) - use shared structures for webhooks and event (c15ae21)
Bug Fixes
- make fields required according to real API response (8beb757)
v5.0.0-dev.1
5.0.0-dev.1 (2024-03-20)
⚠ BREAKING CHANGES
- make identification field
confidence
optional - deprecated
ipLocation
field usesDeprecatedIpLocation
model - change models for the most smart signals
Features
- add
linked_id
field to theBotdResult
type (3aba5d0) - add
origin_country
field to thevpn
signal (27f7c58) - add
SuspectScore
smart signal support (331f2a8) - fix
ipLocation
deprecation (cb3b7b1) - make identification field
tag
required (678a3a1) - use shared structures for webhooks and event (c15ae21)
Bug Fixes
- make fields required according to real API response (8beb757)