Releases: fingerprintjs/java-sdk
Releases · fingerprintjs/java-sdk
Release list
v8.4.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- events: Add
device,os, andos_versiontoEvent(ef17f19) - events-search: Add
sourcequery parameter to filter events byedge(Automation Intelligence) source (ef17f19) - events: Add
battery_levelandbattery_low_power_modetoRawDeviceAttributes(ef17f19) - events: Add
ml_predictiontovpn_methods(ef17f19) - events: Add
vpn_ml_scoretoEvent(ef17f19) - events-search: Document 404 response for
searchEventsoperation (ef17f19)
v8.3.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- events-search: Add
start_date_timeandend_date_timeRFC3339 timestamp filters (c8a8d0d) - events: Add
labelstoEvent(c8a8d0d) - events-search: Add
bot_infofilter parameters (c8a8d0d) - events-search: Add
unknownvalue toBotInfoCategory(c8a8d0d)
Patch Changes
- events: Clarify availability of proxy and VM ML score signals (c8a8d0d)
- events: Clarify semantics of
incremental_identification_status(c8a8d0d) - visitors: Clarify rate limits for
deleteVisitorDataoperation (c8a8d0d) - events-search: Clarify availability of
rare_deviceandrare_device_percentile_bucketquery parameters (c8a8d0d) - events-search: Fix
pagination_keyexample (c8a8d0d)
v8.3.0-rc.1
Immutable
release. Only release title and notes can be modified.
Patch Changes
- events: Require
labelon smart signalLabelsitems (2ec212c)
v8.3.0-rc.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- events-search: Add
start_date_timeandend_date_timeRFC3339 timestamp filters (c8a8d0d) - events: Add Android platform support to
developer_toolssmart signal (c8a8d0d) - events: Add
labelstoEvent(c8a8d0d) - events: Add iOS platform support to
developer_tools(c8a8d0d) - events-search: Add
bot_infofilter parameters (c8a8d0d) - events-search: Add
unknownvalue toBotInfoCategory(c8a8d0d)
Patch Changes
- events: Clarify availability of proxy and VM ML score signals (c8a8d0d)
- events: Clarify semantics of
incremental_identification_status(c8a8d0d) - visitors: Clarify rate limits for
deleteVisitorDataoperation (c8a8d0d) - events-search: Clarify availability of
rare_deviceandrare_device_percentile_bucketquery parameters (c8a8d0d) - events-search: Fix
pagination_keyexample (c8a8d0d)
v8.2.0
Minor Changes
- events: Add Device Rarity Smart Signal (9f1b855)
- events: Add
proxy_ml_scoretoEvent(9f1b855) - events: Add
font_hashandtimezone_offsetfields for theRawDeviceAttributes(9f1b855) - events: Enable
raw_device_attributesfor Android devices. Onlydevice_manufactureranddevice_modelare currently supported for Android devices. (9f1b855) - events: Enable
raw_device_attributesfor iOS devices. Onlydevice_manufacturer,device_model,hardware_concurrency,languages, andscreen_resolutionare currently supported for iOS devices. (9f1b855) - events: Add
request_read_timeouterror code (9f1b855)
v8.1.0
Minor Changes
- Add
Simulatorsignal for iOS platform (beaaea4) - Add
VirtualMachineMlScorefield forVirtualMachinesignal (beaaea4) - Add
highRecallIdandsimulatorfilters for theSearchEventsmethod (beaaea4) - Add
TamperingConfidenceandTamperingMlScorefields forTamperingsmart signal (beaaea4)
Patch Changes
- Remove
REQUEST_NOT_FOUNDvalue from theErrorCodeenum (beaaea4)
v8.0.0
Major Changes
-
Migrate the Java SDK to Server API v4 and release
8.0.0.Breaking changes
- Upgraded from Server API v3 to v4. (61db26f)
- Changed the root package from
com.fingerprinttocom.fingerprint.v4. (2e3708a) - Removed the
GetVisitsandGetRelatedVisitorsoperations. (61db26f) - Updated the
GetEventandSearchEventsmodels to use a more concise shape and clearer names. (61db26f)
Improvements
- Use the Apache HTTP client connector by default to support the PATCH HTTP method. (1b1f4ac)
- Improved JitPack compatibility by updating the build environment handling. (c9f6c5c)
- Made the JitPack environment variable check case-insensitive. (7d4be97)
For migration steps, see the Java SDK v8 migration guide. (0be1870)