Releases: fingerprintjs/fingerprint-pro-server-api-openapi
Releases · fingerprintjs/fingerprint-pro-server-api-openapi
v2.10.0
Minor Changes
- Add
details object to the proxy signal. This field includes the type of the detected proxy (residential or data_center) and the lastSeenAt timestamp of when an IP was last observed to show proxy-like behavior. (500dace)
v2.9.0
Minor Changes
- Mark
replayed field required in the identification product schema. This field will always be present. (e24f615)
- Add
sdk field with platform metadata to identification (8a6ab4d)
Patch Changes
- Deprecate the Remote Control Detection Smart Signal. This signal is no longer available. (dbffbaa)
v2.8.0
Minor Changes
- add
replayed field to identification in Events and Webhooks (4dec006)
v2.7.0
Minor Changes
- Add
confidence property to the Proxy detection Smart Signal, which now supports both residential and public web proxies. (2ae214c)
v2.6.0
Minor Changes
- events-search: Event search now supports two new filter parameters:
ip_blocklist, datacenter (2817b47)
Patch Changes
- events-search: Fixed
vpn_confidence query parameter enum value formatting (high, -> high) (c789996)
v2.5.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. (1fbba3a)
Patch Changes
- events: Update Tampering descriptions to reflect Android support. (52d19e7)
- webhook: Add
environmentId property (20c49ca)
v2.4.1
Patch Changes
- webhook: Apply x-flatten-optional-params: true in correct place in the webhook.yaml (ab92861)
v2.4.0
Minor Changes
- Add
mitmAttack (man-in-the-middle attack) Smart Signal. (5c06fc5)
v2.3.0
Minor Changes
- events-search: Add 'pagination_key' parameter (031c4ef)
v2.2.1
Patch Changes
- events-search: Improve parameter descriptions for
bot, suspect (8633780)