Skip to content

Releases: SiftScience/sift-python

Release 6.0.0

05 May 20:55
243855b
Compare
Choose a tag to compare
  • Added support for Python 3.13
  • Dropped support for Python < 3.8
  • Added typing annotations overall the library
  • Updated doc strings with actual information
  • Fixed an issue when the client could send requests with invalid version in the "User-Agent" header
  • Changed the type of the abuse_types parameter in the client.get_decisions() method

INCOMPATIBLE CHANGES INTRODUCED IN 6.0.0:

  • Dropped support for Python < 3.8
  • Passing abuse_types as a comma-separated string to the client.get_decisions() is deprecated.

Previously, client.get_decisions() method allowed to pass abuse_types parameter as a comma-separated string e.g. abuse_types="legacy,payment_abuse". This is deprecated now. Starting from 6.0.0 callers must pass abuse_types parameter to the client.get_decisions() method as a sequence of string literals e.g. abuse_types=("legacy", "payment_abuse"). The same way as it passed to the other client's methods which receive abuse_types parameter.

Release 5.6.1

08 Oct 11:13
5b3a75d
Compare
Choose a tag to compare

Updated implementation to use Basic Authentication instead of passing API_KEY as a request parameter for the following calls:

  • client.score()
  • client.get_user_score()
  • client.rescore_user()
  • client.unlabel()

Release 5.6.0

31 May 13:48
a714f15
Compare
Choose a tag to compare

Added support for a warnings value in the fields query parameter

Release 5.5.1

23 Feb 12:42
f12f35d
Compare
Choose a tag to compare

Python 3.12 support

Release 5.5.0

03 Oct 10:31
adbd15f
Compare
Choose a tag to compare

Score percentiles in Score API

Release 5.4.0

31 Jul 11:04
f8bd37f
Compare
Choose a tag to compare

Verification API

Release 5.3.0

03 Feb 11:35
Compare
Choose a tag to compare

Added support for score_percentiles

Version 5.2.0

07 Nov 15:47
1d247b5
Compare
Choose a tag to compare

Updated PSP Merchant Management API

Version 5.1.0

27 Jun 13:13
f33daea
Compare
Choose a tag to compare
  • Added return_route_info query param for synchronous workflows

sift-python v5.0.2

25 Jan 01:28
Compare
Choose a tag to compare

v5.0.2 2022-01-24

  • Fix usage of urllib for Python 2.7