Skip to content

Releases: fingerprintjs/fingerprintjs-pro-server-api-node-sdk

@fingerprintjs/fingerprintjs-pro-server-api@5.2.0

25 Oct 09:54
8e916b9

Choose a tag to compare

Minor Changes

  • related-visitors: Add GET /related-visitors endpoint (4a28c16)
  • visitors: Add the confidence field to the VPN Detection Smart Signal (4a28c16)
  • Deprecate getVisitorHistory method. Use getVisits instead. (f28ba9d)
  • events: Add antiDetectBrowser detection method to the tampering Smart Signal. (4a28c16)

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

24 Oct 08:43
dc94207

Choose a tag to compare

Minor Changes

  • related-visitors: Add GET /related-visitors endpoint (4a28c16)
  • visitors: Add the confidence field to the VPN Detection Smart Signal (4a28c16)
  • Deprecate getVisitorHistory method. Use getVisits instead. (f28ba9d)
  • events: Add antiDetectBrowser detection method to the tampering Smart Signal. (4a28c16)

@fingerprintjs/fingerprintjs-pro-server-api@5.1.0

30 Sep 10:32
6bb5d35

Choose a tag to compare

Minor Changes

  • events: Introduce PUT endpoint for /events API (009c8f4)

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

27 Sep 10:26
a5b1ef9

Choose a tag to compare

Minor Changes

  • events: Introduce PUT endpoint for /events API (009c8f4)

v5.0.0

12 Aug 10:22

Choose a tag to compare

5.0.0 (2024-08-12)

⚠ BREAKING CHANGES

  • rename ErrorVisitsDelete400Response to ErrorVisitor400Response
  • rename ErrorVisitsDelete404ResponseError to ErrorVisitor404ResponseError
  • rename ErrorVisitsDelete404Response to `ErrorVisitor404Respons
  • renamed status in error object to statusCode
  • to access response body in error use responseBody property, e.g: error.responseBody

Features

  • add remoteControl, velocity and developerTools signals (45564cd)
  • improve thrown errors, introduce classes per specific error (3a4975d)

Bug Fixes

  • make tag field optional for Webhook (cff6198)

v5.0.0-test.1

12 Aug 09:03

Choose a tag to compare

v5.0.0-test.1 Pre-release
Pre-release

5.0.0-test.1 (2024-08-12)

⚠ BREAKING CHANGES

  • rename ErrorVisitsDelete400Response to ErrorVisitor400Response
  • rename ErrorVisitsDelete404ResponseError to ErrorVisitor404ResponseError
  • rename ErrorVisitsDelete404Response to `ErrorVisitor404Respons
  • renamed status in error object to statusCode
  • to access response body in error use responseBody property, e.g: error.responseBody

Features

  • add remoteControl, velocity and developerTools signals (45564cd)
  • improve thrown errors, introduce classes per specific error (3a4975d)

Bug Fixes

  • make tag field optional for Webhook (cff6198)

v4.1.2

02 Jul 10:16

Choose a tag to compare

4.1.2 (2024-07-02)

Bug Fixes

  • use correct error type for incognito, rawDeviceAttributes and tampering in the GetEvent method (ad66ae3)

v4.1.1

24 Jun 11:48

Choose a tag to compare

4.1.1 (2024-06-24)

Bug Fixes

  • add 400 and 429 status mappings for DELETE API (8574924)
  • provide raw HTTP response in errors that supports body related methods, such as response.json() (6689b87)

v4.1.0

17 Jun 11:28

Choose a tag to compare

4.1.0 (2024-06-17)

Features

  • add isValidWebhookSignature function for validating webhook signature [INTER-731] (885b693)
  • add delete API (9f581ab)
  • add os Mismatch (c3ca8d7)
  • add revision string field to confidence object (a664c2d)
  • expose raw response in errors (fd8e352)
  • make Options.region optional (48c8024)
  • provide error as-is without serialization in getEvent method (c21a7b6)

Documentation

  • README: remove ipLocation field (acb7c38)

v4.1.0-test.1

13 Jun 11:34

Choose a tag to compare

v4.1.0-test.1 Pre-release
Pre-release

4.1.0-test.1 (2024-06-13)

Features

  • add checkWebhookHeader function for validating webhook signature [INTER-731] (b4d7652)
  • add delete API (9f581ab)
  • add os Mismatch (c3ca8d7)
  • add revision string field to confidence object (a664c2d)
  • expose raw response in errors (79b2fc7)
  • make Options.region optional (673f7ad)
  • provide error as-is without serialization in getEvent method (aee3242)

Documentation

  • README: remove ipLocation field (ef69009)