Skip to content

Latest commit

 

History

History
148 lines (103 loc) · 4.14 KB

CHANGES.RST

File metadata and controls

148 lines (103 loc) · 4.14 KB

4.8.0 (2024-05-27)

  • Added support for warnings in Events API

4.7.0 (2024-02-22)

  • Webhooks API

4.6.0 (2023-10-05)

  • Score percentiles in Score API

4.5.1 (2023-09-11)

  • Fixes in PSP Merchants API

4.5.0 (2023-06-19)

  • Support for score percentiles (only applicable for the accounts with the feature enabled)

4.4.0 (2023-06-12)

  • Code enhancements and improvements

4.3.1 (2023-03-13)

  • Fixed setting of headers

4.3.0 (2023-02-13)

  • Support optional parameters in getDecisions

4.2.0 (2022-11-07)

  • Updated PSP Merchant Management API

4.1.0 (2022-06-29)

  • Added query param return_route_info for sync workflows

4.0.1 (2022-02-02)

  • Fix compatibility with PHP 8.0.x

4.0.0 (2019-04-01)

  • Add hooks for changing api endpoint and passing custom curl_opts
  • Fix autoloading errors when PEAR packages are not present
  • Add curl and /v3 error codes and messages to SiftResponse

INCOMPATIBLE CHANGES INTRODUCED IN 4.0.0 - Fix URL encoding

Previously, user id and session id encoding was either missing or handled forward slash incorrectly. Callers with workarounds for this bug must remove these workarounds when upgrading to 4.0.0.

3.4.0 (2019-03-22)

  • Remove support for php <7.1

3.3.0 (2018-08-02)

  • Add support for rescore_user and get_user_score APIs

3.2.0 (2018-07-05)

  • Add new query parameter force_workflow_run

3.1.0 (2018-06-04)

3.0.1 (2018-04-06)

  • Updated documentation in CHANGES.RST and README.md

3.0.0 (2018-03-05)

INCOMPATIBLE CHANGES INTRODUCED IN API V205: - $create_content and $update_content have significantly changed, and the old format will be rejected - $send_message and $submit_review events are no longer valid - V205 improves server-side event data validation. In V204 and earlier, server-side validation accepted some events that did not conform to the published APIs in our [developer documentation](https://siftscience.com/developers/docs/curl/events-api). V205 does not modify existing event APIs other than those mentioned above, but may reject invalid event data that were previously accepted. Please test your integration on V205 in sandbox before using in production.

2.2.0 (2018-02-12)

  • Add session level decisions in Apply Decisions APIs.

2.1.1 (2017-09-13)

  • Adds logging capabilities
  • Fixes warning logs on empty response body
  • Fixes phpdoc

2.1.0 (2017-03-30)

  • Adds ability to use new decisions endpoints.

2.0.1 (2016-09-29)

  • fixes unlabel function to use array params instead of private variables.

2.0.0 (2016-07-19)

  • adds support for v204 of Sift Science's APIs
  • adds Workflow Status API, User Decisions API, Order Decisions API
  • v204 APIs are now called by default -- this is an incompatible change (use :version => 203 to call the previous API version)
  • uses Hash arg for optional params in Client methods -- incompatible change

1.2.2 (2016-04-14)

  • Add return_action support to track method

1.2.1 (2016-02-29)

  • Add TravisCI
  • Code cleanups

1.2.0 (2015-02-04)

  • Added Unlabel functionality
  • Fixed minor bugs

1.1.1.2 (2015-01-12)

  • Fixed minor bugs with constant variables