Releases: fingerprintjs/fingerprint-pro-server-api-python-sdk
Releases · fingerprintjs/fingerprint-pro-server-api-python-sdk
v8.6.0
Minor Changes
- events-search: Event search now supports a new set of filter parameters:
vpn
,virtual_machine
,tampering
,anti_detect_browser
,incognito
,privacy_settings
,jailbroken
,frida
,factory_reset
,cloned_app
,emulator
,root_apps
,vpn_confidence
,min_suspect_score
. (9354da9) - events-search: Event search now supports two new filter parameters:
ip_blocklist
,datacenter
(826cb8e)
Patch Changes
- webhook: Add
environmentId
property (9354da9)
v8.6.0-rc.0
Minor Changes
- events-search: Event search now supports a new set of filter parameters:
vpn
,virtual_machine
,tampering
,anti_detect_browser
,incognito
,privacy_settings
,jailbroken
,frida
,factory_reset
,cloned_app
,emulator
,root_apps
,vpn_confidence
,min_suspect_score
. (9354da9) - events-search: Event search now supports two new filter parameters:
ip_blocklist
,datacenter
(826cb8e)
Patch Changes
- webhook: Add
environmentId
property (9354da9)
v8.5.0
v8.4.0
v8.4.0-rc.0
Minor Changes
- events-search: Add
pagination_key
parameter (0410a74)
v8.3.0
Minor Changes
- events-search: Add a new
events/search
API endpoint. Allow users to search for identification events matching one or more search criteria, for example, visitor ID, IP address, bot detection result, etc. (2ce9734)
Patch Changes
- events-search: Improve parameter descriptions for
bot
,suspect
(8a336e3)
v8.3.0-rc.0
Minor Changes
- events-search: Add a new
events/search
API endpoint. Allow users to search for identification events matching one or more search criteria, for example, visitor ID, IP address, bot detection result, etc. (2ce9734)
v8.2.1
v8.2.1-dev.0
Patch Changes
- Correctly serialize nullable fields to
null
(5c21ca0)