Skip to content

Releases: SiftScience/sift-ruby

Minor Typo Fix

23 Jan 02:40
Compare
Choose a tag to compare

Fixes typo when requiring base64

New Support for Decisions API

17 Jan 18:45
Compare
Choose a tag to compare

This release will officially support our new Decisions API. Please visit https://siftscience.com/developers/docs for more information.

v2.0.0.0

19 Jul 21:12
Compare
Choose a tag to compare
  • Adds support for v204 of Sift Science's API.
  • Adds support for the Workflow Status API, User Decisions API,
    and Order Decisions API.
  • Version 204 of the Sift Science API is now called by default
    -- this is an incompatible change, as some fields are no
    longer returned in the v204 API (unless they are explicitly
    requested).
  • Cleans up all Client methods (and the constructor) to use an
    Hash argument for optional parameters. This is an
    incompatible change.