Stripy v2.0.0 Release Notes

Release Date: 2020-02-11 // about 4 years ago
  • 💥 Breaking changes

    • ✂ Removed headers/1 in favour of new req/4 (see below)
    • ⬆️ Bumped required version of Elixir to ~> 1.7

    🆕 New features

    • req/4 accepts a fourth optional parameter that allows you to send extra headers to Stripe, e.g.
    %{"Stripe-Account" => "...", "Idempotency-Key" => "..."}