Skip to content

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

v7.0.0-dev.1

08 Aug 14:47
Compare
Choose a tag to compare
v7.0.0-dev.1 Pre-release
Pre-release

7.0.0-dev.1 (2024-08-08)

⚠ BREAKING CHANGES

  • minimum supported Python version is 3.9 now
  • rename error_event403_response, error_event403_response_error, many_requests_response to common403_error_response, error_common403_response too_many_requests_response

Features

  • add delete_visitor_data method (961a165)
  • add developer_tools signal (ca25ef7)
  • add osMismatch field to the vpn signal (0b95bda)
  • add remoteControl signal (5c7b149)
  • add revision field to the confidence signal (9b42d6b)
  • add update_event method (752b1c9)
  • add velocity signal (9b31367)
  • add better error reporting in case of wrong data shape (40e9e6a)
  • add webhook validation method (d92b1fe)
  • create base class for models and move here utility functions (bfa2285)
  • drop Python 3.8 support (d857954)
  • simplify Configuration class, use inline types (8cad048)
  • simplify rest.py and api_client.py and add inline types (a8b1ae6)
  • update schema (c2e99cd)
  • use inline types for fingerprint_api.py (c466bd5)
  • use inline types instead of annotations for models (1121a5c)

Bug Fixes

  • don't serialise empty fields in models (9643e1d)
  • make tag field optional for webhook (e8a28f6)
  • remove Python2 compatibility code (2621ccd)
  • update schema with required body field for the updateEvent method (c6eaf5e)

v6.0.0

27 Mar 22:40
Compare
Choose a tag to compare

6.0.0 (2024-03-27)

⚠ BREAKING CHANGES

  • now only Python >= 3.8 is supported

Features

  • drop support for python < 3.8 (1e18e2c)

v6.0.0-dev.1

27 Mar 18:05
Compare
Choose a tag to compare
v6.0.0-dev.1 Pre-release
Pre-release

6.0.0-dev.1 (2024-03-27)

⚠ BREAKING CHANGES

  • now only Python >= 3.8 is supported

Features

  • drop support for python < 3.8 (1e18e2c)

v5.0.0

20 Mar 12:41
Compare
Choose a tag to compare

5.0.0 (2024-03-20)

⚠ BREAKING CHANGES

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

Features

  • add linked_id field to the BotdResult type (3aba5d0)
  • add origin_country field to the vpn signal (27f7c58)
  • add SuspectScore smart signal support (331f2a8)
  • fix ipLocation deprecation (cb3b7b1)
  • make identification field tag required (678a3a1)
  • use shared structures for webhooks and event (c15ae21)

Bug Fixes

  • make fields required according to real API response (8beb757)

v5.0.0-dev.1

20 Mar 12:02
Compare
Choose a tag to compare
v5.0.0-dev.1 Pre-release
Pre-release

5.0.0-dev.1 (2024-03-20)

⚠ BREAKING CHANGES

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

Features

  • add linked_id field to the BotdResult type (3aba5d0)
  • add origin_country field to the vpn signal (27f7c58)
  • add SuspectScore smart signal support (331f2a8)
  • fix ipLocation deprecation (cb3b7b1)
  • make identification field tag required (678a3a1)
  • use shared structures for webhooks and event (c15ae21)

Bug Fixes

  • make fields required according to real API response (8beb757)

v4.1.0-dev.1

05 Mar 15:28
Compare
Choose a tag to compare
v4.1.0-dev.1 Pre-release
Pre-release

4.1.0-dev.1 (2024-03-05)

Features

  • check a new release flow (71dda27)

v4.0.0

14 Feb 10:29
Compare
Choose a tag to compare

4.0.0 (2024-02-14)

⚠ BREAKING CHANGES

  • now only Python >= 3.6 is supported

Features

  • add method for decoding sealed results (1acdeea)
  • drop support for python < 3.6 (82d5213)

v3.0.0

12 Jan 11:09
Compare
Choose a tag to compare

3.0.0 (2024-01-12)

⚠ BREAKING CHANGES

  • IpInfo field data_center renamed to datacenter

Features

  • deprecate IPLocation (b39189b)
  • use datacenter field instead of the wrong dataCenter (53bcda2)

v2.6.0

27 Nov 11:59
Compare
Choose a tag to compare

2.6.0 (2023-11-27)

Features

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

v2.5.1

20 Sep 12:21
Compare
Choose a tag to compare

2.5.1 (2023-09-20)

Bug Fixes

  • update OpenAPI Schema with asn and dataCenter signals (4684316)
  • update OpenAPI Schema with auxiliaryMobile method for VPN signal (5422741)