Skip to content

Releases: fingerprintjs/java-sdk

v8.4.0

Choose a tag to compare

@fingerprint-dx-team fingerprint-dx-team released this 02 Jul 14:10
Immutable release. Only release title and notes can be modified.
31184aa

Minor Changes

  • events: Add device, os, and os_version to Event (ef17f19)
  • events-search: Add source query parameter to filter events by edge (Automation Intelligence) source (ef17f19)
  • events: Add battery_level and battery_low_power_mode to RawDeviceAttributes (ef17f19)
  • events: Add ml_prediction to vpn_methods (ef17f19)
  • events: Add vpn_ml_score to Event (ef17f19)
  • events-search: Document 404 response for searchEvents operation (ef17f19)

v8.3.0

Choose a tag to compare

@fingerprint-dx-team fingerprint-dx-team released this 26 May 17:43
Immutable release. Only release title and notes can be modified.
3e51ca2

Minor Changes

  • events-search: Add start_date_time and end_date_time RFC3339 timestamp filters (c8a8d0d)
  • events: Add labels to Event (c8a8d0d)
  • events-search: Add bot_info filter parameters (c8a8d0d)
  • events-search: Add unknown value to BotInfoCategory (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 deleteVisitorData operation (c8a8d0d)
  • events-search: Clarify availability of rare_device and rare_device_percentile_bucket query parameters (c8a8d0d)
  • events-search: Fix pagination_key example (c8a8d0d)

v8.3.0-rc.1

v8.3.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@fingerprint-dx-team fingerprint-dx-team released this 20 May 16:15
Immutable release. Only release title and notes can be modified.
519647a

Patch Changes

  • events: Require label on smart signal Labels items (2ec212c)

v8.3.0-rc.0

v8.3.0-rc.0 Pre-release
Pre-release

Choose a tag to compare

@fingerprint-dx-team fingerprint-dx-team released this 20 May 14:31
Immutable release. Only release title and notes can be modified.
bb7a9b5

Minor Changes

  • events-search: Add start_date_time and end_date_time RFC3339 timestamp filters (c8a8d0d)
  • events: Add Android platform support to developer_tools smart signal (c8a8d0d)
  • events: Add labels to Event (c8a8d0d)
  • events: Add iOS platform support to developer_tools (c8a8d0d)
  • events-search: Add bot_info filter parameters (c8a8d0d)
  • events-search: Add unknown value to BotInfoCategory (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 deleteVisitorData operation (c8a8d0d)
  • events-search: Clarify availability of rare_device and rare_device_percentile_bucket query parameters (c8a8d0d)
  • events-search: Fix pagination_key example (c8a8d0d)

v8.2.0

Choose a tag to compare

@fingerprint-dx-team fingerprint-dx-team released this 29 Apr 15:49
e869015

Minor Changes

  • events: Add Device Rarity Smart Signal (9f1b855)
  • events: Add proxy_ml_score to Event (9f1b855)
  • events: Add font_hash and timezone_offset fields for the RawDeviceAttributes (9f1b855)
  • events: Enable raw_device_attributes for Android devices. Only device_manufacturer and device_model are currently supported for Android devices. (9f1b855)
  • events: Enable raw_device_attributes for iOS devices. Only device_manufacturer, device_model, hardware_concurrency, languages, and screen_resolution are currently supported for iOS devices. (9f1b855)
  • events: Add request_read_timeout error code (9f1b855)

v8.1.0

Choose a tag to compare

@fingerprint-dx-team fingerprint-dx-team released this 13 Apr 11:58
c6e9792

Minor Changes

  • Add Simulator signal for iOS platform (beaaea4)
  • Add VirtualMachineMlScore field for VirtualMachine signal (beaaea4)
  • Add highRecallId and simulator filters for the SearchEvents method (beaaea4)
  • Add TamperingConfidence and TamperingMlScore fields for Tampering smart signal (beaaea4)

Patch Changes

  • Remove REQUEST_NOT_FOUND value from the ErrorCode enum (beaaea4)

v8.0.0

Choose a tag to compare

@fingerprint-dx-team fingerprint-dx-team released this 04 Mar 12:30
8ecef7f

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.fingerprint to com.fingerprint.v4. (2e3708a)
    • Removed the GetVisits and GetRelatedVisitors operations. (61db26f)
    • Updated the GetEvent and SearchEvents models 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)

v8.0.0-rc.3

v8.0.0-rc.3 Pre-release
Pre-release

Choose a tag to compare

@fingerprint-dx-team fingerprint-dx-team released this 27 Feb 19:15
16fcb51

Patch Changes

  • fix jitpack env var check to ignore case (d1369c5)

v8.0.0-rc.2

v8.0.0-rc.2 Pre-release
Pre-release

Choose a tag to compare

@fingerprint-dx-team fingerprint-dx-team released this 27 Feb 18:04
41576a2

Patch Changes

  • Update build to support jitpack build environment (c9f6c5c)

v8.0.0-rc.1

v8.0.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@fingerprint-dx-team fingerprint-dx-team released this 27 Feb 16:04
3339d39

Patch Changes

  • Change root package from com.fingerprint to com.fingerprint.v4 (7ba8295)