Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Releases: duffelhq/duffel-api-ruby

v0.4.0

17 Oct 18:03
b2da8d5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

15 Feb 18:09
c59510b
Compare
Choose a tag to compare
  • Automatically retry rate-limited requests (thanks to @ferrisoxide for the contribution!)
  • Paginate through records with #all 200 records at a time by default, rather than 50 records at a time

v0.2.0

11 Jan 18:07
8a462bf
Compare
Choose a tag to compare
  • Add WebhookEvent.genuine? for checking whether a webhook event was genuinely sent by Duffel
  • Add support for faraday v2.x
  • Add YARD in-code documentation, published to RubyDoc.info

v0.1.0

31 Dec 17:20
f71612b
Compare
Choose a tag to compare
  • Initial release