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

Latest commit

 

History

History
19 lines (12 loc) · 630 Bytes

CHANGELOG.md

File metadata and controls

19 lines (12 loc) · 630 Bytes

[0.4.0] - 2022-02-15

  • Use the latest API version, v1
  • Add airlines' logo URL

[0.3.0] - 2022-02-15

  • 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

[0.2.0] - 2022-01-11

  • 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

[0.1.0] - 2021-12-31

  • Initial release