Skip to content

Releases: fingerprintjs/node-sdk

@fingerprint/node-sdk@7.0.0-test.0

26 Feb 19:40
055c184

Choose a tag to compare

Pre-release

Major Changes

  • Server APIv3 -> Server APIv4 migration

    • Switch all endpoints to /v4/*.
    • Remove authenticationMode option when initializing FingerprintServerApiClient.
    • Rename request_id to event_id.
    • Use snake_case fields when updating an event.
    • Use PATCH method when updating an event.
    • Examples, tests, and docs updated.

    BREAKING CHANGES

    • Use new client when initializing: FingerprintServerApiClient.
    • authenticationMode option removed.
    • Removed getVisits() function.
    • Removed getRelatedVisitors() function.
    • Removed VisitorHistoryFilter, ErrorPlainResponse, VisitorsResponse, RelatedVisitorsResponse,
      RelatedVisitorsFilter, Webhook, EventsUpdateRequest types.
    • Use tags instead of tag for updating an event.
    • Response models changed. (ce2854d)
  • change package name to @fingerprint/node-sdk (385b01b)

Minor Changes

  • add options parameter to the getEvent operation (3ebae43)

@fingerprintjs/fingerprintjs-pro-server-api@6.10.0

10 Sep 09:58
46a8189

Choose a tag to compare

Minor Changes

  • events-search: Event search now supports a new set of filter parameters: developer_tools, location_spoofing, mitm_attack, proxy, sdk_version, sdk_platform, environment (38690a8)
  • webhook: Add supplementaryIds property to the Webhooks schema. (38690a8)
  • Add proximity signal that represents a fixed geographical zone in a discrete global grid within which the device is observed. (8e3b09b)
  • Add environmentId property to identification (38690a8)

@fingerprintjs/fingerprintjs-pro-server-api@6.10.0-test.1

08 Sep 09:38
b267dcf

Choose a tag to compare

Minor Changes

  • Add proximity signal that represents a fixed geographical zone in a discrete global grid within which the device is observed. (8e3b09b)

@fingerprintjs/fingerprintjs-pro-server-api@6.10.0-test.0

03 Sep 14:28
cd54065

Choose a tag to compare

Minor Changes

  • events-search: Event search now supports a new set of filter parameters: developer_tools, location_spoofing, mitm_attack, proxy, sdk_version, sdk_platform, environment (38690a8)
  • webhook: Add supplementaryIds property to the Webhooks schema. (38690a8)
  • Add environmentId property to identification (38690a8)

@fingerprintjs/fingerprintjs-pro-server-api@6.9.0

19 Aug 14:34
5cf8afc

Choose a tag to compare

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. (5988f03)

@fingerprintjs/fingerprintjs-pro-server-api@6.8.0

30 Jul 17:05
0feaf6b

Choose a tag to compare

Minor Changes

  • Mark replayed field required in the identification product schema. This field will always be present. (a30d9c8)
  • Add sdk field with platform metadata to identification (a30d9c8)

Patch Changes

  • Deprecate the Remote Control Detection Smart Signal. This signal is no longer available. (a30d9c8)

@fingerprintjs/fingerprintjs-pro-server-api@6.8.0-test.0

30 Jul 12:43
5e6bf29

Choose a tag to compare

Minor Changes

  • Mark replayed field required in the identification product schema. This field will always be present. (a30d9c8)
  • Add sdk field with platform metadata to identification (a30d9c8)

Patch Changes

  • Deprecate the Remote Control Detection Smart Signal. This signal is no longer available. (a30d9c8)

@fingerprintjs/fingerprintjs-pro-server-api@6.7.0

09 Jul 14:17
7b48769

Choose a tag to compare

Minor Changes

  • add replayed field to identification in Events and Webhooks (0874aec)
  • allow enum parameters to be specified as their string literal equivalents (c4ff3c9)

@fingerprintjs/fingerprintjs-pro-server-api@6.6.0

04 Jun 13:58
5378f04

Choose a tag to compare

Minor Changes

  • Add confidence property to the Proxy detection Smart Signal, which now supports both residential and public web proxies. (af62b15)

@fingerprintjs/fingerprintjs-pro-server-api@6.5.0

06 May 11:50
b596791

Choose a tag to compare

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. (50be5ca)
  • events-search: Event search now supports two new filter parameters: ip_blocklist, datacenter (96911d9)

Patch Changes

  • events: Update Tampering descriptions to reflect Android support. (50be5ca)
  • webhook: Add environmentId property (50be5ca)