Skip to content

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

v4.0.1

26 Mar 14:08
Compare
Choose a tag to compare

4.0.1 (2024-03-26)

Build System

  • deps: remove redundant packages (da386da)

v4.0.0

26 Mar 11:27
Compare
Choose a tag to compare

4.0.0 (2024-03-26)

⚠ BREAKING CHANGES

  • change models for the most smart signals
  • make identification field confidence optional
  • deprecated ipLocation field uses DeprecatedIpLocation model
  • This version removes node fetch and upgrades node version to 18

Features

  • add linkedId field to the BotdResult type (52e0887)
  • add SuspectScore smart signal support (d2917f3)
  • add missed errors structures (fa5121d)
  • fix ipLocation deprecation (e620f75)
  • make identification field tag required (a919198)
  • update originCountry field to the vpn signal (fad2222)
  • use shared structures for webhooks and event (c5380be)

Bug Fixes

  • make fields required according to real API response (999debf)

v4.0.0-test.1

26 Mar 11:27
Compare
Choose a tag to compare
v4.0.0-test.1 Pre-release
Pre-release

4.0.0-test.1 (2024-03-26)

⚠ BREAKING CHANGES

  • change models for the most smart signals
  • make identification field confidence optional
  • deprecated ipLocation field uses DeprecatedIpLocation model

Features

  • add linkedId field to the BotdResult type (52e0887)
  • add SuspectScore smart signal support (d2917f3)
  • add missed errors structures (fa5121d)
  • fix ipLocation deprecation (e620f75)
  • make identification field tag required (a919198)
  • update originCountry field to the vpn signal (fad2222)
  • use shared structures for webhooks and event (c5380be)

Bug Fixes

  • make fields required according to real API response (999debf)

v3.1.0

31 Jan 13:03
Compare
Choose a tag to compare

3.1.0 (2024-01-31)

Features

  • add method for decoding sealed results (4220fcd)

v3.0.0

12 Jan 10:34
Compare
Choose a tag to compare

3.0.0 (2024-01-12)

⚠ BREAKING CHANGES

  • IpInfo field dataCenter renamed to datacenter

Features

  • deprecate IPLocation (035024d)
  • use datacenter instead of the wrong dataCenter (4d294cb)

v2.4.0

27 Nov 11:37
Compare
Choose a tag to compare

2.4.0 (2023-11-27)

Features

  • add highActivity and locationSpoofing signals, support originTimezone for vpn signal (ce69197)

Documentation

  • README: use common logos in readme (#87) (8c6e3cd)

v2.3.3

17 Oct 14:48
Compare
Choose a tag to compare

2.3.3 (2023-10-17)

Build System

  • deps: bump @babel/traverse from 7.17.3 to 7.23.2 (1617f26)
  • deps: bump undici from 5.21.0 to 5.26.3 (9f58385)

v2.3.2

21 Sep 10:46
Compare
Choose a tag to compare

2.3.2 (2023-09-21)

Documentation

  • README: add requirements section, polish readme INTER-257 (#84) (633b12b)

v2.3.1

19 Sep 16:46
Compare
Choose a tag to compare

2.3.1 (2023-09-19)

Bug Fixes

  • update OpenAPI Schema with asn and dataCenter signals (e10f677)
  • update OpenAPI Schema with auxiliaryMobile method for VPN signal (72f5ada)

Build System

  • deps: bump semver from 5.7.1 to 5.7.2 (10427f0)
  • deps: bump tough-cookie from 4.0.0 to 4.1.3 (5c7d259)
  • deps: bump word-wrap from 1.2.3 to 1.2.5 (f3a576d)

v2.3.0

31 Jul 14:18
Compare
Choose a tag to compare

2.3.0 (2023-07-31)

Features

  • add raw device attributes support (9f7adba)
  • add smart signals support (d847128)

Documentation

  • README: add Region.AP to example values (061242f)