Skip to content

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

v5.1.0

14 Oct 09:42
d6ff512

Choose a tag to compare

Minor Changes

  • Introduce toPrettyString in models that returns json encoded model in a pretty format (2e5010b)
  • visitors: Add the confidence field to the VPN Detection Smart Signal (4f809a0)

Patch Changes

  • Correctly handle boolean values in updateEvent method request body (d5a8d80)
  • Fix body in updateEvent method always being sent as empty json (acdc56e)

v5.1.0-develop.2

14 Oct 08:49
46c1997

Choose a tag to compare

v5.1.0-develop.2 Pre-release
Pre-release

Patch Changes

  • Correctly handle boolean values in updateEvent method request body (d5a8d80)

v5.1.0-develop.1

10 Oct 11:33
8ec0052

Choose a tag to compare

v5.1.0-develop.1 Pre-release
Pre-release

Minor Changes

  • Introduce toPrettyString in models that returns json encoded model in a pretty format (2e5010b)

Patch Changes

  • Fix body in updateEvent method always being sent as empty json (acdc56e)

v5.1.0-develop.0

10 Oct 08:36
839fa93

Choose a tag to compare

v5.1.0-develop.0 Pre-release
Pre-release

Minor Changes

  • visitors: Add the confidence field to the VPN Detection Smart Signal (4f809a0)

v5.0.0

09 Sep 10:10

Choose a tag to compare

5.0.0 (2024-09-09)

⚠ BREAKING CHANGES

  • Renamed Error Response Model Names
    ErrorEvent403ResponseErrorCommon403ErrorResponse
    ManyRequestsResponseTooManyRequestsResponse
  • Webhook tag field is now optional
  • API Methods now throws SerializationException
  • API Methods returns tuple instead of models
  • API Methods removed other than getModel
  • Upgraded minimum php version to 8.1
  • Request logic is rewritten, Upgraded minimum php version to 8.1

Features

  • add Confidence Score v1.1
  • add remoteControl, velocity and developerTools signals (5bf9368)
  • add delete visitor data endpoint (a00f325)
  • add retry after policy to api exception (64e0510)
  • add support for validating webhook signatures inter-768 (6a4cbd6)
  • add update event endpoint (PUT) (cb21d0b)
  • change api to return tuple instead of serialized model (62e4ad3)
  • introduce rawResponse for getVisits and getEvent methods (9b01ba6)
  • introduce serialization exception (bfea23a)
  • only generate models and docs from swagger codegen (26e984f)
  • remove raw response and introduce with http info (ce2fedf)
  • rewrite request logic (0016822)
  • upgrade min php version to 8 (5698871)

Bug Fixes

  • php-cs-fixer keep nullable return annotations (99011b7)
  • serializaiton problem on sealed results (29cb26c)
  • use linter with current config via docker (9613c34)

v5.0.0-develop.3

09 Sep 09:27

Choose a tag to compare

v5.0.0-develop.3 Pre-release
Pre-release

5.0.0-develop.3 (2024-09-09)

Bug Fixes

  • php-cs-fixer keep nullable return annotations (99011b7)

v5.0.0-develop.2

04 Sep 11:30

Choose a tag to compare

v5.0.0-develop.2 Pre-release
Pre-release

5.0.0-develop.2 (2024-09-04)

Bug Fixes

  • use linter with current config via docker (9613c34)

v5.0.0-develop.1

04 Sep 11:16

Choose a tag to compare

v5.0.0-develop.1 Pre-release
Pre-release

5.0.0-develop.1 (2024-09-04)

⚠ BREAKING CHANGES

  • Renamed Error Response Model Names
    ErrorEvent403ResponseErrorCommon403ErrorResponse
    ManyRequestsResponseTooManyRequestsResponse
  • Webhook tag field is now optional
  • API Methods now throws SerializationException
  • API Methods returns tuple instead of models
  • API Methods removed other than getModel
  • Upgraded minimum php version to 8.1
  • Request logic is rewritten, Upgraded minimum php version to 8.1

Features

  • add remoteControl, velocity and developerTools signals (5bf9368)
  • add delete visitor data endpoint (a00f325)
  • add retry after policy to api exception (64e0510)
  • add support for validating webhook signatures inter-768 (6a4cbd6)
  • add update event endpoint (PUT) (cb21d0b)
  • change api to return tuple instead of serialized model (62e4ad3)
  • introduce rawResponse for getVisits and getEvent methods (9b01ba6)
  • introduce serialization exception (bfea23a)
  • only generate models and docs from swagger codegen (26e984f)
  • remove raw response and introduce with http info (ce2fedf)
  • rewrite request logic (0016822)
  • upgrade min php version to 8 (5698871)

Bug Fixes

  • serializaiton problem on sealed results (29cb26c)

v4.1.0

26 Mar 11:32

Choose a tag to compare

4.1.0 (2024-03-26)

Features

  • deprecate support for PHP versions older than 8.1 (56042c3)

Documentation

  • README: fix badges formatting (779c726)

v4.1.0-develop.1

26 Mar 09:48

Choose a tag to compare

v4.1.0-develop.1 Pre-release
Pre-release

4.1.0-develop.1 (2024-03-26)

Features

  • deprecate support for PHP versions older than 8.1 (56042c3)

Documentation

  • README: fix badges formatting (779c726)