Skip to content

Releases: fingerprintjs/fingerprint-pro-server-api-php-sdk

v4.0.0

12 Mar 15:55

Choose a tag to compare

4.0.0 (2024-03-12)

⚠ 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 (13d1998)
  • add originCountry field to the vpn signal (d3763f9)
  • add SuspectScore smart signal support (aad70df)
  • change url field format from URI to regular String (425576e)
  • fix ipLocation deprecation (60c77d8)
  • make identification field tag required (fbcb954)
  • use shared structures for webhooks and event (49480f9)

Bug Fixes

  • make fields required according to real API response (d129f54)

v3.1.0

13 Feb 17:58

Choose a tag to compare

3.1.0 (2024-02-13)

Features

  • add method for decoding sealed results (2008cf6)

v3.0.0

11 Jan 15:47

Choose a tag to compare

3.0.0 (2024-01-11)

⚠ BREAKING CHANGES

  • IpInfo field data_center renamed to datacenter

Features

  • deprecate IPLocation (ad6201c)
  • use datacenter instead of the wrong dataCenter (19158aa)

v2.2.0

27 Nov 11:34

Choose a tag to compare

2.2.0 (2023-11-27)

Features

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

v2.1.1

19 Sep 16:53

Choose a tag to compare

2.1.1 (2023-09-19)

Bug Fixes

  • update OpenAPI Schema with asn and dataCenter signals (36fcfe3)
  • update OpenAPI Schema with auxiliaryMobile method for VPN signal (ab8c25a)

v2.1.0

31 Jul 12:36

Choose a tag to compare

2.1.0 (2023-07-31)

Features

  • add raw attributes support (d47e33a)
  • add smart signals support (40011bb)

Bug Fixes

  • generate correct code for the RawDeviceAttributes signal (fd71960)

v2.0.0

06 Jun 11:15

Choose a tag to compare

2.0.0 (2023-06-06)

⚠ BREAKING CHANGES

  • For getVisits method $before argument is deprecated
    Use $pagination_key instead.

Features

  • update schema with correct IpLocation format and doc updates (0318b55)

v1.2.2

26 May 11:30

Choose a tag to compare

1.2.2 (2023-05-26)

Bug Fixes

  • generate backtick symbol correctly for model documentation (e33153c)
  • update schema (788dddb)

v1.2.1

26 May 11:20

Choose a tag to compare

1.2.1 (2023-05-26)

Bug Fixes

  • update schema with improved documentation (69c8bab)
  • update templates to correctly generate backtick symbol instead of html variant ` (bb7f732), closes #x60

v1.2.0

16 May 09:44

Choose a tag to compare

1.2.0 (2023-05-16)

Features

  • update schema to introduce new signals (cc7640a)