Releases: fingerprintjs/python-sdk
Releases · fingerprintjs/python-sdk
Release list
v9.7.1
v9.7.0
v9.6.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- Add
sourcefield toEventto identify how the event was generated (deviceoredge) (df05d7e)
v9.5.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- events: Add
active_callsmart signal toEvent(e8859e3) - events: Add
keyboard_layout_hashtoRawDeviceAttributes(e8859e3) - events: Add
battery_chargingfield toRawDeviceAttributes(e8859e3) - events-search: Add 429 and 504 error responses to Search Events endpoint (e8859e3)
- events: Add 504 error response to Get Event endpoint (e8859e3)
Patch Changes
- events: Fix types for
start/start_date_timeandend/end_date_timein normalized schema (e8859e3)
v8.14.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
-
Update Server API schema to
v3.5.2:- events: Add
labelsfield with machine learning based predictions for specific use cases (beta). - events: Add
rareDeviceSmart Signal withresultandpercentileBucket. - events-search: Add
rare_deviceandrare_device_percentile_bucketfilters. - events: Add
mlScorefields to theVPNandProxysignals, andmlPredictiontoVPNMethods(beta). - events: Add the
unknownvalue to theProxyDetailsproxyTypefield for proxies detected solely by the ML model. - Clarify the
DeveloperToolssignal description to note it also covers Android/iOS devices. (ed4ca07)
- events: Add
Patch Changes
- events: Fix parsing of
GeolocationSubdivisionssosubdivisionsreturns a typed list ofGeolocationSubdivision(8dd9ef4)
v9.4.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- events: Add
device,os, andos_versiontoEvent(867011f) - events-search: Add
sourcequery parameter to filter events byedge(Automation Intelligence) source (867011f) - events: Add
battery_levelandbattery_low_power_modetoRawDeviceAttributes(867011f) - events: Add
ml_predictiontovpn_methods(867011f) - events: Add
vpn_ml_scoretoEvent(867011f) - events-search: Document 404 response for
searchEventsoperation (867011f)
Patch Changes
- Accept unknown enum values gracefully instead of throwing errors during deserialization (5ef6b57)
v9.3.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- events-search: Accept RFC3339 timestamps for
startandendfilter parameters in addition to Unix milliseconds (324fc2a) - events: Add
labelstoEvent(324fc2a) - events-search: Add
bot_infofilter parameters (324fc2a) - events-search: Add
unknownvalue toBotInfoCategory(324fc2a)
Patch Changes
- events: Clarify availability of proxy and VM ML score signals (324fc2a)
- events: Clarify semantics of
incremental_identification_status(324fc2a) - visitors: Clarify rate limits for
deleteVisitorDataoperation (324fc2a) - events-search: Clarify availability of
rare_deviceandrare_device_percentile_bucketquery parameters (324fc2a) - events-search: Fix
pagination_keyexample (324fc2a)
v9.3.0-rc.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- events: Add Android platform support to
developer_toolssmart signal (324fc2a) - events-search: Accept RFC3339 timestamps for
startandendfilter parameters in addition to Unix milliseconds (324fc2a) - events: Add
labelstoEvent(324fc2a) - events: Add iOS platform support to
developer_tools(324fc2a) - events-search: Add
bot_infofilter parameters (324fc2a) - events-search: Add
unknownvalue toBotInfoCategory(324fc2a)
Patch Changes
- events: Clarify availability of proxy and VM ML score signals (324fc2a)
- events: Clarify semantics of
incremental_identification_status(324fc2a) - visitors: Clarify rate limits for
deleteVisitorDataoperation (324fc2a) - events: Require
labelon smart signalLabelsitems (324fc2a) - events-search: Clarify availability of
rare_deviceandrare_device_percentile_bucketquery parameters (324fc2a) - events-search: Fix
pagination_keyexample (324fc2a)
v9.2.0
Minor Changes
- events: Add Device Rarity Smart Signal (0a5a22a)
- events: Add
proxy_ml_scoretoEvent(0a5a22a) - events: Add
font_hashandtimezone_offsetfields for theRawDeviceAttributes(0a5a22a) - events: Enable
raw_device_attributesfor Android devices. Onlydevice_manufactureranddevice_modelare currently supported for Android devices. (0a5a22a) - events: Enable
raw_device_attributesfor iOS devices. Onlydevice_manufacturer,device_model,hardware_concurrency,languages, andscreen_resolutionare currently supported for iOS devices. (0a5a22a) - events: Add
request_read_timeouterror code (0a5a22a)
v9.1.0
Minor Changes
- Add
Simulatorsignal for iOS platform (1544bd1) - Add
virtual_machine_ml_scorefield forVirtualMachinesignal (1544bd1) - Add
high_recall_idandsimulatorfilters for theSearchEventsmethod (1544bd1) - Add
tampering_confidenceandtampering_ml_scorefields forTamperingsmart signal (1544bd1)
Patch Changes
- Remove
REQUEST_NOT_FOUNDvalue from theErrorCodeenum (1544bd1)