Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

15 lines (12 loc) · 1.18 KB

0.1.2

  • An instance of Sumsub::Request returns now only the url without /resources (e.g., sumsub.url was https://api.sumsub.com/resources and now it is https://api.sumsub.com).

0.1.3

0.1.4

  • General minor fixes (don't require dev gems in the production build, add extra ignored files in .gitignore, etc);
  • Move the require 'dry-struct' to the lib/sumsub.rb, so we don't need to always require it in our structs;
  • Add generate_external_link;
  • Updated structs with new fields;
  • Add WebhookSender with get_payload class method to format the payload before informing it to the verify_webhook_sender method (those strange string transformations are necessary in order to receive the right answer from Sumsub).

0.2.1

  • New rejection labels (PR)